diff options
author | jimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2007-10-29 21:27:30 +0000 |
---|---|---|
committer | jimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2007-10-29 21:27:30 +0000 |
commit | ed4a76ca96808ab39057863ff97dcc033eaa5496 (patch) | |
tree | 565271b12f8854efcb099ea409b7bde09cf36b16 /libc/option-groups.def | |
parent | aa5e42e3400e92ff9807cfc676d98f64c7639ef7 (diff) | |
download | eglibc2-ed4a76ca96808ab39057863ff97dcc033eaa5496.tar.gz |
* nss/gen-fixed-nsswitch.c: Don't #include "nsswitch.h". Instead,
make our own copies of the datatype and enum definitions. Do
#include "nss.h".
(lookup_actions, service_library, known_function, service_user)
(name_database_entry, name_database): Copy definitions from
nsswitch.c.
* grp/Makefile (LDLIBS-testgrp): Link against the libraries listed
in nss/fixed-nsswitch-libs when OPTION_EGLIBC_NSSWITCH is
disabled.
* posix/Makefile (LDLIBS-globtest): Same.
* option-groups.def (OPTION_EGLIBC_NSSWITCH): Doc fix.
git-svn-id: svn://svn.eglibc.org/trunk@4013 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/option-groups.def')
-rw-r--r-- | libc/option-groups.def | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libc/option-groups.def b/libc/option-groups.def index 519a12d8e..7800af90b 100644 --- a/libc/option-groups.def +++ b/libc/option-groups.def @@ -507,10 +507,9 @@ config OPTION_EGLIBC_NSSWITCH Note that some nsswitch service libraries require other option groups to be enabled; for example, the OPTION_EGLIBC_INET - option group must be enabled to use the 'libnss_dns.so.2' or - 'libnss_nis.so.2' service libraries, which use the Domain Name - System and Network Information Service network protocols to - answer queries. + option group must be enabled to use the 'libnss_dns.so.2' + service library, which uses the Domain Name System network + protocol to answer queries. config OPTION_EGLIBC_RCMD bool "Support for 'rcmd' and related library functions" |