diff options
Diffstat (limited to 'src/include')
| -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 |
