Apply a patch for fixing TDIS-5990 (CVE-2013-1940 allow physically proximate attacker...
[framework/uifw/xorg/server/xorg-server.git] / include / dix-config-apple-verbatim.h
1 /* Do not include this file directly.  It is included at the end of <dix-config.h> */
2
3 /* Correctly set _XSERVER64 for OSX fat binaries */
4 #if defined(__LP64__) && !defined(_XSERVER64)
5 #define _XSERVER64 1
6 #elif !defined(__LP64__) && defined(_XSERVER64)
7 #undef _XSERVER64
8 #endif