diff options
author | DJ Delorie <dj@redhat.com> | 2012-10-10 03:11:33 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2012-10-10 03:11:33 +0000 |
commit | 995b61fe5b880e79b767160207fd363b125fdaa3 (patch) | |
tree | 47dc5239563a2d1ab75ea7790c9ce51baf80a821 /libiberty/config.in | |
parent | fd49b9b373ee89cd57fcd4d9cfd791fd4b9ebdc7 (diff) | |
download | gdb-995b61fe5b880e79b767160207fd363b125fdaa3.zip gdb-995b61fe5b880e79b767160207fd363b125fdaa3.tar.gz gdb-995b61fe5b880e79b767160207fd363b125fdaa3.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 17c4c2e..1cf9c11 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -262,6 +262,9 @@ /* Define to 1 if you have the `strndup' function. */ #undef HAVE_STRNDUP +/* Define to 1 if you have the `strnlen' function. */ +#undef HAVE_STRNLEN + /* Define to 1 if you have the `strrchr' function. */ #undef HAVE_STRRCHR |