summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-15 23:14:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-10-15 23:14:46 (GMT)
commitd8d835bd1daa2d097c0d9a9ad1826d2bc111e19e (patch)
treee7169504911c9a288b82e17f536db4cd40cea463 /pyconfig.h.in
parente16cda9ad8dad231d6354c1af2c58a07749e5eca (diff)
downloadcpython-d8d835bd1daa2d097c0d9a9ad1826d2bc111e19e.zip
cpython-d8d835bd1daa2d097c0d9a9ad1826d2bc111e19e.tar.gz
cpython-d8d835bd1daa2d097c0d9a9ad1826d2bc111e19e.tar.bz2
run autoconf
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 99ae85b..2353487 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -30,7 +30,7 @@
/* Define if --enable-ipv6 is specified */
#undef ENABLE_IPV6
-/* Define if flock needs to be linked with bsd library */
+/* Define if flock needs to be linked with bsd library. */
#undef FLOCK_NEEDS_LIBBSD
/* Define if getpgrp() must be called as getpgrp(0). */
@@ -83,6 +83,9 @@
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
+/* Define if the system reports an invalid PIPE_BUF value. */
+#undef HAVE_BROKEN_PIPE_BUF
+
/* Define if poll() sets errno on invalid file descriptors. */
#undef HAVE_BROKEN_POLL
@@ -220,7 +223,7 @@
/* Define to 1 if you have the `finite' function. */
#undef HAVE_FINITE
-/* Define if you have the 'flock' function. */
+/* Define to 1 if you have the `flock' function. */
#undef HAVE_FLOCK
/* Define to 1 if you have the `fork' function. */