Add _XSERVER64 definition to config headers.
This commit is contained in:
parent
5881051738
commit
8d6e743bc4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue