HPUX really does have pthreads support, but doesn't advertise it in unistd.h.

[SVN r35413]
This commit is contained in:
John Maddock
2006-09-29 08:55:55 +00:00
parent 3e90c3f737
commit 80d7e0f31f

View File

@ -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