summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-13 11:50:40 +0000
committerru <ru@FreeBSD.org>2002-11-13 11:50:40 +0000
commitf056bc6c1666e5096f305d83cd829bb660562101 (patch)
tree42bb4b1a979c911ba92cbe874e5ffe4fd63e42d5 /gnu
parent02c7d00fbdd4f6cff671b03b1be3f8a4c81e053c (diff)
downloadFreeBSD-src-f056bc6c1666e5096f305d83cd829bb660562101.zip
FreeBSD-src-f056bc6c1666e5096f305d83cd829bb660562101.tar.gz
Bootstrapping aid for 4.0-RELEASE.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index a25c9b6..321bb32 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -357,7 +357,10 @@
/* #undef _GNU_SOURCE */
/* Define if you have a working <stdbool.h> header file. */
+#if (__FreeBSD_version >= 440003 && __FreeBSD_version < 500000) || \
+ __FreeBSD_version >= 500014
#define HAVE_STDBOOL_H 1
+#endif
/* Define if you can safely include both <string.h> and <strings.h>. */
#define STRING_WITH_STRINGS 1
OpenPOWER on IntegriCloud