summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-13 09:13:27 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-13 09:13:27 +0000
commit7e5ef2effad1cb87a6c38670afb54f904bca6e1a (patch)
tree05351468a979aa886b9eefe2a48e8ed2f27d6812 /gcc/config.in
parent9799bf406885072aa91a6149027152e9599371df (diff)
downloadgcc-7e5ef2effad1cb87a6c38670afb54f904bca6e1a.tar.gz
* configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
* configure: Regenerate. * config.in: Likewise. * system.h: Declare vsnprintf if not already declared. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 996c2f8ff3b..6e4026b4710 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -314,6 +314,10 @@
0. */
#undef HAVE_DECL_VASPRINTF
+/* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
+ 0. */
+#undef HAVE_DECL_VSNPRINTF
+
/* Define to 1 if you have the <direct.h> header file. */
#undef HAVE_DIRECT_H