diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-05 17:18:02 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-05 17:18:02 -0600 |
commit | f5963e617044e79f7658c82ebc9acdccdc56d57b (patch) | |
tree | 017db6c8be411c52ab98093e94dcce3c7ca3f029 /gcc/config.in | |
parent | 9d1bcb4667cf94ae02b3b3015694a55175be9c9f (diff) | |
download | gcc-f5963e617044e79f7658c82ebc9acdccdc56d57b.zip gcc-f5963e617044e79f7658c82ebc9acdccdc56d57b.tar.gz gcc-f5963e617044e79f7658c82ebc9acdccdc56d57b.tar.bz2 |
* Check in merge from gcc2. See ChangeLog.12 for details.
From-SVN: r19553
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in index bf2d02f..06879eb 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -92,12 +92,12 @@ /* Define if you have the rindex function. */ #undef HAVE_RINDEX -/* Define if you have the strchr function. */ -#undef HAVE_STRCHR - /* Define if you have the setrlimit function. */ #undef HAVE_SETRLIMIT +/* Define if you have the strchr function. */ +#undef HAVE_STRCHR + /* Define if you have the strerror function. */ #undef HAVE_STRERROR @@ -119,6 +119,9 @@ /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define if you have the <stab.h> header file. */ +#undef HAVE_STAB_H + /* Define if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H |