X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=acinclude.m4;h=18f314b4fda1cddff955bd2c9d279b7bb481ee64;hp=ebe0f05840c554494cdaf745a6bc73d6d10af389;hb=aea3c2a327860297168ea42bb72145b44e6e5acf;hpb=7d689390a89823df8a102c844d313c1c7a2c096a diff --git a/acinclude.m4 b/acinclude.m4 index ebe0f05..18f314b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -14,7 +14,7 @@ AH_BOTTOM([ # include # include # if BYTE_ORDER == BIG_ENDIAN -# define WORDS_BIGENDIAN 1 +# define WORDS_BIGENDIAN 1 # endif # else # if defined(AUTOCONF_FOUND_BIGENDIAN) @@ -44,8 +44,8 @@ AH_BOTTOM([ * need to define this when building for such interfaces, but set it always to * try and reduce potential confusion. */ -#define _FILE_OFFSET_BITS 64 -#define AFS_CACHE_VNODE_PATH +# define _FILE_OFFSET_BITS 64 +# define AFS_CACHE_VNODE_PATH #endif #undef AFS_NAMEI_ENV @@ -62,7 +62,7 @@ AH_BOTTOM([ /* glue for RedHat kernel bug */ #undef ENABLE_REDHAT_BUILDSYS #if defined(ENABLE_REDHAT_BUILDSYS) && defined(KERNEL) && defined(REDHAT_FIX) -#include "redhat-fix.h" +# include "redhat-fix.h" #endif]) AC_CANONICAL_HOST