gettimeofday is always available

[SVN r11479]
This commit is contained in:
Jens Maurer
2001-10-30 22:33:31 +00:00
parent 824fccf457
commit fe476f7923

View File

@ -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