]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
set CURL_VERSION_LARGEFILE if we support large files
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 16:24:04 +0000 (16:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 16:24:04 +0000 (16:24 +0000)
lib/version.c

index 41b00aa361d36dfd82190d55db246657e1b0c113..59d8a1461bfb7d68eef5168bef4634adf51ebcc6 100644 (file)
@@ -197,6 +197,9 @@ static curl_version_info_data version_info = {
 #endif
 #ifdef HAVE_SPNEGO
   | CURL_VERSION_SPNEGO
+#endif
+#ifdef ENABLE_64BIT
+  | CURL_VERSION_LARGEFILE
 #endif
   ,
   NULL, /* ssl_version */