Remove stale e-mail addresses
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / hints / dec_osf.pl
CommitLineData
c07a80fd 1# The -hidden option causes compilation to fail on Digital Unix.
36816da2 2# Andy Dougherty <doughera@lafayette.edu>
c07a80fd 3# Sat Jan 13 16:29:52 EST 1996
4$self->{LDDLFLAGS} = $Config{lddlflags};
5$self->{LDDLFLAGS} =~ s/-hidden//;
b971f6e4 6# As long as we're hinting, note the known location of the dbm routines.
7# Spider Boardman <spider@Orb.Nashua.NH.US>
8# Fri Feb 21 14:50:31 EST 1997
9$self->{LIBS} = ['-ldbm'];