mirror of
https://github.com/boostorg/config.git
synced 2025-11-02 16:52:20 +01:00
GNU C on HP-UX does not support threads (checked up to gcc 3.3)
[SVN r19057]
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
#define BOOST_NO_SWPRINTF
|
||||
#define BOOST_NO_CWCTYPE
|
||||
|
||||
#ifdef __GNUC__
|
||||
// GNU C on HP-UX does not support threads (checked up to gcc 3.3)
|
||||
# define BOOST_DISABLE_THREADS
|
||||
#endif
|
||||
|
||||
// boilerplate code:
|
||||
#define BOOST_HAS_UNISTD_H
|
||||
#include <boost/config/posix_features.hpp>
|
||||
|
||||
Reference in New Issue
Block a user