From b13587ef167d58f960270fbcef674d8c919ba8dc Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 29 Aug 2007 09:51:37 +0000 Subject: New command --check-programs for gpgconf. --- common/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 75f6ed05c..f35850904 100644 --- a/common/util.h +++ b/common/util.h @@ -182,12 +182,16 @@ const char *gnupg_libdir (void); const char *gnupg_datadir (void); const char *dirmngr_socket_name (void); +/* All module names. We also include gpg and gpgsm for the sake for + gpgconf. */ #define GNUPG_MODULE_NAME_AGENT 1 #define GNUPG_MODULE_NAME_PINENTRY 2 #define GNUPG_MODULE_NAME_SCDAEMON 3 #define GNUPG_MODULE_NAME_DIRMNGR 4 #define GNUPG_MODULE_NAME_PROTECT_TOOL 5 #define GNUPG_MODULE_NAME_CHECK_PATTERN 6 +#define GNUPG_MODULE_NAME_GPGSM 7 +#define GNUPG_MODULE_NAME_GPG 8 const char *gnupg_module_name (int which); -- cgit v1.2.3