use bb_xbind/bb_xlisten
[oweals/busybox.git] / coreutils / Config.in
index 818854cb14251317bba07e0dc3d35035ed2aa8bd..605649baf062f61faa3ae397934fbe9026221917 100644 (file)
@@ -26,12 +26,12 @@ config CONFIG_CAT
          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_FEATURE_CAT_ESCAPE
-       bool "support -vetET"
-       depends on CONFIG_CAT
+config CONFIG_CATV
+       bool "catv"
        default n
        help
-         Sheer bloat.
+         Display nonprinting characters as escape sequences (like some
+         implementations' cat -v option).
 
 config CONFIG_CHGRP
        bool "chgrp"