summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-15 19:20:27 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-15 19:20:27 (GMT)
commit6b3cc524c0df6816e75480c41774eafe0b2ac455 (patch)
treee90cf44f405f54e143555c40a335df0f2b292aac /pyconfig.h.in
parent188ecd141aecf95dda9405a569db65156f1bc89f (diff)
downloadcpython-6b3cc524c0df6816e75480c41774eafe0b2ac455.zip
cpython-6b3cc524c0df6816e75480c41774eafe0b2ac455.tar.gz
cpython-6b3cc524c0df6816e75480c41774eafe0b2ac455.tar.bz2
Add a test for fchdir().
This is part of SF feature #536796.
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 0bd5485..cb8b1b5 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -86,6 +86,9 @@
/* Define to 1 if you have the `execv' function. */
#undef HAVE_EXECV
+/* Define to 1 if you have the `fchdir' function. */
+#undef HAVE_FCHDIR
+
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H