summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-07 14:55:24 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-07 14:55:24 +0000
commit857298100b9a5fa5bbcafb2ff578418bc6750e58 (patch)
tree395cb55b506ec1953338bcfb9dd394258939ec49 /pyconfig.h.in
parente80513c207e7f24bfcb5bdd5113c92ef63f0c632 (diff)
downloadcpython-git-857298100b9a5fa5bbcafb2ff578418bc6750e58.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.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 865f7beae5..2c3c4fb4cf 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -36,6 +36,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