diff options
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index b798166..0b1e26e 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -63,6 +63,10 @@ don't. */ #undef HAVE_DECL_REALLOC +/* 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 @@ -71,6 +75,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 + /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H |