wc: optionally support very large files in wc

This commit is contained in:
Denis Vlasenko
2006-09-29 23:41:59 +00:00
parent 3ed001ff26
commit 70210168fc
2 changed files with 15 additions and 3 deletions

View File

@@ -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