perl5.000 patch.0i: fix glaring mistakes in patches a-h
[p5sagit/p5-mst-13.2.git] / hints / linux.sh
CommitLineData
a0d0e21e 1# Configuration time: Mon May 16 03:41:24 EDT 1994
2# Original version by rsanders
3# Additional dlext support by Kenneth Albanowski <kjahds@kjahds.com>
4# Target system: linux hrothgar 1.1.12 #9 sat may 14 02:03:23 edt 1994 i486
5bin='/usr/bin'
6ccflags='-I/usr/include/bsd'
7cppflags=' -I/usr/include/bsd'
8d_dosuid='define'
9d_voidsig='define'
10gidtype='gid_t'
11groupstype='gid_t'
12malloctype='void *'
13nm_opt=''
14optimize='-O2'
15sig_name='ZERO HUP INT QUIT ILL TRAP IOT UNUSED FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH'
16signal_t='void'
17uidtype='uid_t'
18usemymalloc='n'
19yacc='bison -y'
20lddlflags='-r'
21so='sa'
22dlext='o'
23## If you are using DLD 3.2.4 which does not support shared libs,
24## uncomment the next two lines:
25#ldflags="-static"
26#so='none'
27
28cat <<EOM
29
30You should take a look at hints/linux.sh. There are a couple of lines you
31may wish to change near the bottom.
32EOM