summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-03 10:32:18 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-05-03 10:32:18 (GMT)
commitbcd93962ce27d969ff9a186e8e679c2a57620799 (patch)
tree57053bb16790b89ce55196cf34b2959d9340fdb2 /configure.in
parente941617671ece6ee7d4e1ad981d5499b03827f9a (diff)
downloadcpython-bcd93962ce27d969ff9a186e8e679c2a57620799.zip
cpython-bcd93962ce27d969ff9a186e8e679c2a57620799.tar.gz
cpython-bcd93962ce27d969ff9a186e8e679c2a57620799.tar.bz2
Patch #730826: Enable extensions on NetBSD 2.0.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 765e8bf..f495617 100644
--- a/configure.in
+++ b/configure.in
@@ -34,6 +34,11 @@ SOVERSION=1.0
# on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).
AC_DEFINE(_GNU_SOURCE, 1, [Define on Linux to activate all library features])
+# The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
+# certain features on NetBSD, so we need _NETBSD_SOURCE to re-enable
+# them.
+AC_DEFINE(_NETBSD_SOURCE, 1, [Define on NetBSD to activate all library features])
+
define_xopen_source=yes
# Arguments passed to configure.