aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2003-10-16 18:05:57 +0000
committerZack Weinberg <zack@codesourcery.com>2003-10-16 18:05:57 +0000
commit44303097f360c90e798e9904e158fa30f188ba28 (patch)
tree8900adb86149c1a49b414e8516104ce9dbdcda55 /gcc/config.in
parent29767fc6eb4c700c97b4254726fa690abd229207 (diff)
* configure.in: Add snprintf to gcc_AC_CHECK_DECLS list.
* system.h: Declare snprintf if necessary. * configure, config.in: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@72557 138bc75d-0d04-0410-961f-82ee72b054a4
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 f39589da748..3a44fed9ee8 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. */