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
68 #ifndef OME_VARIANT_LIMIT
69 # ifndef BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
70 # define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
73 # if !defined(BOOST_MPL_LIMIT_VECTOR_SIZE) || BOOST_MPL_LIMIT_VECTOR_SIZE < 40
74 # ifdef BOOST_MPL_LIMIT_VECTOR_SIZE
76 # undef BOOST_MPL_LIMIT_VECTOR_SIZE
78 # define BOOST_MPL_LIMIT_VECTOR_SIZE 40
80 # if !defined(BOOST_MPL_LIMIT_LIST_SIZE) || BOOST_MPL_LIMIT_LIST_SIZE < 40
81 # ifdef BOOST_MPL_LIMIT_LIST_SIZE
83 # undef BOOST_MPL_LIMIT_LIST_SIZE
85 # define BOOST_MPL_LIMIT_LIST_SIZE 40
89 #ifndef OME_HAVE_NOEXCEPT
91 # define _ALLOW_KEYWORD_MACROS 1
96 #endif // OME_COMMON_CONFIG_H