aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2004-06-12 05:53:54 +0000
committerZack Weinberg <zack@gcc.gnu.org>2004-06-12 05:53:54 +0000
commit2fac9c017f9f3339fc56b843a4e0b372d1f770a1 (patch)
tree2fa35b599541c16096e28a7ecc50ed3a0c71a81f /gcc/config.in
parent9ade247982d622219e3935880cd2500d2d3c42f2 (diff)
downloadgcc-2fac9c017f9f3339fc56b843a4e0b372d1f770a1.zip
gcc-2fac9c017f9f3339fc56b843a4e0b372d1f770a1.tar.gz
gcc-2fac9c017f9f3339fc56b843a4e0b372d1f770a1.tar.bz2
configure.ac: Don't invoke ACX_HEADER_STDBOOL.
gcc: * configure.ac: Don't invoke ACX_HEADER_STDBOOL. * configure, config.in: Regenerate. * system.h: Unconditionally define bool as unsigned char, BOOL_BITFIELD as unsigned int. * domwalk.h: Use BOOL_BITFIELD. libcpp: * configure.ac: Don't invoke ACX_HEADER_STDBOOL. * configure, config.in: Regenerate. * system.h: Unconditionally define bool as unsigned char, BOOL_BITFIELD as unsigned int. * .cvsignore: New file. From-SVN: r83020
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 4ff2ef0..39d9e53 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -405,9 +405,6 @@
/* Define to 1 if you have the `setrlimit' function. */
#undef HAVE_SETRLIMIT
-/* Define if you have a working <stdbool.h> header file. */
-#undef HAVE_STDBOOL_H
-
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
@@ -493,9 +490,6 @@
/* Define to 1 if `vfork' works. */
#undef HAVE_WORKING_VFORK
-/* Define if the \`_Bool' type is built-in. */
-#undef HAVE__BOOL
-
/* Define if your compiler supports the \`__int64' type. */
#undef HAVE___INT64