From 15b74b81c26e1f62781af70c3f7aeabac686085a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 8 Jan 1994 21:39:04 +0000 Subject: [PATCH] Add #undef HAVE_STRERROR. --- src/config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.in b/src/config.in index 30bda6c9587..ca2e2ddadb6 100644 --- a/src/config.in +++ b/src/config.in @@ -218,6 +218,10 @@ and this notice must be preserved on all copies. */ #define BSTRING #endif +/* Define if you have the ANSI `strerror' function. + Otherwise you must have the variable `char *sys_errlist[]'. */ +#undef HAVE_STRERROR + /* Non-ANSI C compilers usually don't have volatile. */ #ifndef HAVE_VOLATILE #ifndef __STDC__ -- 2.39.5