summaryrefslogtreecommitdiff
path: root/win32/config.gc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-07-22 16:36:41 +0000
committerSteve Hay <SteveHay@planit.com>2005-07-22 16:36:41 +0000
commit2f21f076b692be0f24c46e07c3d1c08244219a2f (patch)
tree8d1c469c9aff27b3663b350d79b3025d8c25ba81 /win32/config.gc
parent392c4dfd79b131439b1f9f514b4adb6eeab4e4fa (diff)
downloadperl-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.gc')
-rw-r--r--win32/config.gc10
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/config.gc b/win32/config.gc
index 19b149544f..89e48aa255 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -156,7 +156,7 @@ d_endsent='undef'
d_endservent_r='undef'
d_eofnblk='define'
d_eunice='undef'
-d_faststdio='undef'
+d_faststdio='define'
d_fchdir='undef'
d_fchmod='undef'
d_fchown='undef'
@@ -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'