Added more thread conformance macros (AIX).

[SVN r11201]
This commit is contained in:
John Maddock
2001-09-22 12:11:46 +00:00
parent 88e49f6808
commit 3ae703d80a
2 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,13 @@
#define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
#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__)
//

View File

@ -13,4 +13,8 @@
#define BOOST_HAS_PTHREADS
#define BOOST_HAS_NL_TYPES_H
// Threading API's:
#define BOOST_HAS_PTHREAD_DELAY_NP
#define BOOST_HAS_PTHREAD_YIELD