diff options
author | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:53:03 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:53:03 +0000 |
commit | 7c0587c85ff56c1fa1d95bc5228a7aff2da43d6c (patch) | |
tree | 89ac53b3686082f0fd8568003b57256f097f9165 /hints | |
parent | 2b69d0c297460bce3a8d8eefe2bd0de0a6451872 (diff) | |
download | perl-7c0587c85ff56c1fa1d95bc5228a7aff2da43d6c.tar.gz |
perl 4.0 patch 32: patch #20, continued
See patch #20.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/titan.sh | 40 | ||||
-rw-r--r-- | hints/utekv.sh | 18 | ||||
-rw-r--r-- | hints/uts.sh | 2 |
3 files changed, 59 insertions, 1 deletions
diff --git a/hints/titan.sh b/hints/titan.sh new file mode 100644 index 0000000000..0ed27e32ad --- /dev/null +++ b/hints/titan.sh @@ -0,0 +1,40 @@ +# Hints file (perl 4.019) for Kubota Pacific's Titan 3000 Series Machines. +# Created by: JT McDuffie (jt@kpc.com) 26 DEC 1991 +bin='/usr/local/bin' +installbin='/usr/local/bin' +alignbytes="8" +byteorder="4321" +cppstdin='/lib/cpp' +cppminus='' +castflags='0' +gid_type='ushort' +groupstype='unsigned short' +intsize='4' +libc='/lib/libc.a' +nm_opts='-eh' +mallocptrtype='void' +mansrc='/usr/man/man1' +installmansrc='/usr/man/man1' +manext='1' +models='none' +optimize='-O' +ccflags="$ccflags -I/usr/include/net -DDEBUGGING" +cppflags="$cppflags -I/usr/include/net -DDEBUGGING" +cc='cc' +libs='-lnsl -ldbm -lPW -lmalloc -lm' +libswanted='net socket nsl nm ndir ndbm dbm PW malloc m x posix ' +scriptdir='/usr/local/bin' +installscr='/usr/local/bin' +stdchar='unsigned char' +uidtype='ushort' +usrinclude='/usr/include' +voidhave='7' +w_localtim='1' +w_s_timevl='1' +w_s_tm='1' +privlib='/usr/local/lib/perl' +installprivlib='/usr/local/lib/perl' +inclwanted='/usr/include /usr/include/net ' +libpth=' /usr/lib /usr/local/lib /lib' +eoPATH='/bin /usr/bin /usr/ucb /usr/local /usr/local/bin /usr/lbin /etc /usr/lib /lib /usr/local/lib ' +pth=' . /bin /usr/bin /usr/ucb /usr/local/bin /usr/X11/bin /usr/lbin /etc /usr/lib /lib /usr/local/lib ' diff --git a/hints/utekv.sh b/hints/utekv.sh new file mode 100644 index 0000000000..6b2382c0ef --- /dev/null +++ b/hints/utekv.sh @@ -0,0 +1,18 @@ +# XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu) 2/11/92 + +# The -DUTekV is needed because the greenhills compiler does not have any +# UTekV specific definitions and we need one in perl.h +ccflags="$ccflags -X18 -DJMPCLOBBER -DUTekV" + +usemymalloc='y' + +# /usr/include/rpcsvc is for finding dbm.h +inclwanted="$inclwanted /usr/include/rpcsvc" + +# dont use the wrapper, use the real thing. +cppstdin=/lib/cpp + +echo " " +echo "NOTE: You may have to take out makefile dependencies on the files in" +echo "/usr/include (i.e. /usr/include/ctype.h) or the make will fail. A" +echo "simple 'grep -v /usr/include/ makefile' should suffice." diff --git a/hints/uts.sh b/hints/uts.sh index c4d94c42f2..9ad72d7e98 100644 --- a/hints/uts.sh +++ b/hints/uts.sh @@ -1,2 +1,2 @@ ccflags="$ccflags -DCRIPPLED_CC" -d_lstat=$define +d_lstat=define |