summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-01-30 16:17:58 -0800
committerEric Anholt <eric@anholt.net>2009-01-30 16:36:45 -0800
commitdd098501d800571e71d06ffc936635a6c9d44e05 (patch)
treeb1503e7df4d540c145cf2755087a403e107aedb7 /include/dix-config.h.in
parent6e49fdd2c839b6244c23ce95c3ae76a1a265b986 (diff)
Move the apple fat binary hacks back to a header file, and make it apple-only.
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r--include/dix-config.h.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 1af477def..681fb0503 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -422,12 +422,7 @@
/* Correctly set _XSERVER64 for OSX fat binaries */
#ifdef __APPLE__
-#if defined(__LP64__) && !defined(_XSERVER64)
-#define _XSERVER64 1
-#elif !defined(__LP64__) && defined(_XSERVER64)
-/* configure mangles #undef, so we fix this in AC_CONFIG_HEADERS post process */
-/undef _XSERVER64
-#endif
+#include "dix-config-apple-verbatim.h"
#endif
#endif /* _DIX_CONFIG_H_ */