/* Do not include this file directly. It is included at the end of */ /* 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