aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2003-10-16 18:05:57 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-10-16 18:05:57 +0000
commit236ce4b20e848e421bd047f0bcfc898fd123133e (patch)
tree8900adb86149c1a49b414e8516104ce9dbdcda55 /gcc/config.in
parent10f30fa883e31e2335fd4f748d8041b0f9eebd8a (diff)
downloadgcc-236ce4b20e848e421bd047f0bcfc898fd123133e.zip
gcc-236ce4b20e848e421bd047f0bcfc898fd123133e.tar.gz
gcc-236ce4b20e848e421bd047f0bcfc898fd123133e.tar.bz2
configure.in: Add snprintf to gcc_AC_CHECK_DECLS list.
* configure.in: Add snprintf to gcc_AC_CHECK_DECLS list. * system.h: Declare snprintf if necessary. * configure, config.in: Regenerate. From-SVN: r72557
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index f39589d..3a44fed 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -340,6 +340,9 @@
#undef HAVE_DECL_ERRNO
/* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_SNPRINTF
+
+/* Define to 1 if we found this declaration otherwise define to 0. */
#undef HAVE_DECL_VASPRINTF
/* Define to 1 if we found this declaration otherwise define to 0. */