00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00069 #ifndef ca_mgm_config_h
00070 #define ca_mgm_config_h
00071
00072 #include <limal/config.h>
00073
00074
00078 #ifndef LIMAL_CA_MGM_LIB_VERSION
00079 #define LIMAL_CA_MGM_LIB_VERSION "1.5.0"
00080 #endif
00081
00082
00086 #ifndef LIMAL_CA_MGM_API_VERSION
00087 #define LIMAL_CA_MGM_API_VERSION 1
00088 #endif
00089
00090
00095 #ifndef CA_MGM_NAMESPACE
00096 #define CA_MGM_NAMESPACE \
00097 LIMAL_DEFINE_NAMESPACE(ca_mgm, LIMAL_CA_MGM_API_VERSION)
00098 #endif
00099
00112 #ifdef __cplusplus
00113 namespace LIMAL_NAMESPACE
00114 {
00115 namespace CA_MGM_NAMESPACE
00116 {
00117 }
00118 namespace ca_mgm = CA_MGM_NAMESPACE;
00119 }
00120 #endif
00121
00122
00123 #ifdef __cplusplus
00124 extern "C" {
00125 #endif
00126
00131 const char * limal_ca_mgm_lib_version();
00132
00133
00138 unsigned int limal_ca_mgm_api_version();
00139
00140 #ifdef __cplusplus
00141 }
00142 #endif
00143
00144
00145 #endif
00146