commit | 9fdfaaf9af621d45c849061ea05bd3f2c37232c8 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 28 05:34:59 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 28 05:34:59 2008 +0000 |
tree | 6813ab4126dc720f5a4003a9b0ba5b09a19590ba | |
parent | 85a896902cd83686ce0c5b8016b361914d588692 [diff] [blame] |
Fix compiler warning about finite() missing on Solaris.
diff --git a/pyconfig.h.in b/pyconfig.h.in index 55ab6b2..425ebee 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in
@@ -300,6 +300,9 @@ /* Define to 1 if you have the `hypot' function. */ #undef HAVE_HYPOT +/* Define to 1 if you have the <ieeefp.h> header file. */ +#undef HAVE_IEEEFP_H + /* Define if you have the 'inet_aton' function. */ #undef HAVE_INET_ATON