mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
build-sys: fix indentation in test code
Change-Id: If2c0c2a0b0b01bb425f8c1658cef9df232844b1c Reviewed-on: http://gerrit.openafs.org/10012 Reviewed-by: D Brashear <shadow@your-file-system.com> Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
7d689390a8
commit
aea3c2a327
@ -14,7 +14,7 @@ AH_BOTTOM([
|
||||
# include <sys/types.h>
|
||||
# include <sys/param.h>
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user