home *** CD-ROM | disk | FTP | other *** search
- ;
- ; netdb -- the network database file for AmiTCP/IP
- ;
- ; Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
- ; Helsinki University of Technology, Finland.
- ; All rights reserved.
- ;
- ; $Id: netdb,v 1.7 1993/07/23 11:01:43 puhuri Exp $
- ;
- ; Created : Thu Apr 22 15:05:21 1993 ppessi
- ; Last modified: Mon Jun 14 02:48:06 1993 jraja
- ;
- ; Include information from local networking environment
- ; (File created by installer)
- WITH netdb-myhost
- ;
- ; hosts
- ;
- H 127.0.0.1 localhost
- WITH hosts PREFIX=H
- ;
- ; Local networks
- ;
- N loopback-net 127 software-loopback-net
- ;
- ; Protocols
- ;
- WITH protocols PREFIX=P
- ;
- ; Network services, Internet style
- ;
- WITH services PREFIX=S
- ;;;; EOF
-