X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Fconfig%2Fplatform%2Fcygwin.hpp;fp=boost%2Fconfig%2Fplatform%2Fcygwin.hpp;h=b7ef572fa6485c5b3f75c3213980e41c2fab436d;hp=5627dd60fb5230cb3f2aefc2fd76d899ec8fe64f;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/config/platform/cygwin.hpp b/boost/config/platform/cygwin.hpp index 5627dd6..b7ef572 100644 --- a/boost/config/platform/cygwin.hpp +++ b/boost/config/platform/cygwin.hpp @@ -39,8 +39,18 @@ #define BOOST_HAS_STDINT_H #endif +/// Cygwin has no fenv.h +#define BOOST_NO_FENV_H + // boilerplate code: #include + +// +// Cygwin lies about XSI conformance, there is no nl_types.h: +// +#ifdef BOOST_HAS_NL_TYPES_H +# undef BOOST_HAS_NL_TYPES_H +#endif