diff options
author | marha <marha@users.sourceforge.net> | 2010-02-14 21:52:51 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-14 21:52:51 +0000 |
commit | 00e6751183c1e854ea3eba746b101449b32201a4 (patch) | |
tree | 3494085d6728e086582f30c8a68846d81840303d /include | |
parent | ac637a8cd15f3977f44b701c7ac71a561763c1d8 (diff) | |
parent | 8d38172d866775594af3185ae3fbd8d750677650 (diff) | |
download | vcxsrv-00e6751183c1e854ea3eba746b101449b32201a4.tar.gz vcxsrv-00e6751183c1e854ea3eba746b101449b32201a4.tar.bz2 vcxsrv-00e6751183c1e854ea3eba746b101449b32201a4.zip |
svn merge ^/branches/released
Diffstat (limited to 'include')
-rw-r--r-- | include/xwin-config.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/include/xwin-config.h b/include/xwin-config.h deleted file mode 100644 index 8101016e4..000000000 --- a/include/xwin-config.h +++ /dev/null @@ -1,35 +0,0 @@ -/* include/xwin-config.h. Generated from xwin-config.h.in by configure. */ -/* - * xwin-config.h.in - * - * This file has all defines used in the xwin ddx - * - */ -#include <dix-config.h> - -/* Winsock networking */ -#define HAS_WINSOCK - -/* Cygwin has /dev/windows for signaling new win32 messages */ -// let's should this for now #define HAS_DEVWINDOWS 1 - -/* 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 */ - -/* Vendor web address for support */ -#define __VENDORDWEBSUPPORT__ "http://www.hc-consult.be/" - -/* Default log location */ -#define DEFAULT_LOGDIR "." - -/* Location of system.XWinrc */ -#define SYSCONFDIR "." - |