1option(
2    'tests',
3    type : 'feature',
4    value: 'enabled',
5    description : 'Build tests'
6)
7
8option(
9    'rmcp_ping',
10    type : 'feature',
11    value: 'enabled',
12    description : 'Enable RMCP Ping support'
13)
14
15option(
16    'pam_authenticate',
17    type : 'feature',
18    value: 'enabled',
19    description : 'Enable Pam Authenticate'
20)
21