summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-05-16 07:05:37 +0000
committerMartin v. Löwis <martin@v.loewis.de>2006-05-16 07:05:37 +0000
commit38c0684a098bc6e4918277dc482fc8bf355c3a5d (patch)
tree389d80b270a1f92d2ba4c530560c34570a83ab00 /pyconfig.h.in
parent4bf001ebdd25c259cb9e4650d22363acd29c1e73 (diff)
downloadcpython-38c0684a098bc6e4918277dc482fc8bf355c3a5d.tar.gz
- Test for sys/statvfs.h before including it, as statvfs is present
on some OSX installation, but its header file is not. Will backport to 2.4
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 acbbd8d23f..df3c1cd1ef 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -579,6 +579,9 @@
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
+/* Define to 1 if you have the <sys/statvfs.h> header file. */
+#undef HAVE_SYS_STATVFS_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H