From 3fa4ac080ef776e109500ca43966251f2dfd1dbd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Mar 2004 07:46:26 +0000 Subject: [PATCH] we must not only support long long for Largefile to work, we must have a curl_off_t type that is larger than 4 bytes --- lib/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.c b/lib/version.c index 59d8a1461..d2125a259 100644 --- a/lib/version.c +++ b/lib/version.c @@ -198,7 +198,7 @@ static curl_version_info_data version_info = { #ifdef HAVE_SPNEGO | CURL_VERSION_SPNEGO #endif -#ifdef ENABLE_64BIT +#if defined(ENABLE_64BIT) && (SIZEOF_CURL_OFF_T > 4) | CURL_VERSION_LARGEFILE #endif ,