commit 21d33c85fb72ef6518bdbf331cabc3056eda8561
Author: Gisle Vanem <[email protected]>
Date:   Mon Nov 18 14:50:01 2013 +0000

   On Windows we always support large files always since 'wgint' is
   set to 64-bit in mswindows.h.

diff --git a/src/build_info.c.in b/src/build_info.c.in
index c0b1677..7298149 100644
--- a/src/build_info.c.in
+++ b/src/build_info.c.in
@@ -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

------------

--gv

Reply via email to