mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Explicitly include config-post.h.
This commit is contained in:
parent
530cb62175
commit
4972ba5bb8
@ -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>
|
2005-06-29 Gisle Vanem <giva@bgnett.no>
|
||||||
|
|
||||||
* config.h.mingw: MinGW has limits.h, uint32_t, and the
|
* config.h.mingw: MinGW has limits.h, uint32_t, and the
|
||||||
|
@ -145,4 +145,6 @@
|
|||||||
/* Define if you have uint32_t. */
|
/* Define if you have uint32_t. */
|
||||||
/* #define HAVE_UINT32_T */
|
/* #define HAVE_UINT32_T */
|
||||||
|
|
||||||
|
#include "config-post.h"
|
||||||
|
|
||||||
#endif /* CONFIG_H */
|
#endif /* CONFIG_H */
|
||||||
|
@ -147,4 +147,6 @@
|
|||||||
/* Define if you have uint32_t. */
|
/* Define if you have uint32_t. */
|
||||||
#undef HAVE_UINT32_T
|
#undef HAVE_UINT32_T
|
||||||
|
|
||||||
|
#include "config-post.h"
|
||||||
|
|
||||||
#endif /* CONFIG_H */
|
#endif /* CONFIG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user