]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
system.h (strstr): New external function declaration.
authorJeff Law <law@gcc.gnu.org>
Thu, 24 Jun 1999 21:45:54 +0000 (15:45 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 24 Jun 1999 21:45:54 +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: r27745

gcc/config.in

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