diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-10-31 16:55:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-10-31 16:55:05 (GMT) |
commit | bdf5effc6cd1d66771ff14842aab9484fc0880e9 (patch) | |
tree | 34d0ed3e7339dd497f5db1759f52f0cd80a65736 /pyconfig.h.in | |
parent | b805ee5fcf52fb09ea3d1d9ecc479a7eacc80fb0 (diff) | |
download | cpython-bdf5effc6cd1d66771ff14842aab9484fc0880e9.zip cpython-bdf5effc6cd1d66771ff14842aab9484fc0880e9.tar.gz cpython-bdf5effc6cd1d66771ff14842aab9484fc0880e9.tar.bz2 |
add 'no' output to --with-system-ffi
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index c057b32..4567823 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. */ |