Re-add _XOPEN_SOURCE as it's needed *sometimes*. Place it in #ifndef to

avoid whinging.
This commit is contained in:
Keith Packard 2005-08-08 02:30:31 +00:00
parent 4dfc3357a7
commit 129e812c33
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-08-07 Keith Packard <keithp@keithp.com>
* include/dix-config.h.in:
Re-add _XOPEN_SOURCE as it's needed *sometimes*.
Place it in #ifndef to avoid whinging.
2005-08-07 Keith Packard <keithp@keithp.com>
* .cvsignore:

View File

@ -371,6 +371,11 @@
/* POSIX-compliant source */
#undef _POSIX_SOURCE
#ifndef _XOPEN_SOURCE
/* X/Open-compliant source */
#undef _XOPEN_SOURCE
#endif
/* Define to empty if `const' does not conform to ANSI C. */
#undef const