summaryrefslogtreecommitdiff
path: root/hints/dec_osf1.sh
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1994-10-17 23:00:00 +0000
committerLarry Wall <lwall@netlabs.com>1994-10-17 23:00:00 +0000
commita0d0e21ea6ea90a22318550944fe6cb09ae10cda (patch)
treefaca1018149b736b1142f487e44d1ff2de5cc1fa /hints/dec_osf1.sh
parent85e6fe838fb25b257a1b363debf8691c0992ef71 (diff)
downloadperl-a0d0e21ea6ea90a22318550944fe6cb09ae10cda.tar.gz
perl 5.000perl-5.000
[editor's note: this commit combines approximate 4 months of furious releases of Andy Dougherty and Larry Wall - see pod/perlhist.pod for details. Andy notes that; Alas neither my "Irwin AccuTrack" nor my DC 600A quarter-inch cartridge backup tapes from that era seem to be readable anymore. I guess 13 years exceeds the shelf life for that backup technology :-(. ]
Diffstat (limited to 'hints/dec_osf1.sh')
-rw-r--r--hints/dec_osf1.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/hints/dec_osf1.sh b/hints/dec_osf1.sh
deleted file mode 100644
index 07f594e3cf..0000000000
--- a/hints/dec_osf1.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-d_crypt='undef' # The function is there, but it is empty
-d_odbm='undef' # We don't need both odbm and ndbm
-gidtype='gid_t'
-groupstype='int'
-libpth="$libpth /usr/shlib" # Use the shared libraries if possible
-libc='/usr/shlib/libc.so' # The archive version is /lib/libc.a
-case `uname -m` in
- mips|alpha) optimize="$optimize -O2 -Olimit 2900"
- ccflags="$ccflags -std1 -D_BSD" ;;
- *) ccflags="$ccflags -D_BSD" ;;
-esac