mirror of
https://github.com/boostorg/config.git
synced 2025-11-03 09:11:37 +01:00
gettimeofday is always available
[SVN r11479]
This commit is contained in:
@@ -22,3 +22,7 @@
|
||||
#define BOOST_HAS_UNISTD_H
|
||||
#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