xref: /openbsd-src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl (revision f64b279a78e059c1d242255e7603163a5f086337)
1# The -hidden option causes compilation to fail on Digital Unix.
2#   Andy Dougherty  <doughera@lafayette.edu>
3#   Sat Jan 13 16:29:52 EST 1996
4$self->{LDDLFLAGS} = $Config{lddlflags};
5$self->{LDDLFLAGS} =~ s/-hidden//;
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'];
10