search for: ofeature

Displaying 1 result from an estimated 1 matches for "ofeature".

Did you mean: feature
2015 Mar 19
0
[Bug 1604] SCTP support for openssh
...ycommand", oProxyCommand }, +#ifdef SCTP + { "transport", oTransport }, +#endif { "port", oPort }, { "cipher", oCipher }, { "ciphers", oCiphers }, The common way to add conditional options is: #ifdef FEATURE { "feature", oFeature }, #else { "feature", oUnsupported }, #endif and adding the oFeature unconditionally to the OpCodes. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.