changeset 5520:66bda5c15609

Add #undef HAVE_STRERROR.
author Roland McGrath <roland@gnu.org>
date Sat, 08 Jan 1994 21:39:04 +0000
parents 08ecbb8ea777
children d1d144ed5b76
files src/config.in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Sat Jan 08 21:37:31 1994 +0000
+++ b/src/config.in	Sat Jan 08 21:39:04 1994 +0000
@@ -218,6 +218,10 @@
 #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__