[BusyBox-cvs] busybox/util-linux Config.in,1.7,1.8

Erik Andersen andersen at busybox.net
Sat Jul 26 09:33:20 UTC 2003


Update of /var/cvs/busybox/util-linux
In directory winder:/tmp/cvs-serv11019/util-linux

Modified Files:
	Config.in 
Log Message:
There should be only one instance of CONFIG_FEATURE_AUTOWIDTH 


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/util-linux/Config.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Config.in	26 Jul 2003 00:45:52 -0000	1.7
+++ Config.in	26 Jul 2003 09:33:16 -0000	1.8
@@ -245,20 +245,6 @@
 	  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




More information about the busybox-cvs mailing list