aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/config.h.in
diff options
context:
space:
mode:
authorMarcin Dalecki <martin@dalecki.de>2006-01-31 22:18:59 +0100
committerMarcin Dalecki <dalecki@gcc.gnu.org>2006-01-31 22:18:59 +0100
commit03e34d09a5f61ba6b862a6d0e8845408d98556e8 (patch)
tree2584b4797e1784272a9c78a00dd9d766963ddd90 /fixincludes/config.h.in
parent5ed6ace578e0657c0481bacd16c97ceb3deda9a4 (diff)
configure.ac: Check for asprintf, basename, vasprintf.
2006-01-31 Marcin Dalecki <martin@dalecki.de> * configure.ac: Check for asprintf, basename, vasprintf. * config.h.in: Regenerate. * configure: Regenerate. From-SVN: r110448
Diffstat (limited to 'fixincludes/config.h.in')
-rw-r--r--fixincludes/config.h.in12
1 files changed, 12 insertions, 0 deletions
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 <fcntl.h> header file. */
#undef HAVE_FCNTL_H