File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed
Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 88#include "Python.h"
99#include "structmember.h"
1010
11+ #ifdef HAVE_IEEEFP_H
12+ #include <ieeefp.h>
13+ #endif
14+
1115#ifndef WITHOUT_COMPLEX
1216
1317/* Precisions used by repr() and str(), respectively.
Original file line number Diff line number Diff line change 1010#include <ctype.h>
1111#include <float.h>
1212
13+ #ifdef HAVE_IEEEFP_H
14+ #include <ieeefp.h>
15+ #endif
16+
1317#include "formatter_string.h"
1418
1519#if !defined(__STDC__ )
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 61722 .
2+ # From configure.in Revision: 61847 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.61 for python 2.6.
55#
@@ -5419,11 +5419,12 @@ done
54195419
54205420
54215421
5422+
54225423
54235424
54245425for ac_header in asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \
54255426fcntl.h grp.h \
5426- io.h langinfo.h libintl.h ncurses.h poll.h process.h pthread.h \
5427+ ieeefp.h io.h langinfo.h libintl.h ncurses.h poll.h process.h pthread.h \
54275428shadow.h signal.h stdint.h stropts.h termios.h thread.h \
54285429unistd.h utime.h \
54295430sys/audioio.h sys/bsdtty.h sys/epoll.h sys/event.h sys/file.h sys/loadavg.h \
Original file line number Diff line number Diff line change @@ -1099,7 +1099,7 @@ dnl AC_MSG_RESULT($cpp_type)
10991099AC_HEADER_STDC
11001100AC_CHECK_HEADERS(asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \
11011101fcntl.h grp.h \
1102- io.h langinfo.h libintl.h ncurses.h poll.h process.h pthread.h \
1102+ ieeefp.h io.h langinfo.h libintl.h ncurses.h poll.h process.h pthread.h \
11031103shadow.h signal.h stdint.h stropts.h termios.h thread.h \
11041104unistd.h utime.h \
11051105sys/audioio.h sys/bsdtty.h sys/epoll.h sys/event.h sys/file.h sys/loadavg.h \
Original file line number Diff line number Diff line change 300300/* Define to 1 if you have the `hypot' function. */
301301#undef HAVE_HYPOT
302302
303+ /* Define to 1 if you have the <ieeefp.h> header file. */
304+ #undef HAVE_IEEEFP_H
305+
303306/* Define if you have the 'inet_aton' function. */
304307#undef HAVE_INET_ATON
305308
You can’t perform that action at this time.
0 commit comments