From: Steve Hay <SteveHay@planit.com>
Date: Mon, 25 Apr 2005 11:05:24 +0000 (+0000)
Subject: Provide $Config{libswanted_uselargefiles} on Win32
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=232fbd893ffc3c44018ea0945f6cafa71d309760;p=p5sagit%2Fp5-mst-13.2.git

Provide $Config{libswanted_uselargefiles} on Win32

This fixes some test failures introduced by change 24271.

p4raw-id: //depot/perl@24319
---

diff --git a/win32/config.bc b/win32/config.bc
index 122089f..fe78757 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -690,6 +690,7 @@ libsfiles=''
 libsfound=''
 libspath=''
 libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
+libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
 line='line'
 lint=''
 lkflags=''
diff --git a/win32/config.gc b/win32/config.gc
index 0fd4f08..d1432dd 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -689,6 +689,7 @@ libsfiles=''
 libsfound=''
 libspath=''
 libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
+libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
 line='line'
 lint=''
 lkflags=''
diff --git a/win32/config.vc b/win32/config.vc
index aaf8481..0eeb4b7 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -689,6 +689,7 @@ libsfiles=''
 libsfound=''
 libspath=''
 libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
+libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
 line='line'
 lint=''
 lkflags=''
diff --git a/win32/config.vc64 b/win32/config.vc64
index d7a9dc2..c2548f1 100644
--- a/win32/config.vc64
+++ b/win32/config.vc64
@@ -689,6 +689,7 @@ libsfiles=''
 libsfound=''
 libspath=''
 libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
+libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
 line='line'
 lint=''
 lkflags=''