diff options
author | DJ Delorie <dj@delorie.com> | 2005-04-12 15:04:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-04-12 15:04:41 +0000 |
commit | 29a23ff7970ee73dca12bea85153748d3eb27242 (patch) | |
tree | f834f6ae9151952e11dd751ec9fbf5e5e3ae7721 /libiberty/config.in | |
parent | 1e482bb1551a79e441c9f709461a7677591e1459 (diff) | |
download | gdb-29a23ff7970ee73dca12bea85153748d3eb27242.tar.gz |
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 d50aff9895e..1d8414bd402 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 |