Added some RT and thread API selection options which otherwise auto-detected.

[SVN r12991]
This commit is contained in:
John Maddock
2002-03-01 12:24:20 +00:00
parent a62b71e0f7
commit 69ad1282a3

View File

@@ -10,8 +10,15 @@
#define BOOST_PLATFORM "SGI Irix"
#define BOOST_NO_SWPRINTF
//
// these are not auto detected by POSIX feature tests:
//
#define BOOST_HAS_GETTIMEOFDAY
#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
// boilerplate code:
#define BOOST_HAS_UNISTD_H
#include <boost/config/posix_features.hpp>