Commit 61e6a767 authored by Martin v. Löwis's avatar Martin v. Löwis

Get DBL_MAX from float.h not values.h. Will backport.

parent d1fdd6b7
...@@ -6,9 +6,7 @@ ...@@ -6,9 +6,7 @@
*/ */
#include "Python.h" #include "Python.h"
#ifdef HAVE_VALUES_H #include <float.h>
#include <values.h>
#endif
#include "structmember.h" #include "structmember.h"
#ifdef WITH_THREAD #ifdef WITH_THREAD
......
#! /bin/sh #! /bin/sh
# From configure.in Revision: 52389 . # From configure.in Revision: 52454 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.6. # Generated by GNU Autoconf 2.59 for python 2.6.
# #
...@@ -4695,7 +4695,6 @@ done ...@@ -4695,7 +4695,6 @@ done
for ac_header in asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \ for ac_header in asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \
...@@ -4708,7 +4707,7 @@ sys/modem.h \ ...@@ -4708,7 +4707,7 @@ sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \ sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/time.h \ sys/time.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.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 bluetooth/bluetooth.h
do do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
......
...@@ -1092,7 +1092,7 @@ sys/modem.h \ ...@@ -1092,7 +1092,7 @@ sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \ sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/time.h \ sys/time.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.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) bluetooth/bluetooth.h)
AC_HEADER_DIRENT AC_HEADER_DIRENT
AC_HEADER_MAJOR AC_HEADER_MAJOR
......
...@@ -703,9 +703,6 @@ ...@@ -703,9 +703,6 @@
/* Define to 1 if you have the <utime.h> header file. */ /* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H #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. */ /* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3 #undef HAVE_WAIT3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment