From 6dd5d99a61f24aff862ccba9f7410d7f1af87c05 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 12 Mar 2014 18:24:52 +0100 Subject: gpg: Add option --dirmngr-program. * g10/gpg.c: Add option --dirmngr-program. * g10/options.h (struct opt): Add field dirmngr_program. * g10/call-dirmngr.c (create_context): Use new var. * dirmngr/dirmngr.c: Include gc-opt-flags.h. (main): Remove GC_OPT_FLAG_*. * tools/gpgconf-comp.c (GC_OPT_FLAG_NO_CHANGE): Move macro to ... * common/gc-opt-flags.h: here. --- tools/gpgconf-comp.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools') diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 6d366af70..356b25126 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -357,11 +357,6 @@ static struct several times. A comma separated list of arguments is used as the argument value. */ #define GC_OPT_FLAG_LIST (1UL << 2) -/* The NO_CHANGE flag for an option indicates that the user should not - be allowed to change this option using the standard gpgconf method. - Frontends using gpgconf should grey out such options, so that only - the current value is displayed. */ -#define GC_OPT_FLAG_NO_CHANGE (1UL <<7) /* A human-readable description for each flag. */ -- cgit v1.2.3