mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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
|
||||
#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,
|
||||
// but there is a pthread library avaliable as an option,
|
||||
|
Reference in New Issue
Block a user