aboutsummaryrefslogtreecommitdiff
path: root/util-linux
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 /util-linux
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 'util-linux')
-rw-r--r--util-linux/Config.in14
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
248comment "Common options for ls and more"
249 depends on CONFIG_LS || CONFIG_MORE
250
251config 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
262config CONFIG_PIVOT_ROOT 248config CONFIG_PIVOT_ROOT
263 bool "pivot_root" 249 bool "pivot_root"
264 default n 250 default n