diff options
Diffstat (limited to 'libcpp/config.in')
-rw-r--r-- | libcpp/config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/config.in b/libcpp/config.in index a302492406b..2b05ba0c401 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -29,6 +29,10 @@ */ #undef HAVE_DECL_ABORT +/* Define to 1 if you have the declaration of `asprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_ASPRINTF + /* Define to 1 if you have the declaration of `basename', and to 0 if you don't. */ #undef HAVE_DECL_BASENAME @@ -105,6 +109,10 @@ don't. */ #undef HAVE_DECL_PUTC_UNLOCKED +/* 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 <fcntl.h> header file. */ #undef HAVE_FCNTL_H |