diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-21 19:23:17 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-21 19:23:17 +0000 |
commit | 8d6e743bc4e6854ee0bb0fa4f197acd6d7683ccd (patch) | |
tree | 65a1c412893eabf3acc48b5d96567a42931b5fc3 /include/xwin-config.h.in | |
parent | 588105173840355717d7b2f7f652289a41166c3f (diff) |
Add _XSERVER64 definition to config headers.
Diffstat (limited to 'include/xwin-config.h.in')
-rw-r--r-- | include/xwin-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xwin-config.h.in b/include/xwin-config.h.in index d19e690a7..9cea201fe 100644 --- a/include/xwin-config.h.in +++ b/include/xwin-config.h.in @@ -20,5 +20,8 @@ #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 |