mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
windows: assume USE_WIN32_LARGE_FILES
All Windows platforms support it. It was permanently enabled with most build methods. The exception is autotools where it is enabled by default, with an option to disable it. It changed the build in a few places for rarely tested code paths, but not bringing other advantages (and used some 64-bit APIs anyway). This patch makes autotools' `--disable-largefile` option a no-op for Windows. Closes #19888
This commit is contained in:
parent
073b85cefe
commit
163705db75
9 changed files with 15 additions and 72 deletions
|
|
@ -618,7 +618,6 @@ dnl **********************************************************************
|
|||
dnl Compilation based checks should not be done before this point.
|
||||
dnl **********************************************************************
|
||||
|
||||
CURL_CHECK_WIN32_LARGEFILE
|
||||
CURL_CHECK_WIN32_CRYPTO
|
||||
|
||||
curl_cv_apple='no'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue