]> sjero.net Git - wget/blobdiff - windows/config.h.ms
[svn] Support for MINGW compilation.
[wget] / windows / config.h.ms
index b825ce95e72c9dcbfb2c00ca7a89e0794b3d14af..a11a4b4ec0cc854aaccef8579087b9e1198e51cf 100644 (file)
 /* Define if you have the memmove function */
 #define HAVE_MEMMOVE 1
 
+/* Define to the length of short. */
+#define SIZEOF_SHORT 2
+
 /* Define to the length of int. */
 #define SIZEOF_INT 4
 
 /* Defined to int or size_t on systems without socklen_t.  */
 #define socklen_t int
 
-/* Define if you have int32_t.  */
-#define HAVE_INT32_T 1
-
 /* Define if you have u_int32_t.  */
-#define HAVE_U_INT32_T 1
+#undef HAVE_U_INT32_T
 
 #endif /* CONFIG_H */
-