From 253acb104ddd31b969cafa9d481bb0374796e634 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 18 Aug 2005 01:18:24 +0000 Subject: add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config option to enable REENTRANT RPC --- extra/Configs/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index ac5a3e104..847fc4661 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -552,6 +552,15 @@ config UCLIBC_HAS_FULL_RPC nfs mounts to work. If you find you need the rest of the RPC stuff, then enable this option. Most people can safely answer N. +config UCLIBC_HAS_REENTRANT_RPC + bool "Reentrant RPC support" + depends on UCLIBC_HAS_RPC + default y if !HAVE_SHARED + help + Most packages utilize the normal (non-reentrant) RPC functions, but + some (like exportfs from nfs-utils) need these reentrant versions. + Most people can safely answer N. + endmenu -- cgit v1.2.3