diff options
| author | Werner Koch <[email protected]> | 2007-08-02 18:12:43 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2007-08-02 18:12:43 +0000 |
| commit | ebd36b634450ce9fdf0104052cca2b035ad3a22d (patch) | |
| tree | 1708507fee17d3520460bd94636800d4b828c8ed /g10/gpg.c | |
| parent | Applied exact length hack. (diff) | |
| download | gnupg-ebd36b634450ce9fdf0104052cca2b035ad3a22d.tar.gz gnupg-ebd36b634450ce9fdf0104052cca2b035ad3a22d.zip | |
Factored common gpgconf constants out
Fixed W32 compare_filenames
Diffstat (limited to 'g10/gpg.c')
| -rw-r--r-- | g10/gpg.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -55,7 +55,7 @@ #include "status.h" #include "keyserver-internal.h" #include "exec.h" - +#include "gc-opt-flags.h" #if defined(HAVE_DOSISH_SYSTEM) || defined(__CYGWIN__) #define MY_O_BINARY O_BINARY @@ -1457,10 +1457,6 @@ gpgconf_list (const char *configfile) { char *configfile_esc = percent_escape (configfile, NULL); - /* The following definitions are taken from gnupg/tools/gpgconf-comp.c. */ -#define GC_OPT_FLAG_NONE 0UL -#define GC_OPT_FLAG_DEFAULT (1UL << 4) - printf ("gpgconf-gpg.conf:%lu:\"%s\n", GC_OPT_FLAG_DEFAULT, configfile_esc ? configfile_esc : "/dev/null"); printf ("verbose:%lu:\n", GC_OPT_FLAG_NONE); |
