X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=windows%2Fconfig.h.bor;h=2778c109cb6284a49c082ff94f68d3b82bea6b2d;hb=370ff7a57640ff98cc399317927e8f3c51abad76;hp=53e6075329b4cec71ffa1aecf85aa64b0391105d;hpb=f97f3ef416aefe635abedc05cf0ed167634d9af9;p=wget diff --git a/windows/config.h.bor b/windows/config.h.bor index 53e60753..2778c109 100644 --- a/windows/config.h.bor +++ b/windows/config.h.bor @@ -29,10 +29,15 @@ #ifndef CONFIG_H #define CONFIG_H +#define HAVE_SNPRINTF + #define HAVE_MEMMOVE #define ftruncate chsize #define inline __inline +/* Flag that C files should include , not . */ +#define WGET_USE_STDARG + /* Define if the free Borland C++Builder 5.5 command-line compiler is used, because its utime() has a bug. */ #define HACK_BCC_UTIME_BUG @@ -73,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 @@ -180,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 */