diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-27 07:06:52 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-27 07:06:52 (GMT) |
commit | 0347a9a49193f292b1aff0bbda2b33d96c459a39 (patch) | |
tree | 307279a6d4016e1e5a8571a3d8fd774924be44f6 /pyconfig.h.in | |
parent | 443ccc73f37ecdff058972cfff32f68ff3f50b3b (diff) | |
download | cpython-0347a9a49193f292b1aff0bbda2b33d96c459a39.zip cpython-0347a9a49193f292b1aff0bbda2b33d96c459a39.tar.gz cpython-0347a9a49193f292b1aff0bbda2b33d96c459a39.tar.bz2 |
Get DBL_MAX from float.h not values.h. Will backport.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 8dd32c1..6407871 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -703,9 +703,6 @@ /* 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 |