summaryrefslogtreecommitdiff
path: root/win32/config.ce
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2010-09-23 09:56:11 -0400
committerAndy Dougherty <doughera@lafayette.edu>2010-09-23 09:56:11 -0400
commit5f849059f495b65249fd9ede43c430c75e107d18 (patch)
tree811b4d88aee9d8d7c77fde531802e014a2b7c725 /win32/config.ce
parent26aeb005de2cb73eccc572578b63e148607e9232 (diff)
downloadperl-5f849059f495b65249fd9ede43c430c75e107d18.tar.gz
Add default setting of perl_static_inline='static' to all win32 configs.
Win32 users who know better are invited to change the definitions as appropriate, but this should at least allow it to build.
Diffstat (limited to 'win32/config.ce')
-rw-r--r--win32/config.ce2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.ce b/win32/config.ce
index a86ead1664..fb6b402f1b 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -822,7 +822,7 @@ perl='perl'
perl_patchlevel='~PERL_PATCHLEVEL~'
perladmin=''
perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe'
-perl_static_inline=''
+perl_static_inline='static'
pg=''
phostname='hostname'
pidtype='int'