forked from boostorg/config
turn threading detail macros off if we don't (want to) use threading
[SVN r19046]
This commit is contained in:
@@ -207,6 +207,17 @@
|
|||||||
# undef BOOST_HAS_THREADS
|
# undef BOOST_HAS_THREADS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Turn threading detail macros off if we don't (want to) use threading
|
||||||
|
//
|
||||||
|
#ifndef BOOST_HAS_THREADS
|
||||||
|
# undef BOOST_HAS_PTHREADS
|
||||||
|
# undef BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
|
||||||
|
# undef BOOST_HAS_WINTHREADS
|
||||||
|
# undef BOOST_HAS_BETHREADS
|
||||||
|
# undef BOOST_HAS_MPTASKS
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// If the compiler claims to be C99 conformant, then it had better
|
// If the compiler claims to be C99 conformant, then it had better
|
||||||
// have a <stdint.h>:
|
// have a <stdint.h>:
|
||||||
|
Reference in New Issue
Block a user