about summary refs log tree commit diff
path: root/nis/libnsl.h
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@suse.com>2020-08-29 11:42:39 +0200
committerThorsten Kukuk <kukuk@suse.com>2020-08-29 11:42:39 +0200
commit85f184893729e2fb8cf8b873d5371628c3ad9e92 (patch)
treefa67bb779a773fa0dc5fb289a830546558a13e28 /nis/libnsl.h
parentbd394d131c10c9ec22c6424197b79410042eed99 (diff)
downloadglibc-85f184893729e2fb8cf8b873d5371628c3ad9e92.tar.gz
glibc-85f184893729e2fb8cf8b873d5371628c3ad9e92.tar.xz
glibc-85f184893729e2fb8cf8b873d5371628c3ad9e92.zip
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.
Diffstat (limited to 'nis/libnsl.h')
-rw-r--r--nis/libnsl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/nis/libnsl.h b/nis/libnsl.h
index 64ca262579..d9235ef604 100644
--- a/nis/libnsl.h
+++ b/nis/libnsl.h
@@ -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);