]> sjero.net Git - wget/blobdiff - windows/config.h
Fix false "downloaded bytes" information from getftp.
[wget] / windows / config.h
index e72e7c3863d0d7ece079dfa5b456f1b8c587c344..b70ee88deb2999ce240c877dc3e6811664855679 100644 (file)
@@ -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 */
@@ -91,6 +91,9 @@
 /* Define to 1 if you have the <stdint.h> header file. */
 /* #undef HAVE_STDINT_H */
 
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H */
+
 /* Define to 1 if you have the `strcasecmp' function. */
 /* #undef HAVE_STRCASECMP */
 
 /* Define to 1 if you have the <utime.h> header file. */
 #define HAVE_UTIME_H 1
 
+/* Define to 1 if you have the <sys/utime.h> header file. */
+#define HAVE_SYS_UTIME_H 1
+
 /* Define to 1 if you have the `vsnprintf' function. */
 #define HAVE_VSNPRINTF 1
 
 #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
 /* Define to `unsigned' if <sys/types.h> 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. */
 /* Include compiler-specific defines. */
 #include "config-compiler.h"
 
-#include "config-post.h"
-