]> gcc.gnu.org Git - gcc.git/commitdiff
system.h (strstr): New external function declaration.
authorJeff Law <law@gcc.gnu.org>
Thu, 24 Jun 1999 21:48:31 +0000 (15:48 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 24 Jun 1999 21:48:31 +0000 (15:48 -0600)

        * 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: r27747

gcc/configure.in

index b5ae03db7db864f522cdc1b73552cecbc08834c8..11075079db59992a643caecdf5604df86873c7a1 100644 (file)
@@ -406,7 +406,7 @@ AC_FUNC_VFORK
 
 GCC_NEED_DECLARATIONS(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)
 
 GCC_NEED_DECLARATIONS(getrlimit setrlimit, [
 #include <sys/types.h>
This page took 0.069735 seconds and 5 git commands to generate.