mirror of
https://github.com/mirror/wget.git
synced 2025-03-25 01:00:13 +08:00
Assume large-file support for WINDOWS
This commit is contained in:
parent
b19d8032c2
commit
e15ef0b4da
@ -1,3 +1,7 @@
|
||||
2014-11-20 Gisle Vanem <gvanem@yahoo.no>
|
||||
|
||||
* build_info.c.in: Assume large file for WINDOWS
|
||||
|
||||
2014-11-20 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||
|
||||
* Removed form feeds (\014) from *.c and *.h
|
||||
|
@ -2,7 +2,7 @@ digest defined ENABLE_DIGEST
|
||||
https defined HAVE_SSL
|
||||
ipv6 defined ENABLE_IPV6
|
||||
iri defined ENABLE_IRI
|
||||
large-file SIZEOF_OFF_T >= 8
|
||||
large-file SIZEOF_OFF_T >= 8 || defined WINDOWS
|
||||
|
||||
nls defined ENABLE_NLS
|
||||
ntlm defined ENABLE_NTLM
|
||||
|
Loading…
Reference in New Issue
Block a user