Remove a config entry that leaked in from my tree before I decided to

implement cat -v as a separate applet.
This commit is contained in:
Rob Landley 2006-06-06 22:59:37 +00:00
parent c44ab02f15
commit eb29d6ce6a

View File

@ -25,6 +25,7 @@ config CONFIG_CAT
help
cat is used to concatenate files and print them to the standard
output. Enable this option if you wish to enable the 'cat' utility.
config CONFIG_CATV
bool "catv"
default n
@ -32,13 +33,6 @@ config CONFIG_CATV
Display nonprinting characters as escape sequences (like some
implementations' cat -v option).
config CONFIG_FEATURE_CAT_ESCAPE
bool "support -vetET"
depends on CONFIG_CAT
default n
help
Sheer bloat.
config CONFIG_CHGRP
bool "chgrp"
default n