From 03e34d09a5f61ba6b862a6d0e8845408d98556e8 Mon Sep 17 00:00:00 2001 From: Marcin Dalecki Date: Tue, 31 Jan 2006 22:18:59 +0100 Subject: configure.ac: Check for asprintf, basename, vasprintf. 2006-01-31 Marcin Dalecki * configure.ac: Check for asprintf, basename, vasprintf. * config.h.in: Regenerate. * configure: Regenerate. From-SVN: r110448 --- fixincludes/config.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'fixincludes/config.h.in') diff --git a/fixincludes/config.h.in b/fixincludes/config.h.in index a067b8dbdfa..fac869f1450 100644 --- a/fixincludes/config.h.in +++ b/fixincludes/config.h.in @@ -10,6 +10,14 @@ */ #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 + /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_CLEARERR_UNLOCKED @@ -78,6 +86,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 header file. */ #undef HAVE_FCNTL_H -- cgit v1.2.1