2 ; netdb -- the network database file for AROSTCP
4 ; Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
5 ; Helsinki University of Technology, Finland.
7 ; Copyright © 2005 - 2006 Pavel Fedin
9 ; This is a main file controlling loading of other files containing network
10 ; information (hosts, services, access list, etc). Do not change it unless you
11 ; really know what you are doing.
15 WITH interfaces PREFIX=I
23 WITH networks PREFIX=N
27 WITH protocols PREFIX=P
29 ; Network services, Internet style
31 WITH services PREFIX=S
35 WITH static-routes PREFIX=R
37 ; Nameservers and local domains
41 ; Access control list for incoming connections.
43 WITH inet.access PREFIX=ACCESS
45 ; Startup/shutdown scripts, uncomment to enable this sample.