diff options
author | Zack Weinberg <zack@codesourcery.com> | 2003-01-21 00:12:52 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-01-21 00:12:52 +0000 |
commit | a12b5bd9805406ffb64aac8e2ea8c6a0373f3ed3 (patch) | |
tree | 94e141c718f0404fba73d0ef5ad2dc48c562123d /gcc/config.in | |
parent | da8a6064ca1111465fee2835760ebff29c86a0d9 (diff) | |
download | gcc-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.in | 5 |
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 |