# HG changeset patch # User diego # Date 1186509582 0 # Node ID 5207d09dbb67d656acf4eccfe4b5bacc7487bb72 # Parent 4aadd7aea5c1165cb4cd38fc44052872072f1995 Move HAVE_INTTYPES_H definition to a more sensible place in config.h. diff -r 4aadd7aea5c1 -r 5207d09dbb67 configure --- a/configure Tue Aug 07 16:07:52 2007 +0000 +++ b/configure Tue Aug 07 17:59:42 2007 +0000 @@ -7674,6 +7674,12 @@ */ #define HAVE_SYS_POLL_H 1 +/* yes, we have inttypes.h */ +#define HAVE_INTTYPES_H 1 + +/* int_fastXY_t emulation */ +$_def_fast_inttypes + /* use GNU internationalization */ $_def_i18n @@ -8138,12 +8144,6 @@ /* C99 lrintf function available */ $_def_lrintf -/* yes, we have inttypes.h */ -#define HAVE_INTTYPES_H 1 - -/* int_fastXY_t emulation */ -$_def_fast_inttypes - /* mkstemp support */ $_def_mkstemp