X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=msdos%2Fconfig.h;fp=msdos%2Fconfig.h;h=a463b1201868940021bce951f1ca1ed603ece6f3;hp=4567f81a0aaf2c5925638a6d445fd8d9c3105b21;hb=f3e634a8b280d1da57e7403bd275fe2b075f7676;hpb=1489612dd1e604b8ccf4b4d7326ebcc93ca56923 diff --git a/msdos/config.h b/msdos/config.h index 4567f81a..a463b120 100644 --- a/msdos/config.h +++ b/msdos/config.h @@ -91,6 +91,7 @@ #endif #ifdef OPENWATCOM_15 + #define HAVE_ALLOCA_H 1 #define HAVE_INT64_T 1 #define HAVE_SNPRINTF 1 #define HAVE_STRCASECMP 1 @@ -129,6 +130,11 @@ #define MSDOS #endif +#if !defined(USE_WATT32) + #define USE_WATT32 +#endif + +#define LOCALEDIR "" #define OS_TYPE "DOS" #endif /* CONFIG_DOS_H */