* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Use larger of PATH_MAX
[glibc.git] / posix / gai.conf
blob5f063f5c3c89778e13dca16934bb3c1668e2e4a8
1 # Configuration for getaddrinfo(3).
3 # So far only configuration for the destination address sorting is needed.
4 # RFC 3484 governs the sorting.  But the RFC also says that system
5 # administrators should be able to overwrite the defaults.  This can be
6 # achieved here.
8 # All lines have an initial identifier specifying the option followed by
9 # up to two values.  Information specified in this file replaces the
10 # default information.  Complete absence of data of one kind causes the
11 # appropriate default information to be used.  The supported commands include:
13 # reload  <yes|no>
14 #    If set to yes, each getaddrinfo(3) call will check whether this file
15 #    changed and if necessary reload.  This option should not really be
16 #    used.  There are possible runtime problems.  The default is no.
18 # label   <mask>   <value>
19 #    Add another rule to the RFC 3484 label table.  See section 2.1 in
20 #    RFC 3484.  The default is:
22 #label  ::1/128       0
23 #label  ::/0          1
24 #label  2002::/16     2
25 #label ::/96          3
26 #label ::ffff:0:0/96  4
28 # precedence  <mask>   <value>
29 #    Add another rule the to RFC 3484 precendence table.  See section 2.1
30 #    and 10.3 in RFC 3484.  The default is:
32 #precendence  ::1/128       50
33 #precendence  ::/0          40
34 #precendence  2002::/16     30
35 #precendence ::/96          20
36 #precendence ::ffff:0:0/96  10
38 #    For sites which prefer IPv4 connections change the last line to
40 #precendence ::ffff:0:0/96  100