X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=windows%2Fconfig.h;h=20aa77241536b49cd956b3bd4db553b8331b2f14;hb=c784c334d3ddaeb6c628931eca87056e152181fe;hp=e72e7c3863d0d7ece079dfa5b456f1b8c587c344;hpb=faa9c2d7d1c5b42996fce8439a5b0b0c475f9b65;p=wget diff --git a/windows/config.h b/windows/config.h index e72e7c38..20aa7724 100644 --- a/windows/config.h +++ b/windows/config.h @@ -80,7 +80,7 @@ #define HAVE_SNPRINTF 1 /* Define if struct sockaddr_in6 has the sin6_scope_id member */ -/* #undef HAVE_SOCKADDR_IN6_SCOPE_ID */ +#define HAVE_SOCKADDR_IN6_SCOPE_ID 1 /* Define when using Solaris MD5. */ /* #undef HAVE_SOLARIS_MD5 */ @@ -139,6 +139,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_UTIME_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_UTIME_H 1 + /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 @@ -155,7 +158,7 @@ #define SIZEOF_LONG 4 /* The size of a `long long', as computed by sizeof. */ -#define SIZEOF_LONG_LONG 0 +#define SIZEOF_LONG_LONG 8 /* The size of a `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 4 @@ -211,5 +214,3 @@ /* Include compiler-specific defines. */ #include "config-compiler.h" -#include "config-post.h" -