summaryrefslogtreecommitdiff
path: root/win32/config_h.PL
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-26 04:25:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-26 04:25:40 +0000
commit924b3ec4f489a98ec4753478b6e6dcb35be8bf12 (patch)
treec2f9d49ad208c758737d499214ed65cf5d3722fc /win32/config_h.PL
parentd613ef02e4bf2ccbbac161910d879e49ce35ecd8 (diff)
downloadperl-924b3ec4f489a98ec4753478b6e6dcb35be8bf12.tar.gz
[win32] various changes to make win32 build under the new Configure & co.
- added byterun.c to core C build - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c after adding new variables to config.[bgv]c - sig_name_init now has only the valid signals - we now have $Config{usethreads} - tested under the two commercial compilers w/ and w/o usethreads p4raw-id: //depot/win32/perl@590
Diffstat (limited to 'win32/config_h.PL')
-rw-r--r--win32/config_h.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_h.PL b/win32/config_h.PL
index 8a1665a75a..471c43c7e1 100644
--- a/win32/config_h.PL
+++ b/win32/config_h.PL
@@ -69,7 +69,7 @@ if (compare("$file.new",$file))
chmod(0666,$file);
unlink($file);
rename("$file.new",$file);
- chmod(0444,$file);
+ #chmod(0444,$file);
exit(1);
}