summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-06-28 20:18:10 (GMT)
committerGuido van Rossum <guido@python.org>1996-06-28 20:18:10 (GMT)
commit22b6db625aeae9574b5840539da10e89979c6c75 (patch)
tree113c2751f592663c027334205e20e6a3f3c5b9b3 /config.h.in
parent0068267750c42c20602dcbc6ff52183cab57c3a8 (diff)
downloadcpython-22b6db625aeae9574b5840539da10e89979c6c75.zip
cpython-22b6db625aeae9574b5840539da10e89979c6c75.tar.gz
cpython-22b6db625aeae9574b5840539da10e89979c6c75.tar.bz2
added plock
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 76bbf5d..33b0044 100644
--- a/config.h.in
+++ b/config.h.in
@@ -184,6 +184,9 @@
/* Define if you have the nice function. */
#undef HAVE_NICE
+/* Define if you have the plock function. */
+#undef HAVE_PLOCK
+
/* Define if you have the readlink function. */
#undef HAVE_READLINK
@@ -277,6 +280,9 @@
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
+/* Define if you have the <sys/lock.h> header file. */
+#undef HAVE_SYS_LOCK_H
+
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H