summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h.in3
-rw-r--r--include/xorg-config.h.in3
-rw-r--r--include/xorg-server.h.in3
-rw-r--r--include/xwin-config.h.in3
4 files changed, 12 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 2fcfc6671..f4d40353a 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -385,4 +385,7 @@
/* Build Rootless code */
#undef ROOTLESS
+/* Define to 1 if unsigned long is 64 bits. */
+#undef _XSERVER64
+
#endif /* _DIX_CONFIG_H_ */
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_ */
diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in
index 4a3288860..08e66b690 100644
--- a/include/xorg-server.h.in
+++ b/include/xorg-server.h.in
@@ -220,4 +220,7 @@
/* Name of X server */
#undef __XSERVERNAME__
+/* Define to 1 if unsigned long is 64 bits. */
+#undef _XSERVER64
+
#endif /* _XORG_SERVER_H_ */
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