This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate mainline.
[perl5.git] / djgpp / config.over
CommitLineData
39e571d4 1ln='cp'
7a9d1145 2pager='${DJDIR}/bin/less.exe'
39e571d4 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/'\
933fea7f
GS
28 -e 's/thread/Thread/'\
29 -e 's/byteload/ByteLoader/'\
30 -e 's=devel/peek=Devel/Peek='\
d524f05e 31 -e 's=devel/dprof=Devel/DProf='\
d2a01882 32 -e 's=sys/sys=Sys/Sys='\
706de38c 33 -e 's=sys/hos=Sys/Hos='\
d524f05e
LM
34 -e 's=file/=='\
35 -e 's=File/=='\
36 -e 's=glob=='\
6bbf1b34 37 -e 's=Glob=='\
7ea3cd40
NIS
38 -e 's/storable/Storable/'\
39 -e 's/encode/Encode/'\
40 -e 's=filter/util/call=Filter/Util/Call='
39e571d4
LM
41}
42static_ext=$(repair "$static_ext")
43extensions=$(repair "$extensions")
44known_extensions=$(repair "$known_extensions")
cb9505ff 45nonxs_ext=$(repair "$nonxs_ext")
39e571d4
LM
46
47# I use Dos::UseLFN in AutoSplit.pm to override this under win0.95
48d_flexfnam='undef'
cc17ae0b
LM
49
50# with W95 + bash the test program returns bogus result
51d_casti32='undef'