diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-09-01 17:02:53 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-09-01 11:02:53 -0600 |
commit | a63d08e6068d7bc8cb98df36d7fd02fa3b757334 (patch) | |
tree | af45a06594372a8ce31307986642e8135b3e6fb6 /gcc/config.in | |
parent | db814993aeff298e9a3bd04ad70f944cc2bc558e (diff) | |
download | gcc-a63d08e6068d7bc8cb98df36d7fd02fa3b757334.zip gcc-a63d08e6068d7bc8cb98df36d7fd02fa3b757334.tar.gz gcc-a63d08e6068d7bc8cb98df36d7fd02fa3b757334.tar.bz2 |
cccp.c (sys_errlist): Remove special 4.4bsd declaration.
* cccp.c (sys_errlist): Remove special 4.4bsd declaration.
* collect2.c (sys_errlist): Likewise.
* cpplib.c (sys_errlist): Likewise.
* gcc.c (sys_errlist): Likewise.
* protoize (sys_errlist): Likewise.
* configure.in: Check for strerror.
* xm-freebsd.h (HAVE_STRERROR): Remove definition.
* xm-gnu.h (HAVE_STRERROR): Likewise.
* xm-linux.h (HAVE_STRERROR): Likewise.
* xm-netbsd.h (HAVE_STRERROR): Likewise.
* xm-bsd386.h (HAVE_STRERROR): Likewise.
* xm-cygwin32.h (HAVE_STRERROR): Likewise.
* xm-dos.h (HAVE_STRERROR): Likewise.
* xm-mingw32.h (HAVE_STRERROR): Likewise.
* xm-pa.h (HAVE_STRERROR): Likewise.
* xm-papro.h (HAVE_STRERROR): Likewise.
* xm-sysv4.h (HAVE_STRERROR): Likewise.
* configure, config.in: Rebuilt.
Remove the need to define HAVE_STRERROR for each host port.
From-SVN: r15011
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index f14c397..3200bbb 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -19,6 +19,9 @@ /* Define if `sys_siglist' is declared by <signal.h>. */ #undef SYS_SIGLIST_DECLARED +/* Define if you have the strerror function. */ +#undef HAVE_STRERROR + /* Define if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H |