Extended and added thread support macros

[SVN r11197]
This commit is contained in:
John Maddock
2001-09-22 11:50:15 +00:00
parent 7b7eeadafa
commit 88e49f6808
3 changed files with 51 additions and 0 deletions

View File

@@ -36,6 +36,13 @@
# define BOOST_NO_INTRINSIC_WCHAR_T
#endif
//
// Threading support:
// Turn this on unconditionally here, it will get turned off again later
// if no threading API is detected.
//
#define BOOST_HAS_THREADS
#define BOOST_COMPILER "GNU C++ version " BOOST_STRINGIZE(__GNUC__) "." BOOST_STRINGIZE(__GNUC_MINOR__)
//