summaryrefslogtreecommitdiff
path: root/include/xwin-config.h.in
blob: 9cea201fe4f326c43fc547b9a5b19e0f79380ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * xwin-config.h.in
 *
 * This file has all defines used in the xwin ddx
 *
 */
#include <dix-config.h>

/* XFree86 based Xserver */
#undef XFree86Server

/* Winsock networking */
#undef HAS_WINSOCK

/* Cygwin has /dev/windows for signaling new win32 messages */
#undef HAS_DEVWINDOWS

/* Switch on debug messages */ 
#undef CYGDEBUG
#undef CYGWINDOWING_DEBUG
#undef CYGMULTIWINDOW_DEBUG

/* Define to 1 if unsigned long is 64 bits. */
#undef _XSERVER64

/* Do we require our own snprintf? */
#undef NEED_SNPRINTF