source:
vendor/perl/5.8.8/ext/DB_File/DB_File_BS@
3181
Last change on this file since 3181 was 3181, checked in by , 18 years ago | |
---|---|
File size: 164 bytes |
Line | |
---|---|
1 | # NeXT needs /usr/lib/libposix.a to load along with DB_File.so |
2 | if ( $dlsrc eq "dl_next.xs" ) { |
3 | @DynaLoader::dl_resolve_using = ( '/usr/lib/libposix.a' ); |
4 | } |
5 | |
6 | 1; |
Note:
See TracBrowser
for help on using the repository browser.