mirror of
https://github.com/curl/curl.git
synced 2026-08-05 19:16:13 +03:00
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
This commit is contained in:
parent
9c8b2a9958
commit
3fa4ac080e
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ static curl_version_info_data version_info = {
|
||||||
#ifdef HAVE_SPNEGO
|
#ifdef HAVE_SPNEGO
|
||||||
| CURL_VERSION_SPNEGO
|
| CURL_VERSION_SPNEGO
|
||||||
#endif
|
#endif
|
||||||
#ifdef ENABLE_64BIT
|
#if defined(ENABLE_64BIT) && (SIZEOF_CURL_OFF_T > 4)
|
||||||
| CURL_VERSION_LARGEFILE
|
| CURL_VERSION_LARGEFILE
|
||||||
#endif
|
#endif
|
||||||
,
|
,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue