xwin-config.h.in revision 6747b715
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/* Do we require our own snprintf? */
24#undef NEED_SNPRINTF
25
26/* Short vendor name */
27#undef XVENDORNAMESHORT
28
29/* Vendor web address for support */
30#undef __VENDORDWEBSUPPORT__
31
32/* Location of system.XWinrc */
33#undef SYSCONFDIR
34
35/* Default log location */
36#undef DEFAULT_LOGDIR
37