diff options
author | DJ Delorie <dj@delorie.com> | 2005-03-25 04:57:08 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-03-25 04:57:08 +0000 |
commit | 02dcea42936199f309076b67f3e99a7d69702acb (patch) | |
tree | 4b363761f0a5e1ce3248ea3a1731b938a616de98 /libiberty/config.in | |
parent | 63687a9d4fce0d8e64862cad1377126b93b9d5b7 (diff) | |
download | gdb-02dcea42936199f309076b67f3e99a7d69702acb.tar.gz |
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 2b57d29f39e..6eb169e2eec 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 |