mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
check for CURL_VERSION_LARGEFILE in the feature bitmask
This commit is contained in:
parent
7983ec84a7
commit
c9b23ca055
@ -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…
Reference in New Issue
Block a user