mirror of
https://github.com/curl/curl.git
synced 2026-08-07 00:58:47 +03:00
Check CURL_VERSION_ASYNCHDNS for feature output
This commit is contained in:
parent
3eb4ae031c
commit
50257d4f50
1 changed files with 2 additions and 1 deletions
|
|
@ -1799,7 +1799,8 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
{"libz", CURL_VERSION_LIBZ},
|
||||
{"NTLM", CURL_VERSION_NTLM},
|
||||
{"GSS-Negotiate", CURL_VERSION_GSSNEGOTIATE},
|
||||
{"Debug", CURL_VERSION_DEBUG}
|
||||
{"Debug", CURL_VERSION_DEBUG},
|
||||
{"AsynchDNS", CURL_VERSION_ASYNCHDNS}
|
||||
};
|
||||
printf("Features: ");
|
||||
for(i=0; i<sizeof(feats)/sizeof(feats[0]); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue