Remove a config entry that leaked in from my tree before I decided to
authorRob Landley <rob@landley.net>
Tue, 6 Jun 2006 22:59:37 +0000 (22:59 -0000)
committerRob Landley <rob@landley.net>
Tue, 6 Jun 2006 22:59:37 +0000 (22:59 -0000)
implement cat -v as a separate applet.

coreutils/Config.in

index 96f4d7a6ed204db6f0bd2bb018a63791eab2458a..605649baf062f61faa3ae397934fbe9026221917 100644 (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