X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=msdos%2Fconfig.h;h=a463b1201868940021bce951f1ca1ed603ece6f3;hp=28c91922dada08622ddacbf8c03f10177f5835fd;hb=cb555a94fa5188122569ed3803c463f27ccd0261;hpb=bc8f473272ec29b0d0021dbcab6ac561ddc6249d diff --git a/msdos/config.h b/msdos/config.h index 28c91922..a463b120 100644 --- a/msdos/config.h +++ b/msdos/config.h @@ -1,5 +1,5 @@ /* Configuration header file for MS-DOS/Watt-32 - Copyright (C) 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009 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 @@ -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 */