win32 tweaks
[p5sagit/p5-mst-13.2.git] / djgpp / config.over
index b11b493..4895cf1 100644 (file)
@@ -8,12 +8,17 @@ repair()
     sed \
      -e 's/^b/B/'\
      -e 's=\([^a-z_]\)b=\1B='\
+     -e 's=data/dumper=Data/Dumper='\
      -e 's/db_file/DB_File/'\
      -e 's/dynaload/DynaLoader/'\
      -e 's/errno/Errno/'\
      -e 's/fcntl/Fcntl/'\
      -e 's/gdbm_fil/GDBM_File/'\
      -e 's/io/IO/'\
+     -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/'\
@@ -29,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'