bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [Patch] src/build_info.c.in for Windows


From: Gisle Vanem
Subject: [Bug-wget] [Patch] src/build_info.c.in for Windows
Date: Mon, 18 Nov 2013 16:04:03 +0100

commit 21d33c85fb72ef6518bdbf331cabc3056eda8561
Author: Gisle Vanem <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]