diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-05-15 18:32:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-05-15 18:32:13 +0000 |
commit | 1b77ea505f5e3d4df6a3d4917e3f37b747c10982 (patch) | |
tree | 9519b3bd0f742f5c1be262d049b348aeee69152f /gold/config.in | |
parent | 072fe7ce7a6d9d6b401284de5858495157a35df3 (diff) | |
download | gdb-1b77ea505f5e3d4df6a3d4917e3f37b747c10982.zip gdb-1b77ea505f5e3d4df6a3d4917e3f37b747c10982.tar.gz gdb-1b77ea505f5e3d4df6a3d4917e3f37b747c10982.tar.bz2 |
* configure.ac: Check for declarations for cases where libiberty.h
checks HAVE_DECL_xxx.
* configure, config.in: Rebuild.
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 1ab4ca5..1904650 100644 --- a/gold/config.in +++ b/gold/config.in @@ -28,6 +28,33 @@ /* Define to 1 if you have the `chsize' function. */ #undef HAVE_CHSIZE +/* 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 `snprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_SNPRINTF + +/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you + don't. */ +#undef HAVE_DECL_STRVERSCMP + +/* 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 declaration of `vsnprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VSNPRINTF + /* Define to 1 if you have the <ext/hash_map> header file. */ #undef HAVE_EXT_HASH_MAP |