diff options
author | DJ Delorie <dj@redhat.com> | 2005-03-25 04:57:08 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-03-25 04:57:08 +0000 |
commit | 0fad4bdb8e54f631e012ec382b6e337e7c897502 (patch) | |
tree | 09c164d706811e70ecc00f2008a702e5ce291396 /libiberty/config.in | |
parent | 51e32d644ad69408eacefacd21e015a6c9c519c2 (diff) | |
download | gdb-0fad4bdb8e54f631e012ec382b6e337e7c897502.zip gdb-0fad4bdb8e54f631e012ec382b6e337e7c897502.tar.gz gdb-0fad4bdb8e54f631e012ec382b6e337e7c897502.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 2b57d29..6eb169e 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -181,6 +181,9 @@ /* Define to 1 if you have the `strncasecmp' function. */ #undef HAVE_STRNCASECMP +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + /* Define to 1 if you have the `strrchr' function. */ #undef HAVE_STRRCHR |