mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
set CURL_VERSION_LARGEFILE if we support large files
This commit is contained in:
parent
8cb2a68694
commit
7983ec84a7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user