]> git.eshelyaron.com Git - emacs.git/commitdiff
Add #undef HAVE_STRERROR.
authorRoland McGrath <roland@gnu.org>
Sat, 8 Jan 1994 21:39:04 +0000 (21:39 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 8 Jan 1994 21:39:04 +0000 (21:39 +0000)
src/config.in

index 30bda6c95876cbd2d0e7522626120dd49ce34e86..ca2e2ddadb69eb0c343cddc2c969d5932cea3d00 100644 (file)
@@ -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__