X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig.h.bor;h=f5153dca615087e8b90e8bcb1ac332677bfd543e;hp=a51e25ab52aff01eb6278071d844eb69b34a9e0e;hb=62304c5611c0eab3c19b6a953622707f20354e36;hpb=524cc47d84b190d6ad1aa5dead4ac911726b459f diff --git a/windows/config.h.bor b/windows/config.h.bor index a51e25ab..f5153dca 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 @@ -196,6 +198,6 @@ #define socklen_t int /* Define if you have u_int32_t. */ -#define HAVE_U_INT32_T 1 +/* #undef HAVE_U_INT32_T */ #endif /* CONFIG_H */