From 36527912614edf28be9ce9ff552090bdd20d67b4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 28 May 2005 11:44:49 +0000 Subject: 2005-05-28 Eli Zaretskii * configure.in: Add snprintf and vsnprintf to AC_CHECK_DECLS. * config.in, configure: Regenerate. --- bfd/config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bfd/config.in') 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 header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H -- cgit v1.2.1