summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorAlex Trotsenko <alex1973tr@gmail.com>2014-09-24 17:31:33 +0300
committerAlex Trotsenko <alex1973tr@gmail.com>2016-07-27 06:37:24 +0000
commit75a9bd2a4f637fb8e8e3dc4609a7045547119e80 (patch)
tree73b8a0a950eb87a7407edada3ea6547f08baf328 /configure.json
parentc5a4b093d051680bf7f34bb5acff16eea9d4979f (diff)
Introduce SCTP sockets support
Add protocol-specific code and the QSctpServer, QSctpSocket classes. Change-Id: Ie9a1d87bd1fda866a2405043d1c15c12ded5a96e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json13
1 files changed, 13 insertions, 0 deletions
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"
]
},