diff options
author | Andreas Jaeger <aj@suse.de> | 2005-05-28 11:44:49 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2005-05-28 11:44:49 +0000 |
commit | 36527912614edf28be9ce9ff552090bdd20d67b4 (patch) | |
tree | e2aa88c80a0b84b9482e3efd06d360220397b326 /bfd/config.in | |
parent | 4a72630ae742bf0a42f13e2f38bf4f74dbf4aeb9 (diff) | |
download | ppe42-binutils-36527912614edf28be9ce9ff552090bdd20d67b4.tar.gz ppe42-binutils-36527912614edf28be9ce9ff552090bdd20d67b4.zip |
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.in | 8 |
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 |