X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig.h;h=b70ee88deb2999ce240c877dc3e6811664855679;hp=20aa77241536b49cd956b3bd4db553b8331b2f14;hb=b0b6b2234710a788dd44b57234015568bbb83be2;hpb=e0b8a67d3331e50388c507f9c4d0155f85af0856 diff --git a/windows/config.h b/windows/config.h index 20aa7724..b70ee88d 100644 --- a/windows/config.h +++ b/windows/config.h @@ -91,6 +91,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ +/* Define to 1 if you have the header file. */ +#define HAVE_STRING_H */ + /* Define to 1 if you have the `strcasecmp' function. */ /* #undef HAVE_STRCASECMP */ @@ -204,8 +207,10 @@ /* Define to `unsigned' if does not define. */ /* #undef size_t */ +#if !defined(_MSC_VER) || (defined(_MSC_VER) && (_MSC_VER < 1500)) /* Define to int or size_t on systems without socklen_t. */ #define socklen_t int +#endif /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */