forked from boostorg/config
HPUX really does have pthreads support, but doesn't advertise it in unistd.h.
[SVN r35413]
This commit is contained in:
@ -35,6 +35,8 @@
|
||||
# define BOOST_HAS_THREADS
|
||||
# define BOOST_HAS_PTHREADS
|
||||
# endif
|
||||
#elif defined(__HP_aCC) && !defined(BOOST_DISABLE_THREADS)
|
||||
# define BOOST_HAS_PTHREADS
|
||||
#endif
|
||||
|
||||
// boilerplate code:
|
||||
@ -80,3 +82,4 @@
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user