aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/gpg-check-pattern.c2
-rw-r--r--tools/gpgconf-comp.c1
-rw-r--r--tools/symcryptrun.c1
-rw-r--r--tools/watchgnupg.c2
4 files changed, 1 insertions, 5 deletions
diff --git a/tools/gpg-check-pattern.c b/tools/gpg-check-pattern.c
index e76f12140..83f655031 100644
--- a/tools/gpg-check-pattern.c
+++ b/tools/gpg-check-pattern.c
@@ -40,8 +40,6 @@
#include <regex.h>
#include <ctype.h>
-
-#define JNLIB_NEED_LOG_LOGV
#include "util.h"
#include "i18n.h"
#include "sysutils.h"
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index 01c4135fa..b993efb77 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -44,7 +44,6 @@
#endif
/* For log_logv(), asctimestamp(), gnupg_get_time (). */
-#define JNLIB_NEED_LOG_LOGV
#include "util.h"
#include "i18n.h"
#include "exechelp.h"
diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c
index c7fc5b6b3..3b73cf407 100644
--- a/tools/symcryptrun.c
+++ b/tools/symcryptrun.c
@@ -86,7 +86,6 @@
#endif
#include <gpg-error.h>
-#define JNLIB_NEED_LOG_LOGV
#include "i18n.h"
#include "../common/util.h"
#include "../common/init.h"
diff --git a/tools/watchgnupg.c b/tools/watchgnupg.c
index 9118aa056..b22635745 100644
--- a/tools/watchgnupg.c
+++ b/tools/watchgnupg.c
@@ -49,7 +49,7 @@
#define BUGREPORT_LINE ""
#endif
#if !defined(SUN_LEN) || !defined(PF_LOCAL) || !defined(AF_LOCAL)
-#define JNLIB_NEED_AFLOCAL
+#define GNUPG_COMMON_NEED_AFLOCAL
#include "../common/mischelp.h"
#endif