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