diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 0d5eff3..2bcc48a 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -342,6 +342,13 @@ config CONFIG_SHA1SUM help Compute and check SHA1 message digest +config CONFIG_FEATURE_SHA1SUM_CHECK + bool " Enale -c and -w options" + default n + help + Enabling the -c and -w options allow files to be checked + against pre-calculated hash values. + config CONFIG_SLEEP bool "sleep (single integer arg with no suffix)" default n |