From: Laszlo Molnar Date: Sun, 13 Dec 1998 00:08:44 +0000 (+0100) Subject: [patch 5.005_02] dos-djgpp update X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc17ae0be05e2c55b051f093271e76a3ed64c54e;p=p5sagit%2Fp5-mst-13.2.git [patch 5.005_02] dos-djgpp update To: Perl 5 Porters Message-ID: <19981213000844.C264@beeblebrox> p4raw-id: //depot/cfgperl@2473 --- diff --git a/djgpp/config.over b/djgpp/config.over index fc66e9e..4895cf1 100644 --- a/djgpp/config.over +++ b/djgpp/config.over @@ -15,7 +15,10 @@ repair() -e 's/fcntl/Fcntl/'\ -e 's/gdbm_fil/GDBM_File/'\ -e 's/io/IO/'\ - -e 's=ipc/sysv=IPC/SysV='\ + -e 's/SysV//'\ + -e 's/sysv//'\ + -e 's=ipc/=='\ + -e 's=IPC/=='\ -e 's/ndbm_fil/NDBM_File/'\ -e 's/odbm_fil/ODBM_File/'\ -e 's/opcode/Opcode/'\ @@ -31,3 +34,6 @@ nonxs_ext=$(repair "$nonxs_ext") # I use Dos::UseLFN in AutoSplit.pm to override this under win0.95 d_flexfnam='undef' + +# with W95 + bash the test program returns bogus result +d_casti32='undef'