From: hniksic Date: Wed, 29 Jun 2005 13:36:34 +0000 (-0700) Subject: [svn] Explicitly include config-post.h. X-Git-Tag: v1.13~848 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=4972ba5bb800b4cf22c1bc891a3fc70085129e12 [svn] Explicitly include config-post.h. --- diff --git a/windows/ChangeLog b/windows/ChangeLog index fdfc32f6..5f58b761 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,9 @@ +2005-06-29 Hrvoje Niksic + + * config.h.ms: Ditto. + + * config.h.bor: Explicitly include config-post.h. + 2005-06-29 Gisle Vanem * config.h.mingw: MinGW has limits.h, uint32_t, and the diff --git a/windows/config.h.bor b/windows/config.h.bor index 16abcd2b..eded0cbc 100644 --- a/windows/config.h.bor +++ b/windows/config.h.bor @@ -145,4 +145,6 @@ /* Define if you have uint32_t. */ /* #define HAVE_UINT32_T */ +#include "config-post.h" + #endif /* CONFIG_H */ diff --git a/windows/config.h.ms b/windows/config.h.ms index 06285fc7..29f1d811 100644 --- a/windows/config.h.ms +++ b/windows/config.h.ms @@ -147,4 +147,6 @@ /* Define if you have uint32_t. */ #undef HAVE_UINT32_T +#include "config-post.h" + #endif /* CONFIG_H */