X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=msdos%2Fconfig.h;h=db73984597d615dae2b66b227ee552621aaf2e89;hp=25a6df83228f9c0eb851c27c61e94ee3ab8e72e6;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=462e643a7e31676eceda23e634241f7b4d2cd7bb diff --git a/msdos/config.h b/msdos/config.h index 25a6df83..db739845 100644 --- a/msdos/config.h +++ b/msdos/config.h @@ -1,5 +1,6 @@ /* Configuration header file for MS-DOS/Watt-32 - Copyright (C) 2007 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 @@ -129,6 +131,11 @@ #define MSDOS #endif +#if !defined(USE_WATT32) + #define USE_WATT32 +#endif + +#define LOCALEDIR "" #define OS_TYPE "DOS" #endif /* CONFIG_DOS_H */