summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
diff options
context:
space:
mode:
authorMarc G. Fournier1997-03-19 02:37:42 +0000
committerMarc G. Fournier1997-03-19 02:37:42 +0000
commit6ffd26d8eb11c28bdca0fc76290cd5b431be46f5 (patch)
treef610e560ed31ac373a77da0abca32cdd28fce05b /src/include/config.h.in
parentda9dcf826bea000908b63297ef7d90e8a64d390e (diff)
Add a check for strerr, and add in D'Arcy's strerror() code in case not
found
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r--src/include/config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 99973dde07f..80d42fdd1af 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