]> sjero.net Git - wget/commitdiff
[svn] Explicitly include config-post.h.
authorhniksic <devnull@localhost>
Wed, 29 Jun 2005 13:36:34 +0000 (06:36 -0700)
committerhniksic <devnull@localhost>
Wed, 29 Jun 2005 13:36:34 +0000 (06:36 -0700)
windows/ChangeLog
windows/config.h.bor
windows/config.h.ms

index fdfc32f61beae99e1eebecdf40c9b13f19706970..5f58b761d05d20e6c0e8880cdb8c0c226b3dec57 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * config.h.ms: Ditto.
+
+       * config.h.bor: Explicitly include config-post.h.
+
 2005-06-29  Gisle Vanem  <giva@bgnett.no>
 
        * config.h.mingw: MinGW has limits.h, uint32_t, and the
index 16abcd2b4d1de2b85af092e9631d974c60838a58..eded0cbc938427d17aa807823d78aceb9e3f2b74 100644 (file)
 /* Define if you have uint32_t.  */
 /* #define HAVE_UINT32_T */
 
+#include "config-post.h"
+
 #endif /* CONFIG_H */
index 06285fc7efc1b749f6c04e82e08e10a5b7739931..29f1d81189c41fe68540bccdf7052e35bfa38e8f 100644 (file)
 /* Define if you have uint32_t.  */
 #undef HAVE_UINT32_T
 
+#include "config-post.h"
+
 #endif /* CONFIG_H */