diff options
author | Ian Lance Taylor <iant@google.com> | 2009-03-27 22:38:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2009-03-27 22:38:23 +0000 |
commit | 5fbd944721c275a13c19ebf83ee76eb51732d9ae (patch) | |
tree | b0984c49d6350c94d36f4040e271ef98474901a4 /libiberty/config.in | |
parent | 2ac26e152e6ee91698ddd752d3ec788ead9c90df (diff) | |
download | gcc-5fbd944721c275a13c19ebf83ee76eb51732d9ae.zip gcc-5fbd944721c275a13c19ebf83ee76eb51732d9ae.tar.gz gcc-5fbd944721c275a13c19ebf83ee76eb51732d9ae.tar.bz2 |
memmem.c: New file, from gnulib.
* memmem.c: New file, from gnulib.
* configure.ac: Add memmem to list of functions provided if they
are not available on the host.
* Makefile.in: Rebuild dependencies.
(CFILES): Add memmem.c.
(CONFIGURED_OFILES): Add memmem.o.
* configure, config.in, functions.texi: Rebuild.
From-SVN: r145139
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 9260d56..d34320c 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -139,6 +139,9 @@ /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY +/* Define to 1 if you have the `memmem' function. */ +#undef HAVE_MEMMEM + /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE |