diff options
| author | Tom Lane | 1999-10-02 17:45:31 +0000 |
|---|---|---|
| committer | Tom Lane | 1999-10-02 17:45:31 +0000 |
| commit | 1f122a7c4c9562dfe31b9a2c44b5b843bfca40bd (patch) | |
| tree | 3c5a40f5820aa7b6441baff23bc504ee60fdbcbe /src/include/config.h.in | |
| parent | 54204e6c78f3a227ee1769908524d15d8fe2d0b8 (diff) | |
Replace float.c's #ifdef finite check with a proper autoconf check, so it
works if finite() is a function. Patch from Christof Petig.
Diffstat (limited to 'src/include/config.h.in')
| -rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index e0711fb1cb5..e36220e940c 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -359,6 +359,9 @@ extern int inet_aton(const char *cp, struct in_addr * addr); /* Set to 1 if you have rint() */ #undef HAVE_RINT +/* Set to 1 if you have finite() */ +#undef HAVE_FINITE + /* Set to 1 if you have memmove() */ #undef HAVE_MEMMOVE |
