Get DBL_MAX from float.h not values.h.

This commit is contained in:
Martin v. Löwis 2006-10-27 07:06:59 +00:00
parent 2ec1df2785
commit 64cd9efd80
4 changed files with 4 additions and 10 deletions

View File

@ -6,9 +6,7 @@
*/
#include "Python.h"
#ifdef HAVE_VALUES_H
#include <values.h>
#endif
#include <float.h>
#include "structmember.h"
#ifdef WITH_THREAD

5
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Revision: 52362 .
# From configure.in Revision: 52455 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.5.
#
@ -4630,7 +4630,6 @@ done
for ac_header in asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \
@ -4643,7 +4642,7 @@ sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/time.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
sys/resource.h netpacket/packet.h sysexits.h values.h bluetooth.h \
sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
bluetooth/bluetooth.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`

View File

@ -1076,7 +1076,7 @@ sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/time.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
sys/resource.h netpacket/packet.h sysexits.h values.h bluetooth.h \
sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
bluetooth/bluetooth.h)
AC_HEADER_DIRENT
AC_HEADER_MAJOR

View File

@ -700,9 +700,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