summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-16 00:53:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-10-16 00:53:39 (GMT)
commit7497e91a20104bd1ff9cc784a6877f8b8403e53d (patch)
tree230edb7f8ea8d3368cce0c58fd0f9b9daa2b72d3 /pyconfig.h.in
parent1d9d16e82729821197af6e240995a344e8e7e0ba (diff)
downloadcpython-7497e91a20104bd1ff9cc784a6877f8b8403e53d.zip
cpython-7497e91a20104bd1ff9cc784a6877f8b8403e53d.tar.gz
cpython-7497e91a20104bd1ff9cc784a6877f8b8403e53d.tar.bz2
run autoreconf
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 2c3c4fb..65ad7ac 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -36,7 +36,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). */
@@ -82,6 +82,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
@@ -216,7 +219,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. */