Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatheus Izvekov <mizvekov@gmail.com>2010-01-18 23:40:02 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-20 04:45:23 +0300
commitb32aa0c274ee7fec286b5355c6c9a9d084e657f8 (patch)
tree87c495853d64e673e362771456fe9457d7e2ded2 /editors/Config.in
parentfe1ce2e43e612d7b07118cf139a8b61d76bea893 (diff)
diff: support long options
>>From 7b74284ebe6222cb714c37cdbb94633965f29e9b Mon Sep 17 00:00:00 2001 From: Matheus Izvekov <mizvekov@gmail.com> Date: Mon, 18 Jan 2010 18:36:52 -0200 Subject: [PATCH] diff: support long options Signed-off-by: Matheus Izvekov <mizvekov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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
differences between them in a form that can be given to
the patch command.
+config FEATURE_DIFF_LONG_OPTIONS
+ bool "Enable long options"
+ default n
+ depends on DIFF && LONG_OPTS
+ help
+ Enable use of long options.
+
config FEATURE_DIFF_DIR
bool "Enable directory support"
default y