diff options
author | Steve Hay <SteveHay@planit.com> | 2005-04-25 11:05:24 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-04-25 11:05:24 +0000 |
commit | 232fbd893ffc3c44018ea0945f6cafa71d309760 (patch) | |
tree | e455450268311d0501e6df9eaae83fecdfe16984 /win32/config.vc | |
parent | aadb217dbe1b43fbd45cb1644a86dd26d09068d0 (diff) | |
download | perl-232fbd893ffc3c44018ea0945f6cafa71d309760.tar.gz |
Provide $Config{libswanted_uselargefiles} on Win32
This fixes some test failures introduced by change 24271.
p4raw-id: //depot/perl@24319
Diffstat (limited to 'win32/config.vc')
-rw-r--r-- | win32/config.vc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.vc b/win32/config.vc index aaf84810d0..0eeb4b7c9d 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='' |