MingW32 has a few functions we weren't flagging up before.

[SVN r66469]
This commit is contained in:
John Maddock
2010-11-09 11:59:47 +00:00
parent 7ebb1ca9b5
commit 1121b83e3a

View File

@ -39,6 +39,11 @@
# define BOOST_HAS_UNISTD_H # define BOOST_HAS_UNISTD_H
#endif #endif
#if defined(__MINGW32__) && (__GNUC__ >= 4)
# define BOOST_HAS_EXPM1
# define BOOST_HAS_LOG1P
# define BOOST_HAS_GETTIMEOFDAY
#endif
// //
// Win32 will normally be using native Win32 threads, // Win32 will normally be using native Win32 threads,
// but there is a pthread library avaliable as an option, // but there is a pthread library avaliable as an option,