X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fboost%2Fpredef%2Fos%2Flinux.h;h=f945f01ea309c21a1459a804ea8579de706f697b;hb=09130d7a6220267c78f371fb4603b843b9fd5232;hp=a297d089542ea1d9b77b92beb51483498a83897d;hpb=b7a3831289aa542e309d8f645e68d6945f7ca292;p=lyx.git diff --git a/3rdparty/boost/boost/predef/os/linux.h b/3rdparty/boost/boost/predef/os/linux.h index a297d08954..f945f01ea3 100644 --- a/3rdparty/boost/boost/predef/os/linux.h +++ b/3rdparty/boost/boost/predef/os/linux.h @@ -21,13 +21,16 @@ http://www.boost.org/LICENSE_1_0.txt) [[`linux`] [__predef_detection__]] [[`__linux`] [__predef_detection__]] + [[`__linux__`] [__predef_detection__]] + [[`__gnu_linux__`] [__predef_detection__]] ] */ #define BOOST_OS_LINUX BOOST_VERSION_NUMBER_NOT_AVAILABLE #if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(linux) || defined(__linux) \ + defined(linux) || defined(__linux) || \ + defined(__linux__) || defined(__gnu_linux__) \ ) # undef BOOST_OS_LINUX # define BOOST_OS_LINUX BOOST_VERSION_NUMBER_AVAILABLE