diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-26 09:33:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-26 09:33:16 +0000 |
commit | 727f529211b68cdde88b724c2c1112acbc076bf2 (patch) | |
tree | 71dcfbad48726a9e78701b214c03b0c25c52be86 /util-linux | |
parent | 342aea967fae1a9dc05e69bfd4e5a270ca76b638 (diff) | |
download | busybox-727f529211b68cdde88b724c2c1112acbc076bf2.tar.gz |
There should be only one instance of CONFIG_FEATURE_AUTOWIDTH
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index ae17fe31b..42708c93a 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -245,20 +245,6 @@ config CONFIG_FEATURE_USE_TERMIOS will be unable to determine the current screen size, and will be unable to move the cursor. -comment "Common options for ls and more" - depends on CONFIG_LS || CONFIG_MORE - -config CONFIG_FEATURE_AUTOWIDTH - bool " Calculate terminal & column widths" - default y - depends on CONFIG_LS || CONFIG_MORE - help - This option allows utilities such as 'ls' and 'more' to determine the - width of the screen, which can allow them to display additional text - or avoid wrapping text onto the next line. If you leave this - disabled, your utilities will be especially primitive and will be - unable to determine the current screen width. - config CONFIG_PIVOT_ROOT bool "pivot_root" default n |