aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-05-11 23:12:49 +0000
committerRob Landley <rob@landley.net>2005-05-11 23:12:49 +0000
commit2acfd7bd2640655138260e0661990e12a99c57d3 (patch)
treee162cc6fca7b67b684492c758a43fb9463782a7d /coreutils/Config.in
parentb662f0d58ba40cbbc1cca849fb6e8665688deb5e (diff)
downloadbusybox-2acfd7bd2640655138260e0661990e12a99c57d3.tar.gz
Small comm implementatin from Rob Sullivan. Needed to build perl.
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index b292e2568..6d19909a8 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -59,6 +59,13 @@ config CONFIG_CMP
cmp is used to compare two files and returns the result
to standard output.
+config CONFIG_COMM
+ bool "comm"
+ default n
+ help
+ comm is used to compare two files line by line and return
+ a three-column output.
+
config CONFIG_CP
bool "cp"
default n