]> sjero.net Git - wget/blobdiff - windows/config.h.ms
[svn] Moved malloc-related code to xmalloc.c. Defined new macros xnew, xnew0,
[wget] / windows / config.h.ms
index b825ce95e72c9dcbfb2c00ca7a89e0794b3d14af..f57069e2aa0efefdd8d4dc4204b82a039133d5ff 100644 (file)
@@ -55,7 +55,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
 /* 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
+/* Define if you have uint32_t.  */
+#define HAVE_UINT32_T
 
 #endif /* CONFIG_H */
-