diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 01:18:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 01:18:24 +0000 |
commit | 253acb104ddd31b969cafa9d481bb0374796e634 (patch) | |
tree | d6ed30f2e29005e74fa935ea7caf6b4aa8d715cf /extra | |
parent | 93cfbb84b1a61bf081e5afb0410bf80c5a0a2f36 (diff) |
add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config option to enable REENTRANT RPC
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 |