From c9b23ca0552a0364ac6cc69c540f04528f4e1cfe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 1 Mar 2004 16:24:26 +0000 Subject: check for CURL_VERSION_LARGEFILE in the feature bitmask --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index ffe6ba854..ae0d1239c 100644 --- a/src/main.c +++ b/src/main.c @@ -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