Re: [perl #21261] B::Terse not outputting correct constants or variable names
[p5sagit/p5-mst-13.2.git] / ext / NDBM_File / hints / dynixptx.pl
1 # On DYNIX/ptx 4.0 (v4.1.3), ndbm is actually contained in the 
2 # libc library, and must be explicitly linked against -lc when compiling.
3 $self->{LIBS} = ['-lc'];