diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in index 671ae67..7ef6bcd 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -124,9 +124,6 @@ /* Whether abort must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_ABORT -/* Whether strerror must be declared even if <string.h> is included. */ -#undef NEED_DECLARATION_STRERROR - /* Whether strsignal must be declared even if <string.h> is included. */ #undef NEED_DECLARATION_STRSIGNAL @@ -335,9 +332,6 @@ /* Define if you have the strdup function. */ #undef HAVE_STRDUP -/* Define if you have the strerror function. */ -#undef HAVE_STRERROR - /* Define if you have the strrchr function. */ #undef HAVE_STRRCHR |