diff options
author | Werner Koch <[email protected]> | 1998-01-13 19:04:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-13 19:04:23 +0000 |
commit | 922e57dd57ca46c5368c7044ca98b1ddf085828d (patch) | |
tree | caa0679030553da56e498bbac75d409bd3841a18 /g10/options.h | |
parent | started with trust stuff (diff) | |
download | gnupg-922e57dd57ca46c5368c7044ca98b1ddf085828d.tar.gz gnupg-922e57dd57ca46c5368c7044ca98b1ddf085828d.zip |
*** empty log message ***
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 0df1f41ea..3b72547ce 100644 --- a/g10/options.h +++ b/g10/options.h @@ -58,11 +58,13 @@ struct { #define DBG_MEMORY_VALUE 32 /* debug memory allocation stuff */ #define DBG_CACHE_VALUE 64 /* debug the cacheing */ #define DBG_MEMSTAT_VALUE 128 /* show memory statistics */ +#define DBG_TRUST_VALUE 256 /* debug the trustdb */ #define DBG_PACKET (opt.debug & DBG_PACKET_VALUE) #define DBG_FILTER (opt.debug & DBG_FILTER_VALUE) #define DBG_CACHE (opt.debug & DBG_CACHE_VALUE) +#define DBG_TRUST (opt.debug & DBG_TRUST_VALUE) #endif /*G10_OPTIONS_H*/ |