]> sjero.net Git - wget/blobdiff - msdos/config.h
mass change: update copyright years.
[wget] / msdos / config.h
index 28c91922dada08622ddacbf8c03f10177f5835fd..db73984597d615dae2b66b227ee552621aaf2e89 100644 (file)
@@ -1,5 +1,6 @@
 /* Configuration header file for MS-DOS/Watt-32
-   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
+   Inc.
 
    This file is part of GNU Wget.
 
@@ -91,6 +92,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 */