summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-10-27 06:42:27 +0000
committerMartin v. Löwis <martin@v.loewis.de>2006-10-27 06:42:27 +0000
commit443ccc73f37ecdff058972cfff32f68ff3f50b3b (patch)
tree66a9950f0d1f073810fdcfb0ad299f472af3fe22 /pyconfig.h.in
parentb5bc537c5eac8115c2bbc6e7ec75578632e2164c (diff)
downloadcpython-git-443ccc73f37ecdff058972cfff32f68ff3f50b3b.tar.gz
Check for values.h. Will backport.
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 6407871725..8dd32c1279 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -703,6 +703,9 @@
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
+/* Define to 1 if you have the <values.h> header file. */
+#undef HAVE_VALUES_H
+
/* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3