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