diff options
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index c056320f8..1d2fea1fb 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -27,25 +27,11 @@ config FEATURE_PRESERVE_HARDLINKS | |||
27 | help | 27 | help |
28 | Allow cp and mv to preserve hard links. | 28 | Allow cp and mv to preserve hard links. |
29 | 29 | ||
30 | comment "Common options for ls, more and telnet" | ||
31 | depends on LS || MORE || TELNET | ||
32 | |||
33 | config FEATURE_AUTOWIDTH | ||
34 | bool "Calculate terminal & column widths" | ||
35 | default y | ||
36 | depends on LS || MORE || TELNET | ||
37 | help | ||
38 | This option allows utilities such as 'ls', 'more' and 'telnet' | ||
39 | to determine the width of the screen, which can allow them to | ||
40 | display additional text or avoid wrapping text onto the next line. | ||
41 | If you leave this disabled, your utilities will be especially | ||
42 | primitive and will be unable to determine the current screen width. | ||
43 | |||
44 | comment "Common options for df, du, ls" | 30 | comment "Common options for df, du, ls" |
45 | depends on DF || DU || LS | 31 | depends on DF || DU || LS |
46 | 32 | ||
47 | config FEATURE_HUMAN_READABLE | 33 | config FEATURE_HUMAN_READABLE |
48 | bool "Support for human readable output (example 13k, 23M, 235G)" | 34 | bool "Support human readable output (example 13k, 23M, 235G)" |
49 | default y | 35 | default y |
50 | depends on DF || DU || LS | 36 | depends on DF || DU || LS |
51 | help | 37 | help |