X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig-compiler.h;h=b74292c85bd7cf27ddf09d36ded71d7f7e07a547;hp=496442d01fa7b22eca216ac5d7f15ba440ca65b7;hb=462e643a7e31676eceda23e634241f7b4d2cd7bb;hpb=3073a77ed89e7d9527d110a028d134bfd1f9cb40 diff --git a/windows/config-compiler.h b/windows/config-compiler.h index 496442d0..b74292c8 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -206,8 +206,13 @@ as that of the covered work. */ #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 -/* Watcom 1.6 do have , but definition of '_Bool' is missing! */ -/* #define HAVE_STDBOOL_H 1 */ +/* OpenWatcom 1.6 do have , but definition of '_Bool' is missing! */ +/* This was fixed in OpenWatcom 1.7 */ +#if __WATCOMC__ >= 1270 +#define HAVE_STDBOOL_H 1 +#define HAVE__BOOL 1 +#endif + #define HAVE_STRTOLL 1 #define HAVE_UINT32_T 1 #undef HAVE_UTIME_H