* configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS.

This commit is contained in:
Eli Zaretskii 2005-05-20 11:32:51 +00:00
parent c60fe18b5c
commit 194134a184
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-20 Eli Zaretskii <eliz@gnu.org>
* configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS.
2005-05-20 Joel Brobecker <brobecker@adacore.com>
* alpha-tdep.c (fp_register_zero_p): New function.
@ -40,6 +44,7 @@
(regcache_raw_write_part, regcache_cooked_read_part)
(regcache_cooked_write_part, read_register, regcache_raw_supply):
>>>>>>> 1.7166
2005-05-17 Corinna Vinschen <vinschen@redhat.com>
* MAINTAINERS: Undelete v850.
@ -187,6 +192,7 @@
(_initialize_linux_nat, lin_thread_get_thread_signals): Use
SA_RESTART.
>>>>>>> 1.7163
2005-05-14 Mark Kettenis <kettenis@gnu.org>
* configure.tgt (vax-*-openbsd*): Set gdb_target to obsd.

View File

@ -418,7 +418,7 @@ AC_CHECK_HEADERS(ctype.h time.h)
AC_CHECK_DECLS([free, malloc, realloc])
AC_CHECK_DECLS([strerror, strstr])
AC_CHECK_DECLS(getopt)
AC_CHECK_DECLS([getopt, snprintf, vsnprintf])
# ----------------------- #
# Checks for structures. #