- move additional fancy options not mandated by SUSv3 into a FANCY option

This commit is contained in:
Bernhard Reutner-Fischer
2007-03-28 16:48:40 +00:00
parent 0864f4d14f
commit 0a537a0c57
3 changed files with 21 additions and 7 deletions
+9 -2
View File
@@ -541,8 +541,15 @@ config SPLIT
default n
help
split a file into pieces.
http://www.opengroup.org/onlinepubs/007904975/utilities/split.html
config FEATURE_SPLIT_FANCY
bool "fancy extensions"
default n
depends on SPLIT
help
Add support for features not required by SUSv3.
Supports additional suffixes 'b' for 512 bytes,
'g' for 1GiB for the -b option.
config STAT
bool "stat"