aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-04-16 22:42:07 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-04-16 22:42:07 +0000
commitbd3fbc6b72cfc51aa7711fa8730f41fa132ef49d (patch)
treea91d9da975d02c016d6460be9efcd61e15f9b104 /libiberty/config.in
parenta9ecacf6c44316e20d54c36f84ae80dedfff09e6 (diff)
downloadgcc-bd3fbc6b72cfc51aa7711fa8730f41fa132ef49d.zip
gcc-bd3fbc6b72cfc51aa7711fa8730f41fa132ef49d.tar.gz
gcc-bd3fbc6b72cfc51aa7711fa8730f41fa132ef49d.tar.bz2
configure.in (funcs, [...]): Add snprintf and vsnprintf.
* configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and vsnprintf. * snprintf.c, vsnprintf.c: New files. * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c. (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o. Regenerate dependencies. * functions.texi, configure, config.in: Regenerated. From-SVN: r65704
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 0efae6d..1cc6d61 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -150,6 +150,9 @@
/* Define if you have the sigsetmask function. */
#undef HAVE_SIGSETMASK
+/* Define if you have the snprintf function. */
+#undef HAVE_SNPRINTF
+
/* Define if you have the stpcpy function. */
#undef HAVE_STPCPY
@@ -216,6 +219,9 @@
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
+/* Define if you have the vsnprintf function. */
+#undef HAVE_VSNPRINTF
+
/* Define if you have the vsprintf function. */
#undef HAVE_VSPRINTF