X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Finclude%2Fint_types.h;h=56b2723f3a5c0077af552b14f60613db43033f41;hb=c07f9fc5a4f48397831383549fb0482b93480643;hp=61ad79713924781f107738d6f87e584dba2f1151;hpb=9439ae556f035e65c9c107ae13ddd09457dbbecd;p=ceph.git diff --git a/ceph/src/include/int_types.h b/ceph/src/include/int_types.h index 61ad79713..56b2723f3 100644 --- a/ceph/src/include/int_types.h +++ b/ceph/src/include/int_types.h @@ -50,4 +50,16 @@ typedef __u32 __bitwise__ __be32; typedef __u64 __bitwise__ __le64; typedef __u64 __bitwise__ __be64; +#ifndef BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS +#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS +#endif + +#ifndef BOOST_MPL_LIMIT_VECTOR_SIZE +#define BOOST_MPL_LIMIT_VECTOR_SIZE 30 // or whatever you need +#endif + +#ifndef BOOST_MPL_LIMIT_MAP_SIZE +#define BOOST_MPL_LIMIT_MAP_SIZE 30 // or whatever you need +#endif + #endif