Commit 3fa4ac08 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent 9c8b2a99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  ,