]> sjero.net Git - wget/blobdiff - msdos/config.h
Adjustments for MSDOS.
[wget] / msdos / config.h
index 4567f81a0aaf2c5925638a6d445fd8d9c3105b21..a463b1201868940021bce951f1ca1ed603ece6f3 100644 (file)
@@ -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
   #define MSDOS
 #endif
 
+#if !defined(USE_WATT32)
+  #define USE_WATT32
+#endif
+
+#define LOCALEDIR ""
 #define OS_TYPE "DOS"
 
 #endif  /* CONFIG_DOS_H */