blob: 6f9cbaac893ba82c801b5a33ea7a3da09ae6fcae [file] [log] [blame]
Patrick Williams888f0d32025-03-03 11:08:04 -05001option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
George Liu94f781a2022-07-04 14:35:10 +08002
3option(
4 'rmcp_ping',
Patrick Williams888f0d32025-03-03 11:08:04 -05005 type: 'feature',
George Liu94f781a2022-07-04 14:35:10 +08006 value: 'enabled',
Patrick Williams888f0d32025-03-03 11:08:04 -05007 description: 'Enable RMCP Ping support',
George Liu94f781a2022-07-04 14:35:10 +08008)
Willy Tu2c95dd12023-03-03 16:26:44 -08009
10option(
11 'pam_authenticate',
Patrick Williams888f0d32025-03-03 11:08:04 -050012 type: 'feature',
Willy Tu2c95dd12023-03-03 16:26:44 -080013 value: 'enabled',
Patrick Williams888f0d32025-03-03 11:08:04 -050014 description: 'Enable Pam Authenticate',
Willy Tu2c95dd12023-03-03 16:26:44 -080015)