diff options
author | DJ Delorie <dj@redhat.com> | 2009-03-27 23:07:30 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-03-27 23:07:30 +0000 |
commit | 10e1b6bb907a5ec314012ebb75c94a8e5b29b145 (patch) | |
tree | 3d344b80c8ca11587f2d45ebf529613ea62e6983 /libiberty/config.in | |
parent | 33aea2fd651cf208e9e3c94c43cc3e10a12f03ea (diff) | |
download | gdb-10e1b6bb907a5ec314012ebb75c94a8e5b29b145.zip gdb-10e1b6bb907a5ec314012ebb75c94a8e5b29b145.tar.gz gdb-10e1b6bb907a5ec314012ebb75c94a8e5b29b145.tar.bz2 |
merge from gcc
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 |