aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1994-01-08 21:39:04 +0000
committerRoland McGrath1994-01-08 21:39:04 +0000
commit15b74b81c26e1f62781af70c3f7aeabac686085a (patch)
treef7654fa19b28c6f6dd89522993606508bdaab92f /src
parent5dd53b997df7ae3844ec2c59fc28dc553c7ff189 (diff)
downloademacs-15b74b81c26e1f62781af70c3f7aeabac686085a.tar.gz
emacs-15b74b81c26e1f62781af70c3f7aeabac686085a.zip
Add #undef HAVE_STRERROR.
Diffstat (limited to 'src')
-rw-r--r--src/config.in4
1 files changed, 4 insertions, 0 deletions
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. */
218#define BSTRING 218#define BSTRING
219#endif 219#endif
220 220
221/* Define if you have the ANSI `strerror' function.
222 Otherwise you must have the variable `char *sys_errlist[]'. */
223#undef HAVE_STRERROR
224
221/* Non-ANSI C compilers usually don't have volatile. */ 225/* Non-ANSI C compilers usually don't have volatile. */
222#ifndef HAVE_VOLATILE 226#ifndef HAVE_VOLATILE
223#ifndef __STDC__ 227#ifndef __STDC__