summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-12 05:53:54 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-12 05:53:54 +0000
commit151899c537d746a9a9256b24370056707d6ec494 (patch)
tree2fa35b599541c16096e28a7ecc50ed3a0c71a81f /gcc/config.in
parent83caac0d782726ae08d49cc3c8c4d13b7dcb3f27 (diff)
downloadgcc-151899c537d746a9a9256b24370056707d6ec494.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83020 138bc75d-0d04-0410-961f-82ee72b054a4
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 4ff2ef035dd..39d9e535f99 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