summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
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"
]
},