forked from boostorg/config
gettimeofday is always available
[SVN r11479]
This commit is contained in:
@ -22,3 +22,7 @@
|
|||||||
#define BOOST_HAS_UNISTD_H
|
#define BOOST_HAS_UNISTD_H
|
||||||
#include <boost/config/posix_features.hpp>
|
#include <boost/config/posix_features.hpp>
|
||||||
|
|
||||||
|
#ifndef BOOST_HAS_GETTIMEOFDAY
|
||||||
|
// gettimeofday is always available
|
||||||
|
#define BOOST_HAS_GETTIMEOFDAY
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user