revert between 56095 -> 55830 in arch
[AROS.git] / workbench / network / stacks / AROSTCP / db / netdb
blob9b7655d9502e83e26113316ff5794da832d4d9ed
2 ; netdb -- the network database file for AROSTCP
4 ; Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
5 ;                  Helsinki University of Technology, Finland.
6 ;                  All rights reserved.
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.
13 ; interfaces
15 WITH interfaces PREFIX=I
17 ; hosts
19 WITH hosts PREFIX=H
21 ; Networks
23 WITH networks PREFIX=N
25 ; Protocols
26
27 WITH protocols PREFIX=P
29 ; Network services, Internet style
31 WITH services PREFIX=S
33 ; Static routes
35 WITH static-routes PREFIX=R
37 ; Nameservers and local domains
39 WITH netdb-myhost
41 ; Access control list for incoming connections.
43 WITH inet.access PREFIX=ACCESS
45 ; Startup/shutdown scripts, uncomment to enable this sample.
47 ;RC rc.d/rc.sample
48 ;;;; EOF