summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-31 16:55:05 +0000
committerBenjamin Peterson <benjamin@python.org>2010-10-31 16:55:05 +0000
commitbdf5effc6cd1d66771ff14842aab9484fc0880e9 (patch)
tree34d0ed3e7339dd497f5db1759f52f0cd80a65736 /pyconfig.h.in
parentb805ee5fcf52fb09ea3d1d9ecc479a7eacc80fb0 (diff)
downloadcpython-git-bdf5effc6cd1d66771ff14842aab9484fc0880e9.tar.gz
add 'no' output to --with-system-ffi
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index c057b32177..45678235ef 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -33,7 +33,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). */
@@ -211,7 +211,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. */