This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updated perldelta for some older changes that hadn't been included yet
[perl5.git] / hints / titanos.sh
CommitLineData
a0d0e21e
LW
1# Hints file (perl 4.019) for Kubota Pacific's Titan 3000 Series Machines.
2# Created by: JT McDuffie (jt@kpc.com) 26 DEC 1991
5aabfad6 3# p5ed by: Jarkko Hietaniemi <jhi@iki.fi> Aug 27 1994
a0d0e21e 4# NOTE: You should run Configure with tcsh (yes, tcsh).
1973dd96 5# Comments by Andy Dougherty <doughera@lafayette.edu> 28 Mar 1995
a0d0e21e
LW
6alignbytes="8"
7byteorder="4321"
8castflags='0'
9gidtype='ushort'
10groupstype='unsigned short'
11intsize='4'
12usenm='true'
13nm_opt='-eh'
14malloctype='void *'
a0d0e21e
LW
15ccflags="$ccflags -I/usr/include/net -DDEBUGGING -DSTANDARD_C"
16cppflags="$cppflags -I/usr/include/net -DDEBUGGING -DSTANDARD_C"
a0d0e21e 17stdchar='unsigned char'
232e078e
AD
18#
19# Apparently there are some harmful libs in Configure's $libswanted.
20# Perl5.000 had: libs='-lnsl -ldbm -lPW -lmalloc -lm'
21# Unfortunately, this line prevents users from including things like
22# -lgdbm and -ldb, which they may or may not have or want.
23# We should probably fiddle with libswanted instead of libs.
24# And even there, we should only bother to delete harmful libraries.
25# However, I don't know what they are or why they should be deleted,
26# so this will have to do for now. --AD 28 Mar 1995
ac201bd9 27libswanted='sfio nsl dbm gdbm db PW malloc m'
232e078e
AD
28#
29# Extensions: This system can not compile POSIX. We'll let Configure
ac201bd9 30# figure out the others.
232e078e
AD
31useposix='n'
32#
a0d0e21e
LW
33uidtype='ushort'
34voidflags='7'
35inclwanted='/usr/include /usr/include/net'
ac201bd9 36# Setting libpth shouldn't be needed any more.
37# libpth='/usr/lib /usr/local/lib /lib'
a0d0e21e 38pth='. /bin /usr/bin /usr/ucb /usr/local/bin /usr/X11/bin /usr/lbin /etc /usr/lib'