39 #ifndef OME_COMMON_CONFIG_H 40 #define OME_COMMON_CONFIG_H 44 #define OME_HAVE_ARRAY 1 45 #define OME_HAVE_BOOST_ARRAY 1 46 #define OME_HAVE_CSTDINT 1 47 #define OME_HAVE_BOOST_CSTDINT 1 49 #define OME_HAVE_BOOST_SHARED_PTR 1 50 #define OME_HAVE_BOOST_OWNER_LESS 1 53 #define OME_HAVE_BOOST_TUPLE 1 54 #define OME_HAVE_REGEX 1 57 #define OME_HAVE_BOOST_LOG 1 58 #define OME_HAVE_BOOST_THREAD 1 59 #define OME_HAVE_BOOST_FORMAT 1 60 #define OME_HAVE_BOOST_FILESYSTEM_ABSOLUTE 1 61 #define OME_HAVE_BOOST_FILESYSTEM_CANONICAL 1 62 #define OME_HAVE_BOOST_TYPE_TRAITS_HPP 1 63 #define OME_HAVE_BOOST_GEOMETRY_INDEX_RTREE_HPP 1 65 #define OME_HAVE_SNPRINTF 1 67 #define OME_HAVE_DLADDR 1 69 #ifndef OME_VARIANT_LIMIT 70 # ifndef BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS 71 # define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS 74 # if !defined(BOOST_MPL_LIMIT_VECTOR_SIZE) || BOOST_MPL_LIMIT_VECTOR_SIZE < 40 75 # ifdef BOOST_MPL_LIMIT_VECTOR_SIZE 77 # undef BOOST_MPL_LIMIT_VECTOR_SIZE 79 # define BOOST_MPL_LIMIT_VECTOR_SIZE 40 81 # if !defined(BOOST_MPL_LIMIT_LIST_SIZE) || BOOST_MPL_LIMIT_LIST_SIZE < 40 82 # ifdef BOOST_MPL_LIMIT_LIST_SIZE 84 # undef BOOST_MPL_LIMIT_LIST_SIZE 86 # define BOOST_MPL_LIMIT_LIST_SIZE 40 90 #ifndef OME_HAVE_NOEXCEPT 92 # define _ALLOW_KEYWORD_MACROS 1 97 #endif // OME_COMMON_CONFIG_H