1option('sctp_invariants', type: 'boolean', value: false, 2 description: 'Add runtime checks') 3option('sctp_debug', type: 'boolean', value: false, 4 description: 'Provide debug information') 5option('sctp_inet', type: 'boolean', value: true, 6 description: 'Support IPv4') 7option('sctp_inet6', type: 'boolean', value: true, 8 description: 'Support IPv6') 9option('sctp_build_programs', type: 'boolean', value: true, 10 description: 'Build example programs') 11