summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-05-04 13:30:43 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-05-04 13:30:43 (GMT)
commite05e8409e1b47a2c018ad8a67016546217165c60 (patch)
treec9c456bdf14ee3d9c0821ee2ee843a45bcf9bdf9 /pyconfig.h.in
parent67032252588e3919e4fbfbbd256b91add8a5af45 (diff)
downloadcpython-e05e8409e1b47a2c018ad8a67016546217165c60.zip
cpython-e05e8409e1b47a2c018ad8a67016546217165c60.tar.gz
cpython-e05e8409e1b47a2c018ad8a67016546217165c60.tar.bz2
Issue #5724: Fix cmath failures on Solaris 10.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in23
1 files changed, 16 insertions, 7 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 852e671..82285bd 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -115,6 +115,18 @@
/* Define if you have the 'resize_term' function. */
#undef HAVE_CURSES_RESIZE_TERM
+/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
+ don't. */
+#undef HAVE_DECL_ISFINITE
+
+/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
+ */
+#undef HAVE_DECL_ISINF
+
+/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
+ */
+#undef HAVE_DECL_ISNAN
+
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
*/
#undef HAVE_DECL_TZNAME
@@ -315,12 +327,6 @@
/* Define to 1 if you have the <io.h> header file. */
#undef HAVE_IO_H
-/* Define to 1 if you have the `isinf' function. */
-#undef HAVE_ISINF
-
-/* Define to 1 if you have the `isnan' function. */
-#undef HAVE_ISNAN
-
/* Define to 1 if you have the `kill' function. */
#undef HAVE_KILL
@@ -360,7 +366,7 @@
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
-/* Define to 1 if you have the `readline' library (-lreadline). */
+/* Define if you have the readline library (-lreadline). */
#undef HAVE_LIBREADLINE
/* Define to 1 if you have the `resolv' library (-lresolv). */
@@ -983,6 +989,9 @@
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
+/* Define if arithmetic is subject to x87-style double rounding issue */
+#undef X87_DOUBLE_ROUNDING
+
/* Define to 1 if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */