diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2003-10-16 18:05:57 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-10-16 18:05:57 +0000 |
commit | 236ce4b20e848e421bd047f0bcfc898fd123133e (patch) | |
tree | 8900adb86149c1a49b414e8516104ce9dbdcda55 /gcc/config.in | |
parent | 10f30fa883e31e2335fd4f748d8041b0f9eebd8a (diff) | |
download | gcc-236ce4b20e848e421bd047f0bcfc898fd123133e.tar.gz |
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.in | 3 |
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. */ |