summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-09-16 11:47:17 +0200
committerNicholas Clark <nick@ccl4.org>2013-09-16 11:47:17 +0200
commit207635a3e761e401070c0d5be61197c25c0ed266 (patch)
treee1494860aedc2ae24849a8c809f6476886f68255 /hints
parenta71a93a79ebf3d20c48aa8856bcddd5172cd7a55 (diff)
downloadperl-207635a3e761e401070c0d5be61197c25c0ed266.tar.gz
Remove the hints for Kubota Pacific's Titan 3000 Series Machines.
These appear to be a hold-over from Perl 4 days. We think it unlikely that perl 5.000 ever compiled correctly on these machines, and changes in 5.004 would definitely have made Perl unbuildable. Given that we've had no bug reports in 16 years, it's clear that this platform is completely unused, and thus safe to remove it without any warning period. See RT #119745 for more details.
Diffstat (limited to 'hints')
-rw-r--r--hints/titanos.sh38
1 files changed, 0 insertions, 38 deletions
diff --git a/hints/titanos.sh b/hints/titanos.sh
deleted file mode 100644
index bcda8a7b9e..0000000000
--- a/hints/titanos.sh
+++ /dev/null
@@ -1,38 +0,0 @@
-# Hints file (perl 4.019) for Kubota Pacific's Titan 3000 Series Machines.
-# Created by: JT McDuffie (jt@kpc.com) 26 DEC 1991
-# p5ed by: Jarkko Hietaniemi <jhi@iki.fi> Aug 27 1994
-# NOTE: You should run Configure with tcsh (yes, tcsh).
-# Comments by Andy Dougherty <doughera@lafayette.edu> 28 Mar 1995
-alignbytes="8"
-byteorder="4321"
-castflags='0'
-gidtype='ushort'
-groupstype='unsigned short'
-intsize='4'
-usenm='true'
-nm_opt='-eh'
-malloctype='void *'
-ccflags="$ccflags -I/usr/include/net -DDEBUGGING -DSTANDARD_C"
-cppflags="$cppflags -I/usr/include/net -DDEBUGGING -DSTANDARD_C"
-stdchar='unsigned char'
-#
-# Apparently there are some harmful libs in Configure's $libswanted.
-# Perl5.000 had: libs='-lnsl -ldbm -lPW -lmalloc -lm'
-# Unfortunately, this line prevents users from including things like
-# -lgdbm and -ldb, which they may or may not have or want.
-# We should probably fiddle with libswanted instead of libs.
-# And even there, we should only bother to delete harmful libraries.
-# However, I don't know what they are or why they should be deleted,
-# so this will have to do for now. --AD 28 Mar 1995
-libswanted='sfio nsl dbm gdbm db PW malloc m'
-#
-# Extensions: This system can not compile POSIX. We'll let Configure
-# figure out the others.
-useposix='n'
-#
-uidtype='ushort'
-voidflags='7'
-inclwanted='/usr/include /usr/include/net'
-# Setting libpth shouldn't be needed any more.
-# libpth='/usr/lib /usr/local/lib /lib'
-pth='. /bin /usr/bin /usr/ucb /usr/local/bin /usr/X11/bin /usr/lbin /etc /usr/lib'