You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
464 B

option('sctp_invariants', type: 'boolean', value: false,
description: 'Add runtime checks')
option('sctp_debug', type: 'boolean', value: false,
description: 'Provide debug information')
option('sctp_inet', type: 'boolean', value: true,
description: 'Support IPv4')
option('sctp_inet6', type: 'boolean', value: true,
description: 'Support IPv6')
option('sctp_build_programs', type: 'boolean', value: true,
description: 'Build example programs')