diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index f8c294d..e353700 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1184,6 +1184,7 @@ typedef struct #define ARGPARSE_FLAG_SYS 1024 /* Use system config file. */ #define ARGPARSE_FLAG_USER 2048 /* Use user config file. */ #define ARGPARSE_FLAG_VERBOSE 4096 /* Print additional argparser info. */ +#define ARGPARSE_FLAG_USERVERS 8192 /* Try version-ed user config files. */ /* Constants for (gpgrt_argparse_t).err. */ #define ARGPARSE_PRINT_WARNING 1 /* Print a diagnostic. */ |