use bb_xbind/bb_xlisten
[oweals/busybox.git] / coreutils / Config.in
index d0ac000d39f9bdcb406a6f02a3c63cdbbde9263f..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"
@@ -127,6 +127,14 @@ config CONFIG_FEATURE_DD_SIGNAL_HANDLING
          $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid 
          10899206+0 records in 10899206+0 records out
 
+config CONFIG_FEATURE_DD_IBS_OBS
+       bool "Enable ibs, obs and conv options"
+       default n
+       depends on CONFIG_DD
+       help
+         Enables support for writing a certain number of bytes in and out,
+         at a time, and performing conversions on the data stream.
+
 config CONFIG_DF
        bool "df"
        default n
@@ -224,6 +232,13 @@ config CONFIG_ENV
          a command; without options it displays the current
          environment.
 
+config CONFIG_FEATURE_ENV_LONG_OPTIONS
+       bool "Enable long options"
+       default n
+       depends on CONFIG_ENV && CONFIG_GETOPT_LONG
+       help
+         Support long options for the env applet.
+
 config CONFIG_EXPR
        bool "expr"
        default n
@@ -285,6 +300,13 @@ config CONFIG_INSTALL
        help
          Copy files and set attributes.
 
+config CONFIG_FEATURE_INSTALL_LONG_OPTIONS
+       bool "Enable long options"
+       default n
+       depends on CONFIG_INSTALL && CONFIG_GETOPT_LONG
+       help
+         Support long options for the install applet.
+
 config CONFIG_LENGTH
        bool "length"
        default n
@@ -354,7 +376,7 @@ config CONFIG_FEATURE_LS_USERNAME
 config CONFIG_FEATURE_LS_COLOR
        bool "Allow use of color to identify file types"
        default y
-       depends on CONFIG_LS
+       depends on CONFIG_LS && CONFIG_GETOPT_LONG
        help
          This enables the --color option to ls.
 
@@ -381,6 +403,13 @@ config CONFIG_MKDIR
        help
          mkdir is used to create directories with the specified names.
 
+config CONFIG_FEATURE_MKDIR_LONG_OPTIONS
+       bool "Enable long options"
+       default n
+       depends on CONFIG_MKDIR && CONFIG_GETOPT_LONG
+       help
+         Support long options for the mkdir applet.
+
 config CONFIG_MKFIFO
        bool "mkfifo"
        default n
@@ -401,6 +430,13 @@ config CONFIG_MV
        help
          mv is used to move or rename files or directories.
 
+config CONFIG_FEATURE_MV_LONG_OPTIONS
+       bool "Enable long options"
+       default n
+       depends on CONFIG_MV && CONFIG_GETOPT_LONG
+       help
+         Support long options for the mv applet.
+
 config CONFIG_NICE
        bool "nice"
        default n