Index: hpux.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/config/platform/hpux.hpp,v retrieving revision 1.10 diff -r1.10 hpux.hpp 25,31d24 < // HPUX has an incomplete pthreads implementation, so it doesn't < // define _POSIX_THREADS, but it might be enough to implement < // Boost.Threads. < #if !defined(BOOST_HAS_PTHREADS) && defined(_POSIX_THREAD_ATTR_STACKADDR) < # define BOOST_HAS_PTHREADS < #endif <