aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/common/util.h b/common/util.h
index 70a0f4f56..4d61bc0ea 100644
--- a/common/util.h
+++ b/common/util.h
@@ -44,26 +44,6 @@
# define GPG_ERR_BAD_AUTH 315
#endif
-#if GPG_ERROR_VERSION_NUMBER < 0x011b00 /* 1.27 */
-# define GPG_ERR_WRONG_NAME 313
-#endif
-
-#if GPG_ERROR_VERSION_NUMBER < 0x011a00 /* 1.26 */
-# define GPG_ERR_UNKNOWN_FLAG 309
-# define GPG_ERR_INV_ORDER 310
-# define GPG_ERR_ALREADY_FETCHED 311
-# define GPG_ERR_TRY_LATER 312
-# define GPG_ERR_SYSTEM_BUG 666
-# define GPG_ERR_DNS_UNKNOWN 711
-# define GPG_ERR_DNS_SECTION 712
-# define GPG_ERR_DNS_ADDRESS 713
-# define GPG_ERR_DNS_NO_QUERY 714
-# define GPG_ERR_DNS_NO_ANSWER 715
-# define GPG_ERR_DNS_CLOSED 716
-# define GPG_ERR_DNS_VERIFY 717
-# define GPG_ERR_DNS_TIMEOUT 718
-#endif
-
#ifndef EXTERN_UNLESS_MAIN_MODULE
# if !defined (INCLUDED_BY_MAIN_MODULE)
# define EXTERN_UNLESS_MAIN_MODULE extern