summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-12 06:04:39 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-12 06:04:39 (GMT)
commit678fc1ee7df0932a6c65d3f98a510d3af1f6a8d0 (patch)
treece78c51d3cee485cc151f3e0212d49ffda4623e1 /pyconfig.h.in
parentc7ff90bbbb50453613f777c252077422fa33856b (diff)
downloadcpython-678fc1ee7df0932a6c65d3f98a510d3af1f6a8d0.zip
cpython-678fc1ee7df0932a6c65d3f98a510d3af1f6a8d0.tar.gz
cpython-678fc1ee7df0932a6c65d3f98a510d3af1f6a8d0.tar.bz2
Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeBSD 5.0. Fixes #636318.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index e612494..19a0ab2 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -790,7 +790,7 @@
this defined. */
#undef _POSIX_1_SOURCE
-/* Define to activate features from IEEE Stds 1003.{123}-1995 */
+/* Define to activate features from IEEE Stds 1003.1-2001 */
#undef _POSIX_C_SOURCE
/* Define to 1 if you need to in order for `stat' and other things to work. */
@@ -802,10 +802,8 @@
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT
-/* Define on UNIX to activate XPG/5 features. */
-#ifndef _XOPEN_SOURCE
-# undef _XOPEN_SOURCE
-#endif
+/* Define to the level of X/Open that your system supports */
+#undef _XOPEN_SOURCE
/* Define to activate Unix95-and-earlier features */
#undef _XOPEN_SOURCE_EXTENDED