From: Roland McGrath Date: Sat, 8 Jan 1994 21:39:04 +0000 (+0000) Subject: Add #undef HAVE_STRERROR. X-Git-Tag: emacs-19.34~10331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15b74b81c26e1f62781af70c3f7aeabac686085a;p=emacs.git Add #undef HAVE_STRERROR. --- 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__