diff options
Diffstat (limited to 'include/xwin-config.h.in')
-rw-r--r-- | include/xwin-config.h.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/include/xwin-config.h.in b/include/xwin-config.h.in new file mode 100644 index 0000000..13b51ca --- /dev/null +++ b/include/xwin-config.h.in @@ -0,0 +1,36 @@ +/* + * 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 + +/* 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 + +/* Short vendor name */ +#undef XVENDORNAMESHORT + +/* Vendor web address for support */ +#undef __VENDORDWEBSUPPORT__ + +/* Location of system.XWinrc */ +#undef SYSCONFDIR + +/* Default log location */ +#undef DEFAULT_LOGDIR |