]> sjero.net Git - wget/commitdiff
[svn] MSVC doesn't support uint32_t.
authorhniksic <devnull@localhost>
Wed, 5 Nov 2003 15:44:20 +0000 (07:44 -0800)
committerhniksic <devnull@localhost>
Wed, 5 Nov 2003 15:44:20 +0000 (07:44 -0800)
ChangeLog
windows/config.h.ms

index ae55ca6c6cd9c725795be67a7210df46da677163..f3a67f5bbf45b29603b701268aae99248f2210dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/config.h.ms: MSVC doesn't have uint32_t.
+
 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Remove the broken check for socks.
index f57069e2aa0efefdd8d4dc4204b82a039133d5ff..a31b3e627273c88b02bd054dfcaa456f3e47dd69 100644 (file)
 #define socklen_t int
 
 /* Define if you have uint32_t.  */
-#define HAVE_UINT32_T
+#undef HAVE_UINT32_T
 
 #endif /* CONFIG_H */