Nuke dix-config-post-verbatim.h

This commit is contained in:
Jeremy Huddleston 2009-01-16 15:58:15 -08:00
parent 2db1d46bac
commit d7a2d6a802
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

@ -517,6 +517,13 @@
/* Need the strcasestr function. */
#undef NEED_STRCASESTR
#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_ */