1 /*
2  * Copyright (C) 2015-2018 Alibaba Group Holding Limited
3  */
4 
5 #ifndef __IOTX_ALCS_CONFIG_H__
6 #define __IOTX_ALCS_CONFIG_H__
7 
8 
9 #ifndef ALCS_SERVER_ENABLED
10 #define ALCS_SERVER_ENABLED (1)
11 #endif
12 
13 #ifndef USE_ALCS_SECURE
14 #define USE_ALCS_SECURE (1)
15 #endif
16 
17 #ifndef KEYPREFIX_LEN
18 #define KEYPREFIX_LEN (8)
19 #endif
20 
21 #ifndef GROUPID_LEN
22 #define GROUPID_LEN (8)
23 #endif
24 
25 #endif /* #ifndef __IOTX_ALCS_CONFIG_H__ */
26