use ifdef

This commit is contained in:
Love Hornquist Astrand
2009-09-16 16:11:51 -07:00
parent de036b72f2
commit 486ebbb49a

View File

@@ -51,7 +51,7 @@ if test "$krb_cv_c_bigendian_compile" = "yes"; then
AC_DEFINE(ENDIANESS_IN_SYS_PARAM_H, 1, [define if sys/param.h defines the endiness])dnl
fi
AH_BOTTOM([
#if ENDIANESS_IN_SYS_PARAM_H
#ifdef ENDIANESS_IN_SYS_PARAM_H
# include <sys/types.h>
# include <sys/param.h>
# if BYTE_ORDER == BIG_ENDIAN