]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/test/detail/config.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / test / detail / config.hpp
index 8d0f7c41f1d8150b668266ecd826fd195d999783..343a8667e4f53670ab4374d5110cad4234c5d449 100644 (file)
@@ -16,8 +16,9 @@
 #include <boost/config.hpp> // compilers workarounds
 #include <boost/detail/workaround.hpp>
 
-#if defined(_WIN32) && !defined(BOOST_DISABLE_WIN32) &&                  \
-    (!defined(__COMO__) && !defined(__MWERKS__) && !defined(__GNUC__) || \
+#if defined(_WIN32) && !defined(BOOST_DISABLE_WIN32) && \
+    (!defined(__COMO__) && !defined(__MWERKS__)      && \
+     !defined(__GNUC__) && !defined(BOOST_EMBTC)     || \
     BOOST_WORKAROUND(__MWERKS__, >= 0x3000))
 #  define BOOST_SEH_BASED_SIGNAL_HANDLING
 #endif
@@ -30,7 +31,7 @@ class type_info;
 
 //____________________________________________________________________________//
 
-#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x570)) || \
+#if BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x570)) || \
     BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(600))     || \
     (defined __sgi && BOOST_WORKAROUND(_COMPILER_VERSION, BOOST_TESTED_AT(730)))
 #  define BOOST_TEST_SHIFTED_LINE
@@ -52,7 +53,7 @@ class type_info;
 
 //____________________________________________________________________________//
 
-#if BOOST_WORKAROUND(__BORLANDC__, <= 0x570)            || \
+#if BOOST_WORKAROUND(BOOST_BORLANDC, <= 0x570)            || \
     BOOST_WORKAROUND( __COMO__, <= 0x433 )              || \
     BOOST_WORKAROUND( __INTEL_COMPILER, <= 800 )        || \
     defined(__sgi) && _COMPILER_VERSION <= 730          || \
@@ -72,7 +73,7 @@ class type_info;
 
 //____________________________________________________________________________//
 
-#if !defined(__BORLANDC__) && !BOOST_WORKAROUND( __SUNPRO_CC, < 0x5100 )
+#if !defined(BOOST_BORLANDC) && !BOOST_WORKAROUND( __SUNPRO_CC, < 0x5100 )
 #define BOOST_TEST_SUPPORT_TOKEN_ITERATOR 1
 #endif