diff options
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 |