[svn] Explicitly include config-post.h.

This commit is contained in:
hniksic 2005-06-29 06:36:34 -07:00
parent 530cb62175
commit 4972ba5bb8
3 changed files with 10 additions and 0 deletions

View 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

View File

@ -145,4 +145,6 @@
/* Define if you have uint32_t. */
/* #define HAVE_UINT32_T */
#include "config-post.h"
#endif /* CONFIG_H */

View File

@ -147,4 +147,6 @@
/* Define if you have uint32_t. */
#undef HAVE_UINT32_T
#include "config-post.h"
#endif /* CONFIG_H */