|
|
| version 1.1, 2004/01/17 22:40:15 | version 1.2, 2004/02/03 19:22:56 |
|---|---|
| Line 1 | Line 1 |
| /* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/auto-host.h,v 1.17 2003/12/19 18:20:48 kan Exp $ */ | /* |
| /* $DragonFly$ | * $FreeBSD: src/gnu/usr.bin/cc/cc_tools/auto-host.h,v 1.17 2003/12/19 18:20:48 kan Exp $ |
| */ | * $DragonFly$ |
| */ | |
| #ifndef __FreeBSD_version | #ifndef __DragonFly_version |
| #include <sys/param.h> | #include <sys/param.h> |
| #endif | #endif |
| Line 107 | Line 108 |
| #define HAVE_ALPHASORT 1 | #define HAVE_ALPHASORT 1 |
| /* Define if you have the atoll function. */ | /* Define if you have the atoll function. */ |
| #if __FreeBSD_version >= 500027 | /* #undef HAVE_ATOLL 1 */ |
| /* FreeBSD didn't always have atoll(3). */ | |
| #define HAVE_ATOLL 1 | |
| #endif | |
| /* Define if you have the atoq function. */ | /* Define if you have the atoq function. */ |
| /* #undef HAVE_ATOQ */ | /* #undef HAVE_ATOQ */ |
| Line 383 | Line 381 |
| /* #undef _GNU_SOURCE */ | /* #undef _GNU_SOURCE */ |
| /* Define if you have a working <stdbool.h> header file. */ | /* 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 | #define HAVE_STDBOOL_H 1 |
| #endif | |
| /* Define if you can safely include both <string.h> and <strings.h>. */ | /* Define if you can safely include both <string.h> and <strings.h>. */ |
| #define STRING_WITH_STRINGS 1 | #define STRING_WITH_STRINGS 1 |