X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=coreutils%2FConfig.in;h=62c5c327d5dbdc0a1d853bba65654eb1c15653e6;hb=8326d5e31ba322b692b729ac08b4bf27f0aa18e2;hp=ffdc11ced58088ffe0878f58f364308626ec3c32;hpb=30a6bba65f7f565aecc0904c42af8de50ff4c97c;p=oweals%2Fbusybox.git diff --git a/coreutils/Config.in b/coreutils/Config.in index ffdc11ced..62c5c327d 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -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 @@ -315,21 +347,6 @@ config CONFIG_MD5SUM help md5sum is used to print or check MD5 checksums. -config CONFIG_MD5SUM_SIZE_VS_SPEED - int " Trade Bytes for Speed" - default 2 - range 0 3 - depends on CONFIG_MD5SUM - help - Trade binary size versus speed for the md5sum algorithm. - Approximate values running uClibc and hashing - linux-2.4.4.tar.bz2 were: - user times (sec) text size (386) - 0 (fastest) 1.1 6144 - 1 1.4 5392 - 2 3.0 5088 - 3 (smallest) 5.1 4912 - config CONFIG_MKDIR bool "mkdir" default n