diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-13 14:10:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-13 14:10:24 +0000 |
commit | 3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e (patch) | |
tree | 038567c7d5d0a3c9bfe40eeb534ffc9559423b9d /coreutils/Config.in | |
parent | 08294dbf5bc6fb1ea0b185488675d91169e231ce (diff) | |
download | busybox-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.in | 26 |
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 | ||
203 | config EXPAND | ||
204 | bool "expand" | ||
205 | default n | ||
206 | help | ||
207 | By default, convert all tabs to spaces. | ||
208 | |||
209 | config 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 | |||
203 | config EXPR | 216 | config 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 | ||
671 | config UNEXPAND | ||
672 | bool "unexpand" | ||
673 | default n | ||
674 | help | ||
675 | By default, convert only leading sequences of blanks to tabs. | ||
676 | |||
677 | config 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 | |||
658 | config UNIQ | 684 | config UNIQ |
659 | bool "uniq" | 685 | bool "uniq" |
660 | default n | 686 | default n |