Imported Upstream version 1.15.1
[deb_xorg-server.git] / include / xwin-config.h.in
1 /*
2 * xwin-config.h.in
3 *
4 * This file has all defines used in the xwin ddx
5 *
6 */
7 #include <dix-config.h>
8
9 /* Winsock networking */
10 #undef HAS_WINSOCK
11
12 /* Cygwin has /dev/windows for signaling new win32 messages */
13 #undef HAS_DEVWINDOWS
14
15 /* Switch on debug messages */
16 #undef CYGDEBUG
17 #undef CYGWINDOWING_DEBUG
18 #undef CYGMULTIWINDOW_DEBUG
19
20 /* Define to 1 if unsigned long is 64 bits. */
21 #undef _XSERVER64
22
23 /* Short vendor name */
24 #undef XVENDORNAMESHORT
25
26 /* Vendor web address for support */
27 #undef __VENDORDWEBSUPPORT__
28
29 /* Location of system.XWinrc */
30 #undef SYSCONFDIR
31
32 /* Default log location */
33 #undef DEFAULT_LOGDIR
34
35 /* Whether we should re-locate the root to where the executable lives */
36 #undef RELOCATE_PROJECTROOT