]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
system.h (strstr): New external function declaration.
authorPhilippe De Muyter <phdm@macqel.be>
Thu, 24 Jun 1999 21:45:51 +0000 (23:45 +0200)
committerJeff Law <law@gcc.gnu.org>
Thu, 24 Jun 1999 21:45:51 +0000 (15:45 -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: r27744

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 2556899ddf96f85c21e985bb11916a57bce8b075..6d93cce4fb43dfe1f4bf11cd8b99ad5b1172b012 100644 (file)
@@ -1,3 +1,10 @@
+Thu Jun 24 22:43:12 1999  Philippe De Muyter  <phdm@macqel.be>
+
+       * 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  <tromey@cygnus.com>
 
        * gcc.c (main): Read user-specified specs files after computing
index c6945b13476545d32eafe49ee3f4fb37cc918c77..805e77c8da7a59d5d629d980561ec6b164d14ed4 100755 (executable)
@@ -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
index d17b2bb377d662bea9b82e7a152db79fa984b4a3..c77795e790b76335adaa85397260837bea7deffb 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>