mirror of
https://github.com/curl/curl.git
synced 2026-07-23 08:17:17 +03:00
set CURL_VERSION_LARGEFILE if we support large files
This commit is contained in:
parent
8cb2a68694
commit
7983ec84a7
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue