summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-11-25 15:39:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-11-25 15:39:19 (GMT)
commit4d542ec13cb863de8d02edbd5824892ba538b3d3 (patch)
treed16bffbd04356626f90662dedeb1fb67a8576478 /Misc
parent25d208bd464aa6b1bde8a30cc71327133edaeeb3 (diff)
downloadcpython-4d542ec13cb863de8d02edbd5824892ba538b3d3.zip
cpython-4d542ec13cb863de8d02edbd5824892ba538b3d3.tar.gz
cpython-4d542ec13cb863de8d02edbd5824892ba538b3d3.tar.bz2
Disable _XOPEN_SOURCE on NetBSD 1.x.
Will backport to 2.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2017092..a0403de 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -331,6 +331,8 @@ Tools/Demos
Build
-----
+- Disable _XOPEN_SOURCE on NetBSD 1.x.
+
- configure now checks whether gcc supports the PyArg_ParseTuple format
attribute.