aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2005-05-28 11:44:49 +0000
committerAndreas Jaeger <aj@suse.de>2005-05-28 11:44:49 +0000
commit36527912614edf28be9ce9ff552090bdd20d67b4 (patch)
treee2aa88c80a0b84b9482e3efd06d360220397b326 /bfd/config.in
parent4a72630ae742bf0a42f13e2f38bf4f74dbf4aeb9 (diff)
downloadgdb-36527912614edf28be9ce9ff552090bdd20d67b4.zip
gdb-36527912614edf28be9ce9ff552090bdd20d67b4.tar.gz
gdb-36527912614edf28be9ce9ff552090bdd20d67b4.tar.bz2
2005-05-28 Eli Zaretskii <eliz@gnu.org>
* configure.in: Add snprintf and vsnprintf to AC_CHECK_DECLS. * config.in, configure: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index b798166..0b1e26e 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -63,6 +63,10 @@
don't. */
#undef HAVE_DECL_REALLOC
+/* 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 `stpcpy', and to 0 if you don't.
*/
#undef HAVE_DECL_STPCPY
@@ -71,6 +75,10 @@
*/
#undef HAVE_DECL_STRSTR
+/* 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 <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H