]> sjero.net Git - wget/blobdiff - windows/config.h.ms
[svn] Remove the "rbuf" buffering layer. Provide peeking primitives instead.
[wget] / windows / config.h.ms
index 4dfc0d9e6a253bbf4c6ce6098e1864348d6105f4..a31b3e627273c88b02bd054dfcaa456f3e47dd69 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
 
-#endif /* CONFIG_H */
+/* Define to the length of short. */
+#define SIZEOF_SHORT 2
+
+/* Define to the length of int. */
+#define SIZEOF_INT 4
+
+/* Define to the length of long. */
+#define SIZEOF_LONG 4
 
+/* Defined to int or size_t on systems without socklen_t.  */
+#define socklen_t int
+
+/* Define if you have uint32_t.  */
+#undef HAVE_UINT32_T
+
+#endif /* CONFIG_H */