]> sjero.net Git - wget/blobdiff - msdos/config.h
Mass update copyright years.
[wget] / msdos / config.h
index 4567f81a0aaf2c5925638a6d445fd8d9c3105b21..4ea82d86cb377e7d66decf64a4ab6efa2455c20c 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration header file for MS-DOS/Watt-32
-   Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of GNU Wget.
 
@@ -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 */