From 6ffd26d8eb11c28bdca0fc76290cd5b431be46f5 Mon Sep 17 00:00:00 2001 From: Marc G. Fournier Date: Wed, 19 Mar 1997 02:37:42 +0000 Subject: Add a check for strerr, and add in D'Arcy's strerror() code in case not found --- src/include/config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include') 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 -- cgit v1.2.3