mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Revert "Removed XWin DDX"
This reverts commit 6550078b09.
Doctor, I'm starting to get a pulse...
This commit is contained in:
24
include/xwin-config.h.in
Normal file
24
include/xwin-config.h.in
Normal 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
|
||||
Reference in New Issue
Block a user