From 7983ec84a7e72c0e4baf11ad5f6bb3c5ef34468e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 1 Mar 2004 16:24:04 +0000 Subject: set CURL_VERSION_LARGEFILE if we support large files --- lib/version.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/version.c b/lib/version.c index 41b00aa36..59d8a1461 100644 --- a/lib/version.c +++ b/lib/version.c @@ -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 */ -- cgit v1.2.3