Revert "Removed XWin DDX"

This reverts commit 6550078b09.

Doctor, I'm starting to get a pulse...
This commit is contained in:
Jeremy Huddleston
2008-04-20 08:35:42 -07:00
parent 14396fdeba
commit 4bcfed2f9c
115 changed files with 44913 additions and 1 deletions

24
include/xwin-config.h.in Normal file
View File

@@ -0,0 +1,24 @@
/*
* 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