diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-27 06:42:27 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-27 06:42:27 +0000 |
| commit | 443ccc73f37ecdff058972cfff32f68ff3f50b3b (patch) | |
| tree | 66a9950f0d1f073810fdcfb0ad299f472af3fe22 /pyconfig.h.in | |
| parent | b5bc537c5eac8115c2bbc6e7ec75578632e2164c (diff) | |
| download | cpython-git-443ccc73f37ecdff058972cfff32f68ff3f50b3b.tar.gz | |
Check for values.h. Will backport.
Diffstat (limited to 'pyconfig.h.in')
| -rw-r--r-- | pyconfig.h.in | 3 |
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 |
