diff options
author | DJ Delorie <dj@delorie.com> | 2003-04-16 23:09:21 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-04-16 23:09:21 +0000 |
commit | 77d2dec4db151a11881dee32b8e0d97d7193bc4f (patch) | |
tree | d4ce4e4561197cb8861935048b6f5869e45dbc63 /libiberty/config.in | |
parent | 51da00a73df371206bc02fb759286b50e9437dd7 (diff) | |
download | gdb-77d2dec4db151a11881dee32b8e0d97d7193bc4f.tar.gz |
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 0efae6d901e..1cc6d6132e5 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 |