From 129e812c339879b68bb162331ac9b7e0f86a7474 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 8 Aug 2005 02:30:31 +0000 Subject: Re-add _XOPEN_SOURCE as it's needed *sometimes*. Place it in #ifndef to avoid whinging. --- include/dix-config.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/dix-config.h.in b/include/dix-config.h.in index b6c537f14..2fcfc6671 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -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 -- cgit v1.2.1