diff options
author | Philippe De Muyter <phdm@macqel.be> | 1999-06-24 23:48:40 +0200 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-24 15:48:40 -0600 |
commit | c22c8e60a262e715c20521619b99e4386d6b75a0 (patch) | |
tree | 7748e8c98c10082bbb34bf7d9a74ed64a8a5477c /gcc/config.in | |
parent | f36fcf57f25f4c3171897651a59ad528245ff203 (diff) | |
download | gcc-c22c8e60a262e715c20521619b99e4386d6b75a0.zip gcc-c22c8e60a262e715c20521619b99e4386d6b75a0.tar.gz gcc-c22c8e60a262e715c20521619b99e4386d6b75a0.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: r27748
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 0b14498..c804a2b 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -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 |