summaryrefslogtreecommitdiff
path: root/fixincludes/config.h.in
diff options
context:
space:
mode:
authordalecki <dalecki@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-31 21:18:59 +0000
committerdalecki <dalecki@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-31 21:18:59 +0000
commit6ede36d7914b2fad1f45857b7a64f4c5a61be952 (patch)
tree2584b4797e1784272a9c78a00dd9d766963ddd90 /fixincludes/config.h.in
parent4c36ffe68d981c213d168cf07f42dcc558bc7f1b (diff)
downloadgcc-6ede36d7914b2fad1f45857b7a64f4c5a61be952.tar.gz
2006-01-31 Marcin Dalecki <martin@dalecki.de>
* configure.ac: Check for asprintf, basename, vasprintf. * config.h.in: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110448 138bc75d-0d04-0410-961f-82ee72b054a4
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