mirror of
https://github.com/boostorg/config.git
synced 2026-04-28 18:13:33 +02:00
Added some RT and thread API selection options which otherwise auto-detected.
[SVN r12991]
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user