summaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-13 14:10:24 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-13 14:10:24 +0000
commit3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e (patch)
tree038567c7d5d0a3c9bfe40eeb534ffc9559423b9d /coreutils/Config.in
parent08294dbf5bc6fb1ea0b185488675d91169e231ce (diff)
downloadbusybox-w32-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.tar.gz
busybox-w32-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.tar.bz2
busybox-w32-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.zip
expand, unexpand: new applets from Tito <farmatito@tiscali.it>
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index cb5241ef6..3370b2a5d 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -200,6 +200,19 @@ config FEATURE_ENV_LONG_OPTIONS
200 help 200 help
201 Support long options for the env applet. 201 Support long options for the env applet.
202 202
203config EXPAND
204 bool "expand"
205 default n
206 help
207 By default, convert all tabs to spaces.
208
209config FEATURE_EXPAND_LONG_OPTIONS
210 bool "Enable long options"
211 default n
212 depends on EXPAND && GETOPT_LONG
213 help
214 Support long options for the expand applet.
215
203config EXPR 216config EXPR
204 bool "expr" 217 bool "expr"
205 default n 218 default n
@@ -655,6 +668,19 @@ config UNAME
655 help 668 help
656 uname is used to print system information. 669 uname is used to print system information.
657 670
671config UNEXPAND
672 bool "unexpand"
673 default n
674 help
675 By default, convert only leading sequences of blanks to tabs.
676
677config FEATURE_UNEXPAND_LONG_OPTIONS
678 bool "Enable long options"
679 default n
680 depends on UNEXPAND && GETOPT_LONG
681 help
682 Support long options for the unexpand applet.
683
658config UNIQ 684config UNIQ
659 bool "uniq" 685 bool "uniq"
660 default n 686 default n