home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / gg / amitcp-bin-30b2.lha / AmiTCP-3.0b2 / db / netdb < prev    next >
Encoding:
Text File  |  1994-03-26  |  783 b   |  39 lines

  1. ;
  2. ; netdb -- the network database file for AmiTCP/IP
  3. ;
  4. ; Copyright ⌐ 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
  5. ;                  Helsinki University of Technology, Finland.
  6. ;                  All rights reserved.
  7. ;
  8. ; $Id: netdb,v 1.8 1994/03/26 13:01:34 too Exp $
  9. ;
  10. ; Created      : Thu Apr 22 15:05:21 1993 ppessi
  11. ; Last modified: Sat Mar 26 15:00:52 1994 too
  12. ;
  13. ; Include information from local networking environment
  14. ; (File created by installer)
  15. WITH netdb-myhost
  16. ;
  17. ; hosts
  18. ;
  19. H 127.0.0.1    localhost
  20. WITH hosts PREFIX=H
  21. ;
  22. ; Local networks
  23. ;
  24. N loopback-net    127        software-loopback-net
  25. ;
  26. ; Protocols
  27. WITH protocols PREFIX=P
  28. ;
  29. ; Network services, Internet style
  30. ;
  31. WITH services PREFIX=S
  32. ;
  33. ; Access control list for incoming connections.
  34. ;
  35. WITH inet.access PREFIX=ACCESS
  36. ;;;; EOF
  37.  
  38.