aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-06-24 15:48:31 -0600
committerJeff Law <law@gcc.gnu.org>1999-06-24 15:48:31 -0600
commitf36fcf57f25f4c3171897651a59ad528245ff203 (patch)
tree99a5c1fd526a432d57f2c892b035cb0e3eecb2d1 /gcc
parentd3d5cc971dea7c956c4008a9ec8660eec497cdc4 (diff)
downloadgcc-f36fcf57f25f4c3171897651a59ad528245ff203.zip
gcc-f36fcf57f25f4c3171897651a59ad528245ff203.tar.gz
gcc-f36fcf57f25f4c3171897651a59ad528245ff203.tar.bz2
system.h (strstr): New external function declaration.
� * 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index b5ae03d..1107507 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -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>