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
commit3c4daa352d1ba22faf64e6580896f1dc587d8e2c (patch)
treeb6cc6e271734f2e484d6f42f213065bf8938d1ec /bfd/config.in
parenta5c62d7713abcb5896d35a7130c94730e8c4277c (diff)
downloadbinutils-redhat-3c4daa352d1ba22faf64e6580896f1dc587d8e2c.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 b7981668c1..0b1e26e971 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