From ccdf988b406d430da7fb6035e6d8d09380bd60b0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 19 Feb 2020 20:42:02 +0100 Subject: build: Require libgpg-error 1.38 -- Signed-off-by: Werner Koch --- common/util.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 64d6c1627..756f32c03 100644 --- a/common/util.h +++ b/common/util.h @@ -39,14 +39,6 @@ * libgpg-error version. Define them here. * Example: (#if GPG_ERROR_VERSION_NUMBER < 0x011500 // 1.21) */ -#if GPG_ERROR_VERSION_NUMBER < 0x012400 /* 1.36 */ -#define GPG_ERR_NO_AUTH 314 -#define GPG_ERR_BAD_AUTH 315 -#endif /*GPG_ERROR_VERSION_NUMBER*/ -#if GPG_ERROR_VERSION_NUMBER < 0x012500 /* 1.37 */ -#define GPG_ERR_NO_KEYBOXD 316 -#define GPG_ERR_KEYBOXD 317 -#endif /*GPG_ERROR_VERSION_NUMBER*/ #ifndef EXTERN_UNLESS_MAIN_MODULE # if !defined (INCLUDED_BY_MAIN_MODULE) -- cgit v1.2.3