diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-02-14 08:59:10 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-02-14 08:59:10 +0000 |
commit | 82de001fc3aca3d1e50e1ddae4a381e8aefbdae3 (patch) | |
tree | 0b4dab79b3c0a8faffe522d6c1b7f92900372e5f /binutils/config.in | |
parent | 431ad2d0db1f70e5a326f9bbe3537008bc3e97f2 (diff) | |
download | gdb-82de001fc3aca3d1e50e1ddae4a381e8aefbdae3.zip gdb-82de001fc3aca3d1e50e1ddae4a381e8aefbdae3.tar.gz gdb-82de001fc3aca3d1e50e1ddae4a381e8aefbdae3.tar.bz2 |
gas/
* config.in: Rebuilt.
binutils/
* config.in: Rebuilt.
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in index f5296e8..93d8e95 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -50,6 +50,10 @@ */ #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 `stpcpy', and to 0 if you don't. */ #undef HAVE_DECL_STPCPY @@ -58,6 +62,10 @@ */ #undef HAVE_DECL_STRSTR +/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VSNPRINTF + /* Does the platform use an executable suffix? */ #undef HAVE_EXECUTABLE_SUFFIX |