No log1p or expm1 in QNX apparently.

[SVN r31884]
This commit is contained in:
John Maddock
2005-12-02 19:21:53 +00:00
parent a807f9d0a4
commit cbba7fdacc

View File

@ -12,8 +12,11 @@
#define BOOST_HAS_UNISTD_H
#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_LOG1P
#undef BOOST_HAS_EXPM1
#define BOOST_HAS_PTHREADS
#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE