- add a colorful "valid HTML 4.01 Transitional" button to be able to check the refere...
[oweals/busybox.git] / coreutils / Config.in
index cd45cc0773882bf7cc98c4a6986307caa9233883..62c5c327d5dbdc0a1d853bba65654eb1c15653e6 100644 (file)
@@ -109,6 +109,38 @@ config CONFIG_DF
          df reports the amount of disk space used and available
          on filesystems.
 
+config 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 CONFIG_FEATURE_DIFF_BINARY
+       bool "  Enable checks for binary files"
+       default y
+       depends on CONFIG_DIFF
+       help
+         This option enables support for checking for binary files
+         before a comparison is carried out.
+
+config CONFIG_FEATURE_DIFF_DIR
+       bool "  Enable directory support"
+       default y
+       depends on CONFIG_DIFF
+       help
+         This option enables support for directory and subdirectory
+         comparison.
+
+config CONFIG_FEATURE_DIFF_MINIMAL
+       bool "  Enable -d option to find smaller sets of changes"
+       default n
+       depends on CONFIG_DIFF
+       help
+         Enabling this option allows the use of -d to make diff
+         try hard to find the smallest possible set of changes.
+
 config CONFIG_DIRNAME
        bool "dirname"
        default n