summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2003-01-21 00:12:52 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-01-21 00:12:52 +0000
commita12b5bd9805406ffb64aac8e2ea8c6a0373f3ed3 (patch)
tree94e141c718f0404fba73d0ef5ad2dc48c562123d /gcc/config.in
parentda8a6064ca1111465fee2835760ebff29c86a0d9 (diff)
downloadgcc-a12b5bd9805406ffb64aac8e2ea8c6a0373f3ed3.tar.gz
configure.in: Check for system-provided 'uchar' type.
* configure.in: Check for system-provided 'uchar' type. * configure, config.in: Regenerate. * cpphash.h: Only typedef 'uchar' if the system doesn't. From-SVN: r61516
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 7ae0005176e..90cf3adff0f 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1,4 +1,4 @@
-/* config.in. Generated automatically from configure.in by autoheader. */
+/* config.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if using alloca.c. */
#undef C_ALLOCA
@@ -498,6 +498,9 @@
/* Define if <time.h> defines clock_t. */
#undef HAVE_CLOCK_T
+/* Define if <sys/types.h> defines `uchar'. */
+#undef HAVE_UCHAR
+
/* Define .init_array/.fini_array sections are available and working. */
#undef HAVE_INITFINI_ARRAY