aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-05-28 13:40:59 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2005-05-28 13:40:59 +0200
commitddcf783b5977764f654fb6e9f754265478acf2f6 (patch)
tree33877dbe0dcb3d58776129b09f97bba8395313c1 /libiberty/config.in
parent81ae598bbd9f3faa1f0d7e16acfba9e6c914f94c (diff)
downloadgcc-ddcf783b5977764f654fb6e9f754265478acf2f6.zip
gcc-ddcf783b5977764f654fb6e9f754265478acf2f6.tar.gz
gcc-ddcf783b5977764f654fb6e9f754265478acf2f6.tar.bz2
libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if needed.
include: 2005-05-28 Eli Zaretskii <eliz@gnu.org> * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if needed. (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed. libiberty: 2005-05-28 Eli Zaretskii <eliz@gnu.org> * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS. * config.in, configure: Regenerate. From-SVN: r100292
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 0c2778b..804945d 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -68,10 +68,18 @@
*/
#undef HAVE_DECL_SBRK
+/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
+ don't. */
+#undef HAVE_DECL_SNPRINTF
+
/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
don't. */
#undef HAVE_DECL_VASPRINTF
+/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
+ don't. */
+#undef HAVE_DECL_VSNPRINTF
+
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H