X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig.h.ms;h=a31b3e627273c88b02bd054dfcaa456f3e47dd69;hp=c3a3ca8b1b371f71e7047c995b23d6442a9dc33a;hb=d9fea91a0a319e348adb504bd3edff148ff3d8a0;hpb=a6f72ca66b1ca3c83fb7336c5895af9ae0a3c202 diff --git a/windows/config.h.ms b/windows/config.h.ms index c3a3ca8b..a31b3e62 100644 --- a/windows/config.h.ms +++ b/windows/config.h.ms @@ -55,7 +55,7 @@ #define USE_DIGEST 1 /* Define if you want the debug output support compiled in. */ -#define DEBUG +#define ENABLE_DEBUG /* Define if you have sys/time.h header. */ #undef HAVE_SYS_TIME_H @@ -199,10 +199,7 @@ /* Defined to int or size_t on systems without socklen_t. */ #define socklen_t int -/* Define if you have int32_t. */ -#define HAVE_INT32_T 1 - -/* Define if you have u_int32_t. */ -#define HAVE_U_INT32_T 1 +/* Define if you have uint32_t. */ +#undef HAVE_UINT32_T #endif /* CONFIG_H */