aboutsummaryrefslogtreecommitdiff
path: root/findutils/config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-11 03:00:12 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-11 03:00:12 +0000
commit8f0722a53b9a88c0b4e60b79e4362d0f31c32c54 (patch)
tree2efbea745d3ef22e375df3e60ba4c8f14c04f1c4 /findutils/config.in
parentc11986d89eba564945b226660031e624bf897561 (diff)
downloadbusybox-8f0722a53b9a88c0b4e60b79e4362d0f31c32c54.tar.gz
Move readlink, mktemp, run-parts and which to a new debianutils dir.
Diffstat (limited to 'findutils/config.in')
-rw-r--r--findutils/config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/findutils/config.in b/findutils/config.in
index d5a3714d2..41a23c00a 100644
--- a/findutils/config.in
+++ b/findutils/config.in
@@ -18,7 +18,6 @@ if [ "$CONFIG_GREP" = "y" ] ; then
bool ' Support extended regular expressions (egrep & grep -E)' CONFIG_FEATURE_GREP_EGREP_ALIAS
bool ' Enable before and after context flags (-A, -B and -C)' CONFIG_FEATURE_GREP_CONTEXT
fi
-bool 'which' CONFIG_WHICH
bool 'xargs' CONFIG_XARGS
endmenu