summaryrefslogtreecommitdiff
path: root/libcpp/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 /libcpp/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 'libcpp/config.in')
-rw-r--r--libcpp/config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/libcpp/config.in b/libcpp/config.in
index 4b7bce74d59..958d4189a4a 100644
--- a/libcpp/config.in
+++ b/libcpp/config.in
@@ -92,9 +92,6 @@
/* Define to 1 if you have the `putc_unlocked' function. */
#undef HAVE_PUTC_UNLOCKED
-/* 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
@@ -125,9 +122,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define if the \`_Bool' type is built-in. */
-#undef HAVE__BOOL
-
/* Define to the widest efficient host integer type at least as wide as the
target's size_t type. */
#undef HOST_WIDE_INT