diff options
author | Denys Vlasenko | 2017-08-14 12:25:55 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-08-14 12:25:55 +0200 |
commit | 647d8afe869b40c617d2a327b51947cee07b58f3 (patch) | |
tree | 5d4d109fca8152cc75566a6268bfb517935f63db /networking/inetd.c | |
parent | 007ce9f807c99e14799c6579c8d06f422eccfcb2 (diff) | |
download | busybox-647d8afe869b40c617d2a327b51947cee07b58f3.zip busybox-647d8afe869b40c617d2a327b51947cee07b58f3.tar.gz |
build system: remove unused CONFIG_FEATURE_HAVE_RPC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 91545d0..67984ac 100644 --- a/networking/inetd.c +++ b/networking/inetd.c @@ -217,7 +217,6 @@ //config: bool "Support RPC services" //config: default n # very rarely used, and needs Sun RPC support in libc //config: depends on INETD -//config: select FEATURE_HAVE_RPC //config: help //config: Support Sun-RPC based services |