blob: 8101016e4761880a1ab4362f6a2dd93128e82b19 (
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
28
29
30
31
32
33
34
35
|
/* include/xwin-config.h. Generated from xwin-config.h.in by configure. */
/*
* xwin-config.h.in
*
* This file has all defines used in the xwin ddx
*
*/
#include <dix-config.h>
/* Winsock networking */
#define HAS_WINSOCK
/* Cygwin has /dev/windows for signaling new win32 messages */
// let's should this for now #define HAS_DEVWINDOWS 1
/* 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 */
/* Vendor web address for support */
#define __VENDORDWEBSUPPORT__ "http://www.hc-consult.be/"
/* Default log location */
#define DEFAULT_LOGDIR "."
/* Location of system.XWinrc */
#define SYSCONFDIR "."
|