From 1b77ea505f5e3d4df6a3d4917e3f37b747c10982 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 15 May 2009 18:32:13 +0000 Subject: * configure.ac: Check for declarations for cases where libiberty.h checks HAVE_DECL_xxx. * configure, config.in: Rebuild. --- gold/config.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gold/config.in') 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 header file. */ #undef HAVE_EXT_HASH_MAP -- cgit v1.1