Move HAVE_INTTYPES_H definition to a more sensible place in config.h.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24023 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-07 17:59:42 +00:00
parent cc69fe945d
commit 46c63e3980
1 changed files with 6 additions and 6 deletions

12
configure vendored
View File

@ -7674,6 +7674,12 @@ cat > config.h << EOF
*/
#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 @@ $_def_vcd
/* 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