From: hniksic Date: Wed, 6 Jul 2005 23:57:46 +0000 (-0700) Subject: [svn] More DMC features. X-Git-Tag: v1.13~767 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=a4345ec8d0e21401d32972b2d8c1e9bc7e52259c [svn] More DMC features. --- diff --git a/windows/config-compiler.h b/windows/config-compiler.h index 08bfa499..f9a40762 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -125,12 +125,19 @@ so, delete this exception statement from your version. */ #undef struct_fstat /* DMC's runtime supports some POSIX and C99 features we use. */ -#define HAVE_USLEEP 1 + +#define HAVE_STDINT_H +#define HAVE_INTTYPES_H #define HAVE_STDBOOL_H 1 -#define HAVE__BOOL 1 + +#define HAVE_UINT32_T #undef SIZEOF_LONG_LONG #define SIZEOF_LONG_LONG 8 +#define HAVE__BOOL 1 + +#define HAVE_USLEEP 1 #define HAVE_STRTOLL + #else # error Your compiler is not supported.