summaryrefslogtreecommitdiff
path: root/include/apr.h.in
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2011-03-25 17:03:14 +0000
committerNick Kew <niq@apache.org>2011-03-25 17:03:14 +0000
commit08fe7eb4e0c82a63c2c72c098bac7f361fa26ecc (patch)
tree1087cbb240214c7331356ce1e55bfa5d52c88469 /include/apr.h.in
parent385e78c9434e01da2840506ea2a5df51caf5fd33 (diff)
downloadapr-08fe7eb4e0c82a63c2c72c098bac7f361fa26ecc.tar.gz
Expunge naughty tabs
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1085473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.h.in')
-rw-r--r--include/apr.h.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/apr.h.in b/include/apr.h.in
index aff8dbbf2..37bce00e9 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -63,10 +63,10 @@
#define __attribute__(__x)
#endif
#define APR_INLINE
-#define APR_HAS_INLINE 0
+#define APR_HAS_INLINE 0
#else
#define APR_INLINE __inline__
-#define APR_HAS_INLINE 1
+#define APR_HAS_INLINE 1
#endif
#define APR_HAVE_ARPA_INET_H @arpa_ineth@
@@ -384,7 +384,7 @@ typedef apr_uint32_t apr_uintptr_t;
#endif
/* Are we big endian? */
-#define APR_IS_BIGENDIAN @bigendian@
+#define APR_IS_BIGENDIAN @bigendian@
/* Mechanisms to properly type numeric literals */
@int64_literal@
@@ -600,9 +600,9 @@ typedef apr_uint32_t apr_uintptr_t;
#undef APR_IS_BIGENDIAN
#ifdef __BIG_ENDIAN__
- #define APR_IS_BIGENDIAN 1
+ #define APR_IS_BIGENDIAN 1
#else
- #define APR_IS_BIGENDIAN 0
+ #define APR_IS_BIGENDIAN 0
#endif
#undef APR_OFF_T_FMT
@@ -668,7 +668,7 @@ typedef int apr_wait_t;
#define APR_HAS_XLATE (APU_HAVE_ICONV)
#define APU_USE_EXPAT @apu_has_expat@
-#define APU_USE_LIBXML2 @apu_has_libxml2@
+#define APU_USE_LIBXML2 @apu_has_libxml2@
/* Definitions that only Win32 programs need to compile properly. */