diff options
author | DJ Delorie <dj@redhat.com> | 2005-05-28 19:49:24 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-05-28 19:49:24 +0000 |
commit | 01e94249b651dfe388b015d54911c35392ef1f0b (patch) | |
tree | 451de4aaf2b8e37a288d4a41b105478cddb79ac6 /libiberty/config.in | |
parent | cedea75781cffbdf243b4e1f6e892dcd67620454 (diff) | |
download | gdb-01e94249b651dfe388b015d54911c35392ef1f0b.zip gdb-01e94249b651dfe388b015d54911c35392ef1f0b.tar.gz gdb-01e94249b651dfe388b015d54911c35392ef1f0b.tar.bz2 |
merge from gcc
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 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 |