Go to the documentation of this file.
38 #ifndef LIMAL_CONFIG_H
39 #define LIMAL_CONFIG_H 1
41 #include <blocxx/BLOCXX_config.h>
47 #ifndef LIMAL_LIB_VERSION
48 #define LIMAL_LIB_VERSION "1.5.0"
55 #ifndef LIMAL_API_VERSION
56 #define LIMAL_API_VERSION 1
63 #ifndef LIMAL_DEFINE_NAMESPACE_CAT
64 #define LIMAL_DEFINE_NAMESPACE_CAT(name,ver) name ## ver
66 #ifndef LIMAL_DEFINE_NAMESPACE
67 #define LIMAL_DEFINE_NAMESPACE(name,ver) LIMAL_DEFINE_NAMESPACE_CAT(name,ver)
75 #ifndef LIMAL_NAMESPACE
76 #define LIMAL_NAMESPACE \
77 LIMAL_DEFINE_NAMESPACE(limal, LIMAL_API_VERSION)
114 namespace LIMAL_NAMESPACE
118 namespace limal = LIMAL_NAMESPACE;