1
0
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:
Daniel Stenberg 2004-03-01 16:24:04 +00:00
parent 8cb2a68694
commit 7983ec84a7

View File

@ -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 */