From be0f1e5478e1aba8e8231e6f42d60b096ba2726a Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 14 Feb 2005 08:52:24 +0000 Subject: re PR bootstrap/19818 (GCC 4.0 cannot bootstrap itself) include: 2005-02-08 Paolo Bonzini PR bootstrap/19818 * ansidecl.h (PARAMS): Guard from redefinition. libcpp: 2005-02-08 Paolo Bonzini PR bootstrap/19818 * configure.ac: Check for declaration of basename and getopt. * config.in: Regenerate. * configure: Regenerate. * internal.h (ustrcspn): New. * macro.c (create_iso_definition): Fix allocation of memory. (padding_token): Add cast to remove const-ness. * pch.c (cpp_read_state): Use ustrcspn. From-SVN: r95003 --- libcpp/config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libcpp/config.in') diff --git a/libcpp/config.in b/libcpp/config.in index 8cf8cebcf3b..d7f67a609cf 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -26,6 +26,10 @@ */ #undef HAVE_DECL_ABORT +/* 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 `errno', and to 0 if you don't. */ #undef HAVE_DECL_ERRNO @@ -46,6 +50,10 @@ you don't. */ #undef HAVE_DECL_FWRITE_UNLOCKED +/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. + */ +#undef HAVE_DECL_GETOPT + /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_PUTC_UNLOCKED -- cgit v1.2.1