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-w32-727f529211b68cdde88b724c2c1112acbc076bf2.tar.gz busybox-w32-727f529211b68cdde88b724c2c1112acbc076bf2.tar.bz2 busybox-w32-727f529211b68cdde88b724c2c1112acbc076bf2.zip |
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 | |||
245 | will be unable to determine the current screen size, and will be | 245 | will be unable to determine the current screen size, and will be |
246 | unable to move the cursor. | 246 | unable to move the cursor. |
247 | 247 | ||
248 | comment "Common options for ls and more" | ||
249 | depends on CONFIG_LS || CONFIG_MORE | ||
250 | |||
251 | config CONFIG_FEATURE_AUTOWIDTH | ||
252 | bool " Calculate terminal & column widths" | ||
253 | default y | ||
254 | depends on CONFIG_LS || CONFIG_MORE | ||
255 | help | ||
256 | This option allows utilities such as 'ls' and 'more' to determine the | ||
257 | width of the screen, which can allow them to display additional text | ||
258 | or avoid wrapping text onto the next line. If you leave this | ||
259 | disabled, your utilities will be especially primitive and will be | ||
260 | unable to determine the current screen width. | ||
261 | |||
262 | config CONFIG_PIVOT_ROOT | 248 | config CONFIG_PIVOT_ROOT |
263 | bool "pivot_root" | 249 | bool "pivot_root" |
264 | default n | 250 | default n |