home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / dns / resolv+2.1.1 / shlib / lorder.awk next >
Encoding:
Text File  |  1993-01-28  |  250 b   |  17 lines

  1. /^gethostent\.o$/ {
  2.     print "gethostnamadr.o"
  3.     print "sethostent.o"
  4.     print "herror.o"
  5.     print "res_data.o"
  6.     print "res_query.o"
  7.     print "res_mkquery.o"
  8.     print "res_send.o"
  9.     print "res_debug.o"
  10.     print "res_comp.o"
  11.     print "res_init.o"
  12.     break
  13. }
  14. {
  15.     print
  16. }
  17.