]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/config/workaround.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / config / workaround.hpp
index fca8f3ab7e5a1150d9fdd3be5fe10eec2ed068c0..7c6a2e62f1c3e91ee42eb2bfd6e630c128c7d016 100644 (file)
 #else
 #define __CODEGEARC___WORKAROUND_GUARD 0
 #endif
+#ifndef BOOST_BORLANDC
+#define BOOST_BORLANDC_WORKAROUND_GUARD 1
+#else
+#define BOOST_BORLANDC_WORKAROUND_GUARD 0
+#endif
+#ifndef BOOST_CODEGEARC
+#define BOOST_CODEGEARC_WORKAROUND_GUARD 1
+#else
+#define BOOST_CODEGEARC_WORKAROUND_GUARD 0
+#endif
+#ifndef BOOST_EMBTC
+#define BOOST_EMBTC_WORKAROUND_GUARD 1
+#else
+#define BOOST_EMBTC_WORKAROUND_GUARD 0
+#endif
 #ifndef _MSC_VER
 #define _MSC_VER_WORKAROUND_GUARD 1
 #else