From 3e37364a23bc60701bef9cacac46af68709fff20 Mon Sep 17 00:00:00 2001 From: rth Date: Fri, 25 May 2001 19:30:11 +0000 Subject: * aclocal.m4: Fixed typo. (gcc_AC_HEADER_STDBOOL): Define. (gcc_AC_C__BOOL): Define. * configure.in: Use them. (AC_CHECK_HEADERS): Remove stdbool.h * configure, config.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42578 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index 50cefde2327..bfe43be1fcc 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -221,9 +221,6 @@ /* Define if you have the header file. */ #undef HAVE_NL_TYPES_H -/* Define if you have the header file. */ -#undef HAVE_STDBOOL_H - /* Define if you have the header file. */ #undef HAVE_STDDEF_H @@ -305,6 +302,9 @@ /* Define if your compiler supports the `__int64' type. */ #undef HAVE___INT64 +/* Define if the `_Bool' type is built-in. */ +#undef HAVE__BOOL + /* The number of bytes in type short */ #undef SIZEOF_SHORT @@ -326,6 +326,9 @@ /* Always define this when using the GNU C Library */ #undef _GNU_SOURCE +/* Define if you have a working header file. */ +#undef HAVE_STDBOOL_H + /* Define if you can safely include both and . */ #undef STRING_WITH_STRINGS -- cgit v1.2.1