From bc8c397819082cad0a66dde399385c63825b1845 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 24 Jun 1999 15:45:54 -0600 Subject: [PATCH] system.h (strstr): New external function declaration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * 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 | 3 +++ 1 file changed, 3 insertions(+) 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