| 1 | Index: boost/config/suffix.hpp
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- boost/config/suffix.hpp (revision 75283)
|
|---|
| 4 | +++ boost/config/suffix.hpp (working copy)
|
|---|
| 5 | @@ -253,7 +253,8 @@
|
|---|
| 6 | // from here then add to the appropriate compiler section):
|
|---|
| 7 | //
|
|---|
| 8 | #if (defined(__MT__) || defined(_MT) || defined(_REENTRANT) \
|
|---|
| 9 | - || defined(_PTHREADS) || defined(__APPLE__) || defined(__DragonFly__)) \
|
|---|
| 10 | + || defined(_PTHREADS) || defined(_POSIX_THREADS) \
|
|---|
| 11 | + || defined(__APPLE__) || defined(__DragonFly__)) \
|
|---|
| 12 | && !defined(BOOST_HAS_THREADS)
|
|---|
| 13 | # define BOOST_HAS_THREADS
|
|---|
| 14 | #endif
|
|---|