diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-08-08 00:25:03 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-08-08 00:25:03 -0400 |
commit | 11049e007abfaa3daad0a6d6548d4923872d54cd (patch) | |
tree | 46bd34ef85ec64e3dcec8e18ecf101c0297fef33 /lib/curl_config.h.cmake | |
parent | 5a86fddfba0230223e474c675842f384f5c38a81 (diff) | |
download | curl-11049e007abfaa3daad0a6d6548d4923872d54cd.tar.gz |
cmake: Enable win32 large file support by default
All compilers used by cmake in Windows should support large files.
- Add test SIZEOF_OFF_T
- Remove outdated test SIZEOF_CURL_OFF_T
- Turn on USE_WIN32_LARGE_FILES in Windows
- Check for 'Largefile' during the features output
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r-- | lib/curl_config.h.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 65a414b66..0aeddf875 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -936,8 +936,7 @@ /* if Unix domain sockets are enabled */ #cmakedefine USE_UNIX_SOCKETS -/* Define to 1 if you are building a Windows target without large file - support. */ +/* Define to 1 if you are building a Windows target with large file support. */ #cmakedefine USE_WIN32_LARGE_FILES 1 /* to enable SSPI support */ |