X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=windows%2Fconfig.h.bor;h=2778c109cb6284a49c082ff94f68d3b82bea6b2d;hb=370ff7a57640ff98cc399317927e8f3c51abad76;hp=a51e25ab52aff01eb6278071d844eb69b34a9e0e;hpb=7487dbfa815f245279bde62276041b2341ed354d;p=wget diff --git a/windows/config.h.bor b/windows/config.h.bor index a51e25ab..2778c109 100644 --- a/windows/config.h.bor +++ b/windows/config.h.bor @@ -29,6 +29,8 @@ #ifndef CONFIG_H #define CONFIG_H +#define HAVE_SNPRINTF + #define HAVE_MEMMOVE #define ftruncate chsize #define inline __inline @@ -76,7 +78,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 @@ -195,7 +197,7 @@ /* Defined to int or size_t on systems without socklen_t. */ #define socklen_t int -/* Define if you have u_int32_t. */ -#define HAVE_U_INT32_T 1 +/* Define if you have uint32_t. */ +#define HAVE_UINT32_T */ #endif /* CONFIG_H */