summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r--include/dix-config.h.in15
1 files changed, 2 insertions, 13 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 65b595076..977bff3e9 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -365,15 +365,2 @@
-/* Endian order */
-#undef _X_BYTE_ORDER
-/* Deal with multiple architecture compiles on Mac OS X */
-#ifndef __APPLE_CC__
-#define X_BYTE_ORDER _X_BYTE_ORDER
-#else
-#ifdef __BIG_ENDIAN__
-#define X_BYTE_ORDER X_BIG_ENDIAN
-#else
-#define X_BYTE_ORDER X_LITTLE_ENDIAN
-#endif
-#endif
-
/* Enable GNU and other extensions to the C environment for GLIBC */
@@ -444,2 +431,4 @@
+#include <dix-config-post-verbatim.h>
+
#endif /* _DIX_CONFIG_H_ */