aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-29 23:41:59 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-29 23:41:59 +0000
commit70210168fcb1fb9bdbcd6fe92509cd9b1ef46eb9 (patch)
tree6a277dce1252ee2625563c718fdc60b4c3a5a91f /coreutils/Config.in
parent3ed001ff2631ad6911096148f47a2719a5b6d4f4 (diff)
downloadbusybox-70210168fcb1fb9bdbcd6fe92509cd9b1ef46eb9.tar.gz
wc: optionally support very large files in wc
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 20b5955d4..6598a8d9c 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -704,6 +704,13 @@ config CONFIG_WC
wc is used to print the number of bytes, words, and lines,
in specified files.
+config CONFIG_FEATURE_WC_LARGE
+ bool "Support very large files in wc"
+ default n
+ depends on CONFIG_WC
+ help
+ Use "unsigned long long" in wc for count variables
+
config CONFIG_WHO
bool "who"
default n