source: trunk/essentials/dev-lang/perl/ext/ODBM_File/hints/dec_osf.pl

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 400 bytes
Line 
1# The -hidden option causes compilation to fail on Digital Unix.
2# Andy Dougherty <[email protected]>
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 <[email protected]>
8# Fri Feb 21 14:50:31 EST 1997
9$self->{LIBS} = ['-ldbm'];
Note: See TracBrowser for help on using the repository browser.