mirror of
https://github.com/curl/curl.git
synced 2026-04-30 09:17:51 +03:00
check for CURL_VERSION_LARGEFILE in the feature bitmask
This commit is contained in:
parent
7983ec84a7
commit
c9b23ca055
1 changed files with 2 additions and 1 deletions
|
|
@ -1910,7 +1910,8 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
{"GSS-Negotiate", CURL_VERSION_GSSNEGOTIATE},
|
||||
{"Debug", CURL_VERSION_DEBUG},
|
||||
{"AsynchDNS", CURL_VERSION_ASYNCHDNS},
|
||||
{"SPNEGO", CURL_VERSION_SPNEGO}
|
||||
{"SPNEGO", CURL_VERSION_SPNEGO},
|
||||
{"Largefile", CURL_VERSION_LARGEFILE}
|
||||
};
|
||||
printf("Features: ");
|
||||
for(i=0; i<sizeof(feats)/sizeof(feats[0]); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue