diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-07 14:52:42 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-07 14:52:42 (GMT) |
commit | a300007c6e047bfdd7ab8f9bef35c0929d7dbbc8 (patch) | |
tree | b82fed94f912ef39470f4a3b1e576d30daf8190b /pyconfig.h.in | |
parent | 19651369e4f195633aa4be97ce8ccdb97289af5f (diff) | |
download | cpython-a300007c6e047bfdd7ab8f9bef35c0929d7dbbc8.zip cpython-a300007c6e047bfdd7ab8f9bef35c0929d7dbbc8.tar.gz cpython-a300007c6e047bfdd7ab8f9bef35c0929d7dbbc8.tar.bz2 |
Issue #4026: Make the fcntl extension build under AIX.
Patch by Sébastien Sablé.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 309332f..b26b441 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -30,6 +30,9 @@ /* Define if --enable-ipv6 is specified */ #undef ENABLE_IPV6 +/* Define if flock needs to be linked with bsd library */ +#undef FLOCK_NEEDS_LIBBSD + /* Define if getpgrp() must be called as getpgrp(0). */ #undef GETPGRP_HAVE_ARG |