home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / perl-5.003-base.tgz / perl-5.003-base.tar / fsf / perl / ext / DB_File / DB_File_BS next >
Text File  |  1994-10-18  |  164b  |  7 lines

  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;
  7.