diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-28 11:40:59 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-28 11:40:59 +0000 |
commit | 71f27b28ea4c12ab7af9b49492f3a1afeca325f1 (patch) | |
tree | 33877dbe0dcb3d58776129b09f97bba8395313c1 /libiberty/config.in | |
parent | 7e116ea85ce0df5b248a56d854494482095c0c1d (diff) | |
download | gcc-71f27b28ea4c12ab7af9b49492f3a1afeca325f1.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100292 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 0c2778b916f..804945d70b4 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 |