diff options
Diffstat (limited to 'src/include/config.h.in')
| -rw-r--r-- | src/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 99973dde07..80d42fdd1a 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -47,9 +47,12 @@ /* Set to 1 if you have cbrt() */ #undef HAVE_CBRT -/* Set to 1 if you have cbrt() */ +/* Set to 1 if you have inet_aton() */ #undef HAVE_INET_ATON +/* Set to 1 if you have strerror() */ +#undef HAVE_STRERROR + /* Set to 1 if you have rint() */ #undef HAVE_RINT |
