Nuke dix-config-post-verbatim.h

(cherry picked from commit d7a2d6a802)
This commit is contained in:
Jeremy Huddleston 2009-01-30 09:25:54 -08:00
parent 2bcd2e71f1
commit 2ea738ebc5
2 changed files with 8 additions and 11 deletions

View File

@ -1,10 +0,0 @@
/* Do not include this file directly. It is included at the end of <dix-config.h> */
/* Correctly set _XSERVER64 for OSX fat binaries */
#ifdef __APPLE__
#if defined(__LP64__) && !defined(_XSERVER64)
#define _XSERVER64 1
#elif !defined(__LP64__) && defined(_XSERVER64)
#undef _XSERVER64
#endif
#endif

View File

@ -494,6 +494,13 @@
/* Define to 64-bit byteswap macro */
#undef bswap_64
#include <dix-config-post-verbatim.h>
/* Correctly set _XSERVER64 for OSX fat binaries */
#ifdef __APPLE__
#if defined(__LP64__) && !defined(_XSERVER64)
#define _XSERVER64 1
#elif !defined(__LP64__) && defined(_XSERVER64)
#undef _XSERVER64
#endif
#endif
#endif /* _DIX_CONFIG_H_ */