diff options
author | Keith Packard <keithp@keithp.com> | 2010-02-12 13:36:32 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-02-12 13:36:32 -0800 |
commit | 57ffeb3f2b3313dcef92a396f1f55fdbc064b2c5 (patch) | |
tree | ee545d8b7c0935f45c0d8c63e5a8542a872d8492 /include | |
parent | c6d9bc092c84ad5c68083a126aa7577baa42cef7 (diff) | |
parent | c76248fda99c38aef0ccf0ed6b58fbe95f6fe497 (diff) |
Merge remote branch 'jturney/master'
Diffstat (limited to 'include')
-rw-r--r-- | include/xwin-config.h.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/include/xwin-config.h.in b/include/xwin-config.h.in index c8de11073..21ceb29cf 100644 --- a/include/xwin-config.h.in +++ b/include/xwin-config.h.in @@ -12,7 +12,7 @@ /* Cygwin has /dev/windows for signaling new win32 messages */ #undef HAS_DEVWINDOWS -/* Switch on debug messages */ +/* Switch on debug messages */ #undef CYGDEBUG #undef CYGWINDOWING_DEBUG #undef CYGMULTIWINDOW_DEBUG @@ -22,3 +22,13 @@ /* 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 + |