diff --git a/include/dix-config-apple-verbatim.h b/include/dix-config-apple-verbatim.h deleted file mode 100644 index 52106dbecc..0000000000 --- a/include/dix-config-apple-verbatim.h +++ /dev/null @@ -1,13 +0,0 @@ -/* Do not include this file directly. It is included at the end of */ - -#ifndef XSERVER_CONFIG_APPLE_VERBATIM_H -#define XSERVER_CONFIG_APPLE_VERBATIM_H - -/* Correctly set _XSERVER64 for OSX fat binaries */ -#if defined(__LP64__) && !defined(_XSERVER64) -#define _XSERVER64 1 -#elif !defined(__LP64__) && defined(_XSERVER64) -#undef _XSERVER64 -#endif - -#endif /* XSERVER_CONFIG_APPLE_VERBATIM_H */