summaryrefslogtreecommitdiff
path: root/include/xorg-config.h.in
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-08-21 19:23:17 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-08-21 19:23:17 +0000
commit8d6e743bc4e6854ee0bb0fa4f197acd6d7683ccd (patch)
tree65a1c412893eabf3acc48b5d96567a42931b5fc3 /include/xorg-config.h.in
parent588105173840355717d7b2f7f652289a41166c3f (diff)
Add _XSERVER64 definition to config headers.
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r--include/xorg-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in
index 6aede740f..a4089d892 100644
--- a/include/xorg-config.h.in
+++ b/include/xorg-config.h.in
@@ -73,4 +73,7 @@
xorg_backtrace in hw/xfree86/common/xf86Events.c */
#undef HAVE_WALKCONTEXT
+/* Define to 1 if unsigned long is 64 bits. */
+#undef _XSERVER64
+
#endif /* _XORG_CONFIG_H_ */