acl  3.5.3.0
acl_master_type.h
浏览该文件的文档.
1 #ifndef ACL_MASTER_TYPE_INCLUDE_H
2 #define ACL_MASTER_TYPE_INCLUDE_H
3 
4 #include "../stdlib/acl_xinetd_cfg.h"
5 
6 #ifndef ACL_CLIENT_ONLY
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #define ACL_CONFIG_INT_TABLE ACL_CFG_INT_TABLE
13 #define ACL_CONFIG_INT64_TABLE ACL_CFG_INT64_TABLE
14 #define ACL_CONFIG_STR_TABLE ACL_CFG_STR_TABLE
15 #define ACL_CONFIG_BOOL_TABLE ACL_CFG_BOOL_TABLE
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif /* ACL_CLIENT_ONLY */
22 #endif