summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-16 18:05:57 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-16 18:05:57 +0000
commit56deebec3b40ef8d2bfa28318cea3846ebb0f2c8 (patch)
tree8900adb86149c1a49b414e8516104ce9dbdcda55 /gcc/config.in
parent35f8a46a758d4534313ab4361bb068b7c4bca86e (diff)
downloadgcc-56deebec3b40ef8d2bfa28318cea3846ebb0f2c8.tar.gz
* configure.in: Add snprintf to gcc_AC_CHECK_DECLS list.
* system.h: Declare snprintf if necessary. * configure, config.in: Regenerate. git-svn-id: svn+ssh://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. */