This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use Mode_t.
[perl5.git] / djgpp / config.over
1 ln='cp'
2 pager='less'
3
4 # fix extension names under DOS 
5 repair()
6 {
7     echo "$1" | \
8     sed \
9      -e 's/^b/B/'\
10      -e 's=\([^a-z_]\)b=\1B='\
11      -e 's=data/dumper=Data/Dumper='\
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/'\
18      -e 's/SysV//'\
19      -e 's/sysv//'\
20      -e 's=ipc/=='\
21      -e 's=IPC/=='\
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/'
29 }
30 static_ext=$(repair "$static_ext")
31 extensions=$(repair "$extensions")
32 known_extensions=$(repair "$known_extensions")
33 nonxs_ext=$(repair "$nonxs_ext")
34
35 # I use Dos::UseLFN in AutoSplit.pm to override this under win0.95
36 d_flexfnam='undef'
37
38 # with W95 + bash the test program returns bogus result
39 d_casti32='undef'