system.h (strstr): New external function declaration.
authorPhilippe De Muyter <phdm@macqel.be>
Thu, 24 Jun 1999 21:48:40 +0000 (23:48 +0200)
committerJeff Law <law@gcc.gnu.org>
Thu, 24 Jun 1999 21:48:40 +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: r27748

gcc/ChangeLog
gcc/config.in
gcc/configure

index 97b329ec4dc8a3a58777c3012428b1ad04a4d874..073362cc5b6009fed72ddb5a7371ea0b80b1624c 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 0b14498ec93322dc16c9b0ca7f54501a23a43ebd..c804a2b682e7ff5b7a3bfc84abc0099a1ae4b345 100644 (file)
@@ -94,6 +94,9 @@
 /* Whether strsignal must be declared even if <string.h> is included.  */
 #undef NEED_DECLARATION_STRSIGNAL
 
+/* Whether strstr must be declared even if <string.h> is included.  */
+#undef NEED_DECLARATION_STRSTR
+
 /* Whether getcwd must be declared even if <unistd.h> is included.  */
 #undef NEED_DECLARATION_GETCWD
 
index d4dcd0ce29df55aed18ae42ccd5f6f96477ad47e..058ab79839e216705e47343c35b8d52cf1a0852e 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