cttyhack: add missing ';'
[oweals/busybox.git] / coreutils / Config.in
index be5e9527bb97d7ed33c7aa87580074473fc101d9..d3cbc4213af4f91075fd5486cea1c9a8d3421df9 100644 (file)
@@ -65,13 +65,6 @@ config CKSUM
        help
          cksum is used to calculate the CRC32 checksum of a file.
 
-config CMP
-       bool "cmp"
-       default n
-       help
-         cmp is used to compare two files and returns the result
-         to standard output.
-
 config COMM
        bool "comm"
        default n
@@ -142,37 +135,12 @@ config DF
          df reports the amount of disk space used and available
          on filesystems.
 
-config DIFF
-       bool "diff"
-       default n
-       help
-         diff compares two files or directories and outputs the
-         differences between them in a form that can be given to
-         the patch command.
-
-config FEATURE_DIFF_BINARY
-       bool "Enable checks for binary files"
-       default y
-       depends on DIFF
-       help
-         This option enables support for checking for binary files
-         before a comparison is carried out.
-
-config FEATURE_DIFF_DIR
-       bool "Enable directory support"
-       default y
-       depends on DIFF
-       help
-         This option enables support for directory and subdirectory
-         comparison.
-
-config FEATURE_DIFF_MINIMAL
-       bool "Enable -d option to find smaller sets of changes"
+config FEATURE_DF_INODE
+       bool "Enable -i (inode information)"
        default n
-       depends on DIFF
+       depends on DF
        help
-         Enabling this option allows the use of -d to make diff
-         try hard to find the smallest possible set of changes.
+         This option enables support for df -i.
 
 config DIRNAME
        bool "dirname"
@@ -239,6 +207,19 @@ config FEATURE_ENV_LONG_OPTIONS
        help
          Support long options for the env applet.
 
+config EXPAND
+       bool "expand"
+       default n
+       help
+         By default, convert all tabs to spaces.
+
+config FEATURE_EXPAND_LONG_OPTIONS
+       bool "Enable long options"
+       default n
+       depends on EXPAND && GETOPT_LONG
+       help
+         Support long options for the expand applet.
+
 config EXPR
        bool "expr"
        default n
@@ -474,6 +455,20 @@ config PWD
        help
          pwd is used to print the current directory.
 
+config READLINK
+       bool "readlink"
+       default n
+       help
+         This program reads a symbolic link and returns the name
+         of the file it points to
+
+config FEATURE_READLINK_FOLLOW
+       bool "Enable canonicalization by following all symlinks (-f)"
+       default n
+       depends on READLINK
+       help
+         Enable the readlink option (-f).
+
 config REALPATH
        bool "realpath"
        default n
@@ -680,6 +675,19 @@ config UNAME
        help
          uname is used to print system information.
 
+config UNEXPAND
+       bool "unexpand"
+       default n
+       help
+         By default, convert only leading sequences of blanks to tabs.
+
+config FEATURE_UNEXPAND_LONG_OPTIONS
+       bool "Enable long options"
+       default n
+       depends on UNEXPAND && GETOPT_LONG
+       help
+         Support long options for the unexpand applet.
+
 config UNIQ
        bool "uniq"
        default n
@@ -704,14 +712,6 @@ config UUENCODE
        help
          uuencode is used to uuencode a file.
 
-config WATCH
-       bool "watch"
-       default n
-       select DATE
-       help
-         watch is used to execute a program periodically, showing
-         output to the screen.
-
 config WC
        bool "wc"
        default n