diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-13 11:50:40 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-13 11:50:40 +0000 |
| commit | 4192cfffe2af7d7de2631778d8aca83401d16f4b (patch) | |
| tree | 42bb4b1a979c911ba92cbe874e5ffe4fd63e42d5 /gnu | |
| parent | 6c2f2bc53fad85f5b00b08d7994b83ff1c9b75e9 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 3 |
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 a25c9b67a10b..321bb3231a67 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 |
