diff options
author | Marcin Dalecki <martin@dalecki.de> | 2006-01-31 22:18:59 +0100 |
---|---|---|
committer | Marcin Dalecki <dalecki@gcc.gnu.org> | 2006-01-31 22:18:59 +0100 |
commit | 03e34d09a5f61ba6b862a6d0e8845408d98556e8 (patch) | |
tree | 2584b4797e1784272a9c78a00dd9d766963ddd90 /fixincludes/config.h.in | |
parent | 5ed6ace578e0657c0481bacd16c97ceb3deda9a4 (diff) | |
download | gcc-03e34d09a5f61ba6b862a6d0e8845408d98556e8.tar.gz |
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.in | 12 |
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 |