summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-08-23 21:01:48 -0500
committerBenjamin Peterson <benjamin@python.org>2013-08-23 21:01:48 -0500
commitd79aa8d37b44eae6075909b6966153798c0200a1 (patch)
tree2c6ff6524de1d738524f7e41929fb23b06813d28 /pyconfig.h.in
parentf7e20504a4e787b2cc11204f7cdd1ef2cff4e72d (diff)
downloadcpython-d79aa8d37b44eae6075909b6966153798c0200a1.tar.gz
remove support for compiling on systems without getcwd()
Do we need a fallback implementation of getcwd() from 1991 that claims to support "really old Unix systems"? I don't think so.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index ee5451582a..6dd92505bb 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -317,9 +317,6 @@
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO
-/* Define to 1 if you have the `getcwd' function. */
-#undef HAVE_GETCWD
-
/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
#undef HAVE_GETC_UNLOCKED