summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-02-19 15:25:10 (GMT)
committerGuido van Rossum <guido@python.org>2003-02-19 15:25:10 (GMT)
commit162e38c6a312aa3e9c353419301087a4620c513c (patch)
tree7cbea919a90b99c00446bfa35905821b8dc7ee44 /pyconfig.h.in
parent80be59b275dfd62545c69ca377bae02c02648839 (diff)
downloadcpython-162e38c6a312aa3e9c353419301087a4620c513c.zip
cpython-162e38c6a312aa3e9c353419301087a4620c513c.tar.gz
cpython-162e38c6a312aa3e9c353419301087a4620c513c.tar.bz2
- sys.path[0] (the directory from which the script is loaded) is now
turned into an absolute pathname, unless it is the empty string. (SF patch #664376, by Skip Montanaro.)
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 c169797..e2dd4d2 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -342,6 +342,9 @@
/* Define to 1 if you have the `readlink' function. */
#undef HAVE_READLINK
+/* Define to 1 if you have the `realpath' function. */
+#undef HAVE_REALPATH
+
/* Define if you have readline 2.2 */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER