Commit | Line | Data |
a0d0e21e |
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). |
232e078e |
5 | # Comments by Andy Dougherty <doughera@lafcol.lafayette.edu> 28 Mar 1995 |
a0d0e21e |
6 | alignbytes="8" |
7 | byteorder="4321" |
8 | castflags='0' |
9 | gidtype='ushort' |
10 | groupstype='unsigned short' |
11 | intsize='4' |
12 | usenm='true' |
13 | nm_opt='-eh' |
14 | malloctype='void *' |
15 | models='none' |
16 | ccflags="$ccflags -I/usr/include/net -DDEBUGGING -DSTANDARD_C" |
17 | cppflags="$cppflags -I/usr/include/net -DDEBUGGING -DSTANDARD_C" |
a0d0e21e |
18 | stdchar='unsigned char' |
232e078e |
19 | # |
20 | # Apparently there are some harmful libs in Configure's $libswanted. |
21 | # Perl5.000 had: libs='-lnsl -ldbm -lPW -lmalloc -lm' |
22 | # Unfortunately, this line prevents users from including things like |
23 | # -lgdbm and -ldb, which they may or may not have or want. |
24 | # We should probably fiddle with libswanted instead of libs. |
25 | # And even there, we should only bother to delete harmful libraries. |
26 | # However, I don't know what they are or why they should be deleted, |
27 | # so this will have to do for now. --AD 28 Mar 1995 |
ac201bd9 |
28 | libswanted='sfio nsl dbm gdbm db PW malloc m' |
232e078e |
29 | # |
30 | # Extensions: This system can not compile POSIX. We'll let Configure |
ac201bd9 |
31 | # figure out the others. |
232e078e |
32 | useposix='n' |
33 | # |
a0d0e21e |
34 | uidtype='ushort' |
35 | voidflags='7' |
36 | inclwanted='/usr/include /usr/include/net' |
ac201bd9 |
37 | # Setting libpth shouldn't be needed any more. |
38 | # libpth='/usr/lib /usr/local/lib /lib' |
a0d0e21e |
39 | pth='. /bin /usr/bin /usr/ucb /usr/local/bin /usr/X11/bin /usr/lbin /etc /usr/lib' |