00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00027 #ifndef apparmor_notifications_config_h
00028 #define apparmor_notifications_config_h
00029
00030 #include <limal/config.h>
00031
00032
00036 #ifndef LIMAL_APPARMOR_NOTIFICATIONS_LIB_VERSION
00037 #define LIMAL_APPARMOR_NOTIFICATIONS_LIB_VERSION "0.0.1"
00038 #endif
00039
00040
00044 #ifndef LIMAL_APPARMOR_NOTIFICATIONS_API_VERSION
00045 #define LIMAL_APPARMOR_NOTIFICATIONS_API_VERSION 0
00046 #endif
00047
00048
00053 #ifndef APPARMOR_NOTIFICATIONS_NAMESPACE
00054 #define APPARMOR_NOTIFICATIONS_NAMESPACE \
00055 LIMAL_DEFINE_NAMESPACE(apparmor_notifications, LIMAL_APPARMOR_NOTIFICATIONS_API_VERSION)
00056 #endif
00057
00058
00065 #ifdef __cplusplus
00066 namespace LIMAL_NAMESPACE
00067 {
00068 namespace APPARMOR_NOTIFICATIONS_NAMESPACE
00069 {
00070 }
00071 namespace apparmor_notifications = APPARMOR_NOTIFICATIONS_NAMESPACE;
00072 }
00073 #endif
00074
00075
00076 #ifdef __cplusplus
00077 extern "C" {
00078 #endif
00079
00084 const char * const limal_apparmor_notifications_lib_version();
00085
00086
00091 const unsigned int limal_apparmor_notifications_api_version();
00092
00093 #ifdef __cplusplus
00094 }
00095 #endif
00096
00097
00098 #endif
00099