diff --git a/boost/math/tools/config.hpp b/boost/math/tools/config.hpp index 60c7e75a0..30db8ea58 100644 --- a/boost/math/tools/config.hpp +++ b/boost/math/tools/config.hpp @@ -28,7 +28,7 @@ #include -#if (defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__EMSCRIPTEN__)\ +#if (defined(__NetBSD__) || defined(__EMSCRIPTEN__)\ || (defined(__hppa) && !defined(__OpenBSD__)) || (defined(__NO_LONG_DOUBLE_MATH) && (DBL_MANT_DIG != LDBL_MANT_DIG))) \ && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS) # define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS