X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=windows%2Fconfig.h.bor;h=2778c109cb6284a49c082ff94f68d3b82bea6b2d;hb=370ff7a57640ff98cc399317927e8f3c51abad76;hp=41dfb23d11282585885407ea680acde67d36a61b;hpb=c32cdd64ea546e81add9a48f54ea60f263ca3c87;p=wget diff --git a/windows/config.h.bor b/windows/config.h.bor index 41dfb23d..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 @@ -183,5 +185,19 @@ /* Define if you have the isatty function. */ #define HAVE_ISATTY +/* Define to the length of short. */ +#define SIZEOF_SHORT 2 + +/* Define to the length of int. */ +#define SIZEOF_INT 4 + +/* Define to the length of long. */ +#define SIZEOF_LONG 4 + +/* Defined to int or size_t on systems without socklen_t. */ +#define socklen_t int + +/* Define if you have uint32_t. */ +#define HAVE_UINT32_T */ #endif /* CONFIG_H */