aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Config.in')
-rw-r--r--editors/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/Config.in b/editors/Config.in
index e1285f4ea..e4fdd0f38 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -35,6 +35,13 @@ config DIFF
35 differences between them in a form that can be given to 35 differences between them in a form that can be given to
36 the patch command. 36 the patch command.
37 37
38config FEATURE_DIFF_LONG_OPTIONS
39 bool "Enable long options"
40 default n
41 depends on DIFF && LONG_OPTS
42 help
43 Enable use of long options.
44
38config FEATURE_DIFF_DIR 45config FEATURE_DIFF_DIR
39 bool "Enable directory support" 46 bool "Enable directory support"
40 default y 47 default y