From f056bc6c1666e5096f305d83cd829bb660562101 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 13 Nov 2002 11:50:40 +0000 Subject: Bootstrapping aid for 4.0-RELEASE. --- gnu/usr.bin/cc/cc_tools/auto-host.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') 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 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 and . */ #define STRING_WITH_STRINGS 1 -- cgit v1.1