forked from boostorg/config
MingW32 has a few functions we weren't flagging up before.
[SVN r66469]
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user