mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86Misc
conditional Add XWin DDX Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET Added fbcmap.c Added miinitext.c Added -I$(top_srcdir)/Xext/extmod to INCLUDES
This commit is contained in:
parent
508cdb5cb0
commit
048045a9e7
9 changed files with 316 additions and 14 deletions
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>
|
||||
|
||||
/* XFree86 based Xserver */
|
||||
#undef XFree86Server
|
||||
|
||||
/* 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
|
||||
|
||||
/* Do we require our own snprintf? */
|
||||
#undef NEED_SNPRINTF
|
||||
Loading…
Reference in a new issue