mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
include: drop unused dix-config-apple-verbatim.h
Not included anywhere, so no need to keep it around anymore. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
50037a450d
commit
5501c60f1b
@@ -1,13 +0,0 @@
|
||||
/* Do not include this file directly. It is included at the end of <dix-config.h> */
|
||||
|
||||
#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 */
|
||||
Reference in New Issue
Block a user