diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-12 15:04:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-12 15:04:41 +0000 |
commit | 41c953f989487663bea96657b1945ed034f5c1c5 (patch) | |
tree | 10c54caa7497f18000fb7ebcc88bbf55000d2c91 /libiberty/config.in | |
parent | 4bdd3565f140b0555071cea0d917a6e1e1e16d23 (diff) | |
download | gdb-41c953f989487663bea96657b1945ed034f5c1c5.zip gdb-41c953f989487663bea96657b1945ed034f5c1c5.tar.gz gdb-41c953f989487663bea96657b1945ed034f5c1c5.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index d50aff9..1d8414b 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -40,6 +40,21 @@ /* Define to 1 if you have the `clock' function. */ #undef HAVE_CLOCK +/* Define to 1 if you have the declaration of `asprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_ASPRINTF + +/* Define to 1 if you have the declaration of `basename', and to 0 if you + don't. */ +#undef HAVE_DECL_BASENAME + +/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ +#undef HAVE_DECL_FFS + +/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VASPRINTF + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H |