X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=msdos%2Fconfig.h;h=f40eb45cb80b30fea5cb155cd9ef3b1bbef52a1d;hp=276f66c1716ea14be5a4c4445edf004c0f35c82c;hb=6a03aa891ee8e37d318fbebd4c436a18ea9c7096;hpb=d905504a0af1f808ead87bf6877dafaf6ff6aef8 diff --git a/msdos/config.h b/msdos/config.h index 276f66c1..f40eb45c 100644 --- a/msdos/config.h +++ b/msdos/config.h @@ -41,8 +41,13 @@ #include -#if defined(__WATCOMC__) && (__WATCOMC__ >= 1250) /* OW 1.5+ */ +#if defined(__WATCOMC__) + #if (__WATCOMC__ >= 1250) /* OW 1.5+ */ #define OPENWATCOM_15 + #endif + #if (__WATCOMC__ >= 1270) /* OW 1.7+ */ + #define OPENWATCOM_17 + #endif #endif #if defined(__HIGHC__) @@ -71,7 +76,8 @@ #define HAVE_INT64_T 1 #if (DJGPP_MINOR >= 4) - #include + #define HAVE_STDBOOL_H 1 + #define HAVE_STDINT_H 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_UINT32_T 1 @@ -85,11 +91,18 @@ #ifdef OPENWATCOM_15 #define HAVE_INT64_T 1 + #define HAVE_SNPRINTF 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNCASECMP 1 + #define HAVE_STDINT_H 1 #define HAVE_UTIME_H 1 #endif +#ifdef OPENWATCOM_17 + #define HAVE__BOOL 1 + #define HAVE_STDBOOL_H 1 +#endif + #define HAVE_PROCESS_H 1 #define HAVE_STRDUP 1 #define HAVE_STDLIB_H 1