From: Daniel Stenberg Date: Mon, 8 Mar 2004 07:46:26 +0000 (+0000) Subject: we must not only support long long for Largefile to work, we must have X-Git-Tag: curl-7_11_1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa4ac080ef776e109500ca43966251f2dfd1dbd;p=thirdparty%2Fcurl.git 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 --- diff --git a/lib/version.c b/lib/version.c index 59d8a1461b..d2125a2597 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 ,