forked from boostorg/config
No log1p or expm1 in QNX apparently.
[SVN r31884]
This commit is contained in:
@@ -12,8 +12,11 @@
|
|||||||
#define BOOST_HAS_UNISTD_H
|
#define BOOST_HAS_UNISTD_H
|
||||||
#include <boost/config/posix_features.hpp>
|
#include <boost/config/posix_features.hpp>
|
||||||
|
|
||||||
// QNX claims XOpen version 5 compatibility, but doesn't have an nl_types.h:
|
// QNX claims XOpen version 5 compatibility, but doesn't have an nl_types.h
|
||||||
|
// or log1p and expm1:
|
||||||
#undef BOOST_HAS_NL_TYPES_H
|
#undef BOOST_HAS_NL_TYPES_H
|
||||||
|
#undef BOOST_HAS_LOG1P
|
||||||
|
#undef BOOST_HAS_EXPM1
|
||||||
|
|
||||||
#define BOOST_HAS_PTHREADS
|
#define BOOST_HAS_PTHREADS
|
||||||
#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
|
#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
|
||||||
|
Reference in New Issue
Block a user