diff options
author | DJ Delorie <dj@redhat.com> | 2003-04-16 23:09:21 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-04-16 23:09:21 +0000 |
commit | 2ed1e5cc550d2e2ec54716106d92e1398c9d6679 (patch) | |
tree | f10e0dab1d762548772bd6fb5b5819ada838a26f /libiberty/config.in | |
parent | 610a37459e7bcacdebf1096ad324b845af8bd4e2 (diff) | |
download | gdb-2ed1e5cc550d2e2ec54716106d92e1398c9d6679.zip gdb-2ed1e5cc550d2e2ec54716106d92e1398c9d6679.tar.gz gdb-2ed1e5cc550d2e2ec54716106d92e1398c9d6679.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 6 |
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 |