forked from boostorg/config
Added more thread conformance macros (AIX).
[SVN r11201]
This commit is contained in:
@ -10,6 +10,13 @@
|
|||||||
#define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
#define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
||||||
#define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
|
#define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
|
||||||
|
|
||||||
|
//
|
||||||
|
// On AIX thread support seems to be indicated by _THREAD_SAFE:
|
||||||
|
//
|
||||||
|
#ifdef _THREAD_SAFE
|
||||||
|
# define BOOST_HAS_THREADS
|
||||||
|
#endif
|
||||||
|
|
||||||
#define BOOST_COMPILER "IBM Visual Age" BOOST_STRINGIZE(__IBMCPP__)
|
#define BOOST_COMPILER "IBM Visual Age" BOOST_STRINGIZE(__IBMCPP__)
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -13,4 +13,8 @@
|
|||||||
#define BOOST_HAS_PTHREADS
|
#define BOOST_HAS_PTHREADS
|
||||||
#define BOOST_HAS_NL_TYPES_H
|
#define BOOST_HAS_NL_TYPES_H
|
||||||
|
|
||||||
|
// Threading API's:
|
||||||
|
#define BOOST_HAS_PTHREAD_DELAY_NP
|
||||||
|
#define BOOST_HAS_PTHREAD_YIELD
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user