39 #ifndef OME_COMMON_CONFIG_H
40 #define OME_COMMON_CONFIG_H
45 #define OME_HAVE_BOOST_ARRAY 1
47 #define OME_HAVE_BOOST_CSTDINT 1
49 #define OME_HAVE_BOOST_SHARED_PTR 1
50 #define OME_HAVE_BOOST_OWNER_LESS 1
52 #define OME_HAVE_TR1_TUPLE 1
53 #define OME_HAVE_BOOST_TUPLE 1
56 #define OME_HAVE_BOOST_REGEX 1
57 #define OME_HAVE_BOOST_THREAD 1
58 #define OME_HAVE_BOOST_FORMAT 1
59 #define OME_HAVE_BOOST_TYPE_TRAITS_HPP 1
61 #define OME_HAVE_SNPRINTF 1
63 #define OME_HAVE_DLADDR 1
65 #ifndef OME_VARIANT_LIMIT
66 # ifndef BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
67 # define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
70 # if !defined(BOOST_MPL_LIMIT_VECTOR_SIZE) || BOOST_MPL_LIMIT_VECTOR_SIZE < 40
71 # ifdef BOOST_MPL_LIMIT_VECTOR_SIZE
73 # undef BOOST_MPL_LIMIT_VECTOR_SIZE
75 # define BOOST_MPL_LIMIT_VECTOR_SIZE 40
77 # if !defined(BOOST_MPL_LIMIT_LIST_SIZE) || BOOST_MPL_LIMIT_LIST_SIZE < 40
78 # ifdef BOOST_MPL_LIMIT_LIST_SIZE
80 # undef BOOST_MPL_LIMIT_LIST_SIZE
82 # define BOOST_MPL_LIMIT_LIST_SIZE 40
86 #ifndef OME_HAVE_NOEXCEPT
88 # define _ALLOW_KEYWORD_MACROS 1
93 #endif // OME_COMMON_CONFIG_H