From 7234c3a0b6e95e0a3c2d907674dedfe930d491e0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 3 Jul 2002 04:47:43 +0000 Subject: Cleanup shadow.h stuff so it behaves as intended -Erik --- sysdeps/linux/config.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysdeps/linux/config.in') diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in index e2ae0e8c4..adcc77089 100644 --- a/sysdeps/linux/config.in +++ b/sysdeps/linux/config.in @@ -20,10 +20,6 @@ bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID if [ "$CONFIG_FEATURE_SUID" = "y" ]; then bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIG fi -bool 'Use busybox password and group functions' CONFIG_USE_BB_PWD_GRP -if [ "$CONFIG_USE_BB_PWD_GRP" = "y" ]; then - bool ' Use busybox shadow password functions' CONFIG_USE_BB_SHADOW -fi endmenu source archival/config.in -- cgit v1.2.3