summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2005-04-12 14:23:48 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2005-04-12 14:23:48 +0000
commit1ff7682ce15e1365c2cf726e0be93625b18b732f (patch)
tree5cf076e511a52524dd22dbe6a1a7b5c61be52432 /libiberty/config.in
parentc33063e83743ddc9a9e67132e3d16dd766837986 (diff)
configure.ac: Check declarations for basename, ffs, asprintf, vasprintf.
* configure.ac: Check declarations for basename, ffs, asprintf, vasprintf. * configure: Regenerate. * config.in: Likewise. From-SVN: r98022
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in15
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