diff options
author | Steve Hay <SteveHay@planit.com> | 2005-07-22 16:36:41 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-07-22 16:36:41 +0000 |
commit | 2f21f076b692be0f24c46e07c3d1c08244219a2f (patch) | |
tree | 8d1c469c9aff27b3663b350d79b3025d8c25ba81 /win32/config.vc | |
parent | 392c4dfd79b131439b1f9f514b4adb6eeab4e4fa (diff) | |
download | perl-2f21f076b692be0f24c46e07c3d1c08244219a2f.tar.gz |
Tweak the canned win32/config.* files
uselargefiles, usemultiplicity, useperlio and useithreads are now
off in the canned win32/config_H.* files, so change these to match.
Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
which don't actually work since no such CFG_VARS are passed in to
config_sh.PL. (The useperlio and usesitecustomize entries actually
get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
p4raw-id: //depot/perl@25215
Diffstat (limited to 'win32/config.vc')
-rw-r--r-- | win32/config.vc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/config.vc b/win32/config.vc index 1d435e5627..7d81fabfee 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -462,7 +462,7 @@ d_tmpnam_r='undef' d_truncate='undef' d_ttyname_r='undef' d_tzname='define' -d_u32align='undef' +d_u32align='define' d_ualarm='undef' d_umask='define' d_uname='define' @@ -957,7 +957,7 @@ usecrosscompile='undef' usedl='define' usefaststdio='undef' useithreads='undef' -uselargefiles='define' +uselargefiles='undef' uselongdouble='undef' usemallocwrap='define' usemorebits='undef' @@ -965,13 +965,13 @@ usemultiplicity='undef' usemymalloc='n' usenm='false' useopcode='true' -useperlio='~USE_PERLIO~' +useperlio='undef' useposix='true' usereentrant='undef' userelocatableinc='undef' usesfio='false' useshrplib='yes' -usesitecustomize='~USE_SITECUST~' +usesitecustomize='undef' usesocks='undef' usethreads='undef' usevendorprefix='undef' |