(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / nis / nss
blob4f65f811207b5c2575d798c7c19a0c23139be76a
1 # /etc/default/nss
2 # This file can theoretically contain a bunch of customization variables
3 # for Name Service Switch in the GNU C library.  For now there are only two
4 # variables:
6 # NETID_AUTHORITATIVE
7 #   If set to TRUE, the initgroups() function will accept the information
8 #   from the netid.byname NIS map as authoritative.  This can speed up the
9 #   function significantly if the group.byname map is large.  The content
10 #   of the netid.byname map is used AS IS.  The system administrator has
11 #   to make sure it is correctly generated.
12 #NETID_AUTHORITATIVE=TRUE
14 # SERVICES_AUTHORITATIVE
15 #   If set to TRUE, the getservbyname{,_r}() function will assume
16 #   services.byservicename NIS map exists and is authoritative, particularly
17 #   that it contains both keys with /proto and without /proto for both
18 #   primary service names and service aliases.  The system administrator
19 #   has to make sure it is correctly generated.
20 #SERVICES_AUTHORITATIVE=TRUE