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>
This commit is contained in:
Matheus Izvekov
2010-01-18 18:40:02 -02:00
committed by Denys Vlasenko
parent fe1ce2e43e
commit b32aa0c274
2 changed files with 32 additions and 0 deletions

View File

@@ -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