Define HAVE_STRERROR.

From-SVN: r13675
This commit is contained in:
Michael Meissner 1997-02-24 22:41:37 +00:00
parent 538bb15864
commit 431c5c475d
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ extern char *alloca ();
/* Solaris has a different declaration of sys_siglist than collect uses. */
#define DONT_DECLARE_SYS_SIGLIST
/* We have STRERROR */
#define HAVE_STRERROR
#ifdef __PPC__
#ifndef __STDC__
extern char *malloc (), *realloc (), *calloc ();