xref: /OK3568_Linux_fs/buildroot/package/unscd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_UNSCD
2	bool "unscd"
3	depends on !BR2_RISCV_32
4	depends on BR2_TOOLCHAIN_USES_GLIBC
5	help
6	  Micro Name Service Caching Daemon
7
8	  A daemon which handles passwd, group and host lookups for
9	  running programs and caches the results for the next query.
10	  You only need this package if you are using slow Name Services
11	  like LDAP, NIS or NIS+.
12
13	  This particular NSCD is a complete rewrite of the GNU glibc
14	  nscd which is a single threaded server process which offloads
15	  all NSS lookups to worker children; cache hits are handled by
16	  the parent, and only cache misses start worker children,
17	  making the parent immune to resource leaks, hangs, and crashes
18	  in NSS libraries.
19
20	  It should mostly be a drop-in replacement for existing
21	  installs using nscd.
22
23	  http://busybox.net/~vda/unscd
24
25comment "unscd needs a glibc toolchain"
26	depends on !BR2_RISCV_32
27	depends on !BR2_TOOLCHAIN_USES_GLIBC
28