X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=djgpp%2Fconfig.over;h=032f85e2b89e2509afa0ddba876a44849761f38c;hb=78d3e1bf81e401020937b98d17bdfe2107623029;hp=fc66e9eca948f803a816f53597cde7b61e9c9d1f;hpb=17f71141966ee46b5f078333acef6afd9893a4f4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/djgpp/config.over b/djgpp/config.over index fc66e9e..032f85e 100644 --- a/djgpp/config.over +++ b/djgpp/config.over @@ -1,5 +1,5 @@ ln='cp' -pager='less' +pager='${DJDIR}/bin/less.exe' # fix extension names under DOS repair() @@ -15,14 +15,40 @@ 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/'\ -e 's/posix/POSIX/'\ -e 's/sdbm_fil/SDBM_File/'\ -e 's/socket/Socket/'\ - -e 's/thread/Thread/' + -e 's/thread/Thread/'\ + -e 's/byteload/ByteLoader/'\ + -e 's=devel/peek=Devel/Peek='\ + -e 's=devel/dprof=Devel/DProf='\ + -e 's=sys/sys=Sys/Sys='\ + -e 's=sys/hos=Sys/Hos='\ + -e 's=file/=='\ + -e 's=File/=='\ + -e 's=glob=='\ + -e 's=Glob=='\ + -e 's/storable/Storable/'\ + -e 's/encode/Encode/'\ + -e 's=filter/util/call=Filter/Util/Call=' \ + -e 's=digest/md5=Digest/MD5=' \ + -e 's=perlio/scalar=PerlIO/Scalar=' \ + -e 's=mime/base64=MIME/Base64=' \ + -e 's=time/hires=Time/HiRes=' \ + -e 's=list/util=List/Util=' \ + -e 's=cwd=Cwd=' \ + -e 's=perlio/via=PerlIO/Via=' \ + -e 's=xs/typemap=XS/Typemap=' \ + -e 's=unicode/normaliz=Unicode/Normalize=' \ + -e 's=i18n/langinfo=I18N/Langinfo=' \ + -e 's=devel/ppport=Devel/PPPort=' } static_ext=$(repair "$static_ext") extensions=$(repair "$extensions") @@ -31,3 +57,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'