aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-26 09:33:16 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-26 09:33:16 +0000
commit7cf72d94ebbff177bd9b3fe3873981c0551f03e2 (patch)
tree71dcfbad48726a9e78701b214c03b0c25c52be86 /coreutils
parent58fdc30dfb27969ff572a4ab4218be6faf998010 (diff)
downloadbusybox-w32-7cf72d94ebbff177bd9b3fe3873981c0551f03e2.tar.gz
busybox-w32-7cf72d94ebbff177bd9b3fe3873981c0551f03e2.tar.bz2
busybox-w32-7cf72d94ebbff177bd9b3fe3873981c0551f03e2.zip
There should be only one instance of CONFIG_FEATURE_AUTOWIDTH
git-svn-id: svn://busybox.net/trunk/busybox@7115 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index e23bb754c..3f1e714ef 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -576,14 +576,18 @@ config CONFIG_FEATURE_PRESERVE_HARDLINKS
576 Allow cp and mv to preserve hard links. 576 Allow cp and mv to preserve hard links.
577 577
578comment "Common options for ls and more" 578comment "Common options for ls and more"
579 depends on CONFIG_LS || CONFIG_MORE 579 depends on CONFIG_LS || CONFIG_MORE
580 580
581config CONFIG_FEATURE_AUTOWIDTH 581config CONFIG_FEATURE_AUTOWIDTH
582 bool " Calculate terminal & column widths" 582 bool " Calculate terminal & column widths"
583 default n 583 default y
584 depends on CONFIG_LS || CONFIG_MORE 584 depends on CONFIG_LS || CONFIG_MORE
585 help 585 help
586 Allow ls and more to calculate terminal and column widths. 586 This option allows utilities such as 'ls' and 'more' to determine the
587 width of the screen, which can allow them to display additional text
588 or avoid wrapping text onto the next line. If you leave this
589 disabled, your utilities will be especially primitive and will be
590 unable to determine the current screen width.
587 591
588comment "Common options for df, du, ls" 592comment "Common options for df, du, ls"
589 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS 593 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS