1 | Index: boost/math/tools/config.hpp
|
---|
2 | ===================================================================
|
---|
3 | --- boost/math/tools/config.hpp (revision 74924)
|
---|
4 | +++ boost/math/tools/config.hpp (working copy)
|
---|
5 | @@ -24,7 +24,8 @@
|
---|
6 | #include <boost/math/special_functions/detail/round_fwd.hpp>
|
---|
7 |
|
---|
8 | #if (defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) \
|
---|
9 | - || defined(__hppa) || defined(__NO_LONG_DOUBLE_MATH)) && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS)
|
---|
10 | + || (defined(__hppa) && !defined(__OpenBSD__)) || defined(__NO_LONG_DOUBLE_MATH)) \
|
---|
11 | + && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS)
|
---|
12 | # define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
|
---|
13 | #endif
|
---|
14 | #if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x582))
|
---|