summaryrefslogtreecommitdiffstats
path: root/libcpp/config.in
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-14 08:52:24 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-14 08:52:24 +0000
commitbb30d1f4b425d77cdca39914443b3de84ed22f00 (patch)
tree051695b6217a00738df88eb4f5452b7d4833bd75 /libcpp/config.in
parentb3e5216b04faa3147644b55dfc9268d801dc9906 (diff)
downloadppe42-gcc-bb30d1f4b425d77cdca39914443b3de84ed22f00.tar.gz
ppe42-gcc-bb30d1f4b425d77cdca39914443b3de84ed22f00.zip
include:
2005-02-08 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/19818 * ansidecl.h (PARAMS): Guard from redefinition. libcpp: 2005-02-08 Paolo Bonzini <bonzini@gnu.org> 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95003 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/config.in')
-rw-r--r--libcpp/config.in8
1 files changed, 8 insertions, 0 deletions
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
OpenPOWER on IntegriCloud