diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-07 14:58:50 +0000 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-07 14:58:50 +0000 |
commit | 15db1443aeac81fc8587409ab9eafbbde8c093e1 (patch) | |
tree | 4c62302380824bc03b327a63840ed0a8e2ec997d /pyconfig.h.in | |
parent | 496153952a86e8f1c2e3be139ff96c3cca02ef38 (diff) | |
download | cpython-git-15db1443aeac81fc8587409ab9eafbbde8c093e1.tar.gz |
Merged revisions 84584 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84584 | antoine.pitrou | 2010-09-07 16:52:42 +0200 (mar., 07 sept. 2010) | 4 lines
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 079a22de62..c057b32177 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -33,6 +33,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 |