1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Remove obsolete default/nss code

All code reading /etc/default/nss and using the internal
defines got removed, so the config file should be removed, too.
This commit is contained in:
Thorsten Kukuk
2020-08-29 11:42:39 +02:00
parent bd394d131c
commit 85f1848937
2 changed files with 0 additions and 43 deletions

View File

@@ -17,12 +17,6 @@
#include <rpcsvc/nis.h>
#define NSS_FLAG_NETID_AUTHORITATIVE 1
#define NSS_FLAG_SERVICES_AUTHORITATIVE 2
#define NSS_FLAG_SETENT_BATCH_READ 4
#define NSS_FLAG_ADJUNCT_AS_SHADOW 8
/* Set up everything for a call to __do_niscall3. */
extern nis_error __prepare_niscall (const_nis_name name, directory_obj **dirp,
dir_binding *bptrp, unsigned int flags);