diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-28 05:34:59 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-28 05:34:59 (GMT) |
commit | 9fdfaaf9af621d45c849061ea05bd3f2c37232c8 (patch) | |
tree | 6813ab4126dc720f5a4003a9b0ba5b09a19590ba /pyconfig.h.in | |
parent | 85a896902cd83686ce0c5b8016b361914d588692 (diff) | |
download | cpython-9fdfaaf9af621d45c849061ea05bd3f2c37232c8.zip cpython-9fdfaaf9af621d45c849061ea05bd3f2c37232c8.tar.gz cpython-9fdfaaf9af621d45c849061ea05bd3f2c37232c8.tar.bz2 |
Fix compiler warning about finite() missing on Solaris.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |