mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 16:44:52 +00:00
Add _XSERVER64 definition to config headers.
This commit is contained 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_ */
|
||||
|
||||
@@ -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_ */
|
||||
|
||||
@@ -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_ */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user