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