George Liu | 94f781a | 2022-07-04 14:35:10 +0800 | [diff] [blame] | 1 | option( |
2 | 'tests', | ||||
3 | type : 'feature', | ||||
4 | value: 'enabled', | ||||
5 | description : 'Build tests' | ||||
6 | ) | ||||
7 | |||||
8 | option( | ||||
9 | 'rmcp_ping', | ||||
10 | type : 'feature', | ||||
11 | value: 'enabled', | ||||
12 | description : 'Enable RMCP Ping support' | ||||
13 | ) | ||||
Willy Tu | 2c95dd1 | 2023-03-03 16:26:44 -0800 | [diff] [blame] | 14 | |
15 | option( | ||||
16 | 'pam_authenticate', | ||||
17 | type : 'feature', | ||||
18 | value: 'enabled', | ||||
19 | description : 'Enable Pam Authenticate' | ||||
20 | ) |