aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
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
704 wc is used to print the number of bytes, words, and lines, 704 wc is used to print the number of bytes, words, and lines,
705 in specified files. 705 in specified files.
706 706
707config CONFIG_FEATURE_WC_LARGE
708 bool "Support very large files in wc"
709 default n
710 depends on CONFIG_WC
711 help
712 Use "unsigned long long" in wc for count variables
713
707config CONFIG_WHO 714config CONFIG_WHO
708 bool "who" 715 bool "who"
709 default n 716 default n