summaryrefslogtreecommitdiff
path: root/djgpp/config.over
blob: 4895cf1a43fa99e607fa696d3a9e187816c518a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
ln='cp'
pager='less'

# fix extension names under DOS 
repair()
{
    echo "$1" | \
    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/'\
     -e 's/posix/POSIX/'\
     -e 's/sdbm_fil/SDBM_File/'\
     -e 's/socket/Socket/'\
     -e 's/thread/Thread/'
}
static_ext=$(repair "$static_ext")
extensions=$(repair "$extensions")
known_extensions=$(repair "$known_extensions")
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'