2006-11-26 11:13:41 -07:00
|
|
|
/*
|
|
|
|
* xwin-config.h.in
|
|
|
|
*
|
|
|
|
* This file has all defines used in the xwin ddx
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
#include <dix-config.h>
|
|
|
|
|
|
|
|
/* Winsock networking */
|
|
|
|
#undef HAS_WINSOCK
|
|
|
|
|
|
|
|
/* Cygwin has /dev/windows for signaling new win32 messages */
|
|
|
|
#undef HAS_DEVWINDOWS
|
|
|
|
|
2010-07-27 13:02:24 -06:00
|
|
|
/* Switch on debug messages */
|
2006-11-26 11:13:41 -07:00
|
|
|
#undef CYGDEBUG
|
|
|
|
#undef CYGWINDOWING_DEBUG
|
|
|
|
#undef CYGMULTIWINDOW_DEBUG
|
|
|
|
|
|
|
|
/* Define to 1 if unsigned long is 64 bits. */
|
|
|
|
#undef _XSERVER64
|
|
|
|
|
2010-07-27 13:02:24 -06:00
|
|
|
/* Short vendor name */
|
|
|
|
#undef XVENDORNAMESHORT
|
|
|
|
|
|
|
|
/* Vendor web address for support */
|
|
|
|
#undef __VENDORDWEBSUPPORT__
|
|
|
|
|
|
|
|
/* Default log location */
|
|
|
|
#undef DEFAULT_LOGDIR
|
2013-06-07 11:28:45 -06:00
|
|
|
|
|
|
|
/* Whether we should re-locate the root to where the executable lives */
|
|
|
|
#undef RELOCATE_PROJECTROOT
|