runtests: make 'c-ares' a "feature" to depend on
... also added to the docs.
This commit is contained in:
Родитель
fc813f80e1
Коммит
082422b189
|
@ -333,6 +333,7 @@ SKIPPED.
|
||||||
Features testable here are:
|
Features testable here are:
|
||||||
|
|
||||||
- `alt-svc`
|
- `alt-svc`
|
||||||
|
- `c-ares`
|
||||||
- `cookies`
|
- `cookies`
|
||||||
- `crypto`
|
- `crypto`
|
||||||
- `debug`
|
- `debug`
|
||||||
|
|
|
@ -2762,6 +2762,7 @@ sub compare {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub setupfeatures {
|
sub setupfeatures {
|
||||||
|
$feature{"c-ares"} = $has_cares;
|
||||||
$feature{"alt-svc"} = $has_altsvc;
|
$feature{"alt-svc"} = $has_altsvc;
|
||||||
$feature{"HSTS"} = $has_hsts;
|
$feature{"HSTS"} = $has_hsts;
|
||||||
$feature{"brotli"} = $has_brotli;
|
$feature{"brotli"} = $has_brotli;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче