This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
propagate changed error text
[perl5.git] / djgpp / config.over
CommitLineData
39e571d4
LM
1ln='cp'
2pager='less'
3
cb9505ff 4# fix extension names under DOS
39e571d4
LM
5repair()
6{
cb9505ff
LM
7 echo "$1" | \
8 sed \
9 -e 's/^b/B/'\
10 -e 's=\([^a-z_]\)b=\1B='\
17f71141 11 -e 's=data/dumper=Data/Dumper='\
cb9505ff
LM
12 -e 's/db_file/DB_File/'\
13 -e 's/dynaload/DynaLoader/'\
14 -e 's/errno/Errno/'\
15 -e 's/fcntl/Fcntl/'\
16 -e 's/gdbm_fil/GDBM_File/'\
17 -e 's/io/IO/'\
cc17ae0b
LM
18 -e 's/SysV//'\
19 -e 's/sysv//'\
20 -e 's=ipc/=='\
21 -e 's=IPC/=='\
cb9505ff
LM
22 -e 's/ndbm_fil/NDBM_File/'\
23 -e 's/odbm_fil/ODBM_File/'\
24 -e 's/opcode/Opcode/'\
25 -e 's/posix/POSIX/'\
26 -e 's/sdbm_fil/SDBM_File/'\
27 -e 's/socket/Socket/'\
28 -e 's/thread/Thread/'
39e571d4
LM
29}
30static_ext=$(repair "$static_ext")
31extensions=$(repair "$extensions")
32known_extensions=$(repair "$known_extensions")
cb9505ff 33nonxs_ext=$(repair "$nonxs_ext")
39e571d4
LM
34
35# I use Dos::UseLFN in AutoSplit.pm to override this under win0.95
36d_flexfnam='undef'
cc17ae0b
LM
37
38# with W95 + bash the test program returns bogus result
39d_casti32='undef'