From: Philippe De Muyter Date: Thu, 24 Jun 1999 21:48:40 +0000 (+0200) Subject: system.h (strstr): New external function declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c22c8e60a262e715c20521619b99e4386d6b75a0;p=gcc.git system.h (strstr): New external function declaration. � * system.h (strstr): New external function declaration. * acconfig.h (NEED_DECLARATION_STRSTR): New define slot. * configure.in (GCC_NEED_DECLARATIONS): Check for strstr. * config.in, configure: Rebuilt. From-SVN: r27748 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 97b329ec4dc..073362cc5b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 24 22:43:12 1999 Philippe De Muyter + + * system.h (strstr): New external function declaration. + * acconfig.h (NEED_DECLARATION_STRSTR): New define slot. + * configure.in (GCC_NEED_DECLARATIONS): Check for strstr. + * config.in, configure: Rebuilt. + 1999-06-24 Tom Tromey * gcc.c (main): Read user-specified specs files after computing diff --git a/gcc/config.in b/gcc/config.in index 0b14498ec93..c804a2b682e 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -94,6 +94,9 @@ /* Whether strsignal must be declared even if is included. */ #undef NEED_DECLARATION_STRSIGNAL +/* Whether strstr must be declared even if is included. */ +#undef NEED_DECLARATION_STRSTR + /* Whether getcwd must be declared even if is included. */ #undef NEED_DECLARATION_GETCWD diff --git a/gcc/configure b/gcc/configure index d4dcd0ce29d..058ab79839e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2633,7 +2633,7 @@ fi for ac_func in malloc realloc calloc free bcopy bzero bcmp \ index rindex getenv atol sbrk abort atof strerror getcwd getwd \ - strsignal putc_unlocked fputs_unlocked + strsignal putc_unlocked fputs_unlocked strstr do echo $ac_n "checking whether $ac_func must be declared""... $ac_c" 1>&6 echo "configure:2640: checking whether $ac_func must be declared" >&5