summaryrefslogtreecommitdiff
path: root/xserver/include/dix-config.h.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-03 11:33:31 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-03 11:33:31 +0000
commitd416ba63397c29e06152339b0a66586104e7bc2d (patch)
tree2db2adcf83d357cda22f45c75a87ab0448996157 /xserver/include/dix-config.h.in
parent0e040ce10c0e0d356b331f8aef326951b30f816c (diff)
regen
Diffstat (limited to 'xserver/include/dix-config.h.in')
-rw-r--r--xserver/include/dix-config.h.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/xserver/include/dix-config.h.in b/xserver/include/dix-config.h.in
index e12329062..41a0a4976 100644
--- a/xserver/include/dix-config.h.in
+++ b/xserver/include/dix-config.h.in
@@ -410,16 +410,8 @@
/* Endian order */
#undef X_BYTE_ORDER
-/* BSD-compliant source */
-#undef _BSD_SOURCE
-
-/* POSIX-compliant source */
-#undef _POSIX_SOURCE
-
-#ifndef _XOPEN_SOURCE
-/* X/Open-compliant source */
-#undef _XOPEN_SOURCE
-#endif
+/* Enable GNU and other extensions to the C environment for GLIBC */
+#undef _GNU_SOURCE
/* Define to empty if `const' does not conform to ANSI C. */
#undef const