]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/predef/architecture/alpha.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / predef / architecture / alpha.h
index a24b10fac3cac720bddc141e7cf192b0456c28bc..64d3dad3cd2aef2c2a21444a6b805847336fda78 100644 (file)
@@ -52,6 +52,11 @@ http://en.wikipedia.org/wiki/DEC_Alpha[DEC Alpha] architecture.
 #   define BOOST_ARCH_ALPHA_AVAILABLE
 #endif
 
+#if BOOST_ARCH_ALPHA
+#   undef BOOST_ARCH_WORD_BITS_64
+#   define BOOST_ARCH_WORD_BITS_64 BOOST_VERSION_NUMBER_AVAILABLE
+#endif
+
 #define BOOST_ARCH_ALPHA_NAME "DEC Alpha"
 
 #endif