]> granicus.if.org Git - curl/commitdiff
check for CURL_VERSION_LARGEFILE in the feature bitmask
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 16:24:26 +0000 (16:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 16:24:26 +0000 (16:24 +0000)
src/main.c

index ffe6ba8548bd46898954aaf79b4777fa3fc7b2e4..ae0d1239c82ad9da9968c4bf5cd77908696091c5 100644 (file)
@@ -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++) {