diff options
Diffstat (limited to 'common/argparse.c')
-rw-r--r-- | common/argparse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/argparse.c b/common/argparse.c index c2ba52e3f..b30499bcc 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -28,6 +28,9 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif +/* We don't want to have the macros from gpgrt here until we have + * completely replaced this module by the one from gpgrt. */ +#undef GPGRT_ENABLE_ARGPARSE_MACROS #include <stdio.h> #include <stdlib.h> |