From 75a9bd2a4f637fb8e8e3dc4609a7045547119e80 Mon Sep 17 00:00:00 2001 From: Alex Trotsenko Date: Wed, 24 Sep 2014 17:31:33 +0300 Subject: Introduce SCTP sockets support Add protocol-specific code and the QSctpServer, QSctpSocket classes. Change-Id: Ie9a1d87bd1fda866a2405043d1c15c12ded5a96e Reviewed-by: Thiago Macieira --- configure.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'configure.json') diff --git a/configure.json b/configure.json index a062477f53..3013a84ccf 100644 --- a/configure.json +++ b/configure.json @@ -130,6 +130,7 @@ "release": { "type": "enum", "name": "debug", "values": { "yes": "no", "no": "yes" } }, "rpath": "boolean", "sanitize": "sanitize", + "sctp": "boolean", "sdk": "string", "securetransport": "boolean", "separate-debug-info": { "type": "boolean", "name": "separate_debug_info" }, @@ -596,6 +597,11 @@ "type": "openssl", "libs": "-lssl -lcrypto" }, + "sctp": { + "description": "SCTP support", + "type": "compile", + "test": "unix/sctp" + }, "icu": { "description": "ICU", "type": "compile", @@ -1625,6 +1631,12 @@ "condition": "features.securetransport || features.openssl", "output": [ "feature" ] }, + "sctp": { + "description": "SCTP", + "autoDetect": false, + "condition": "tests.sctp", + "output": [ "feature" ] + }, "accessibility": { "description": "Accessibility", "output": [ "feature" ] @@ -2462,6 +2474,7 @@ Please apply the patch corresponding to your Standard Library vendor, found in }, "openssl", "openssl-linked", + "sctp", "system-proxies" ] }, -- cgit v1.2.3