summaryrefslogtreecommitdiff
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
commitfebfe0a72c6798c7df5f309e2299083703b707b5 (patch)
treead5221b6100966ce6202ed8a1b29eba5216a6aa6 /bfd/config.in
parent5961ccfd145bd13a4b57b737de9e9d64b340fe89 (diff)
downloadgdb-febfe0a72c6798c7df5f309e2299083703b707b5.tar.gz
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 b7981668c1c..0b1e26e971f 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