summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2024-06-18 10:24:17 +0200
committerOto Šťáva <oto.stava@nic.cz>2024-07-11 13:51:41 +0200
commit20d639b7b04b7212b852a903f1ee29e2ef589034 (patch)
treefcedc7b48fa9a2a19380607bedc99bc8627f6090 /lib
parentMerge branch 'manager-instability-handling' into 'master' (diff)
downloadknot-resolver-20d639b7b04b7212b852a903f1ee29e2ef589034.tar.xz
knot-resolver-20d639b7b04b7212b852a903f1ee29e2ef589034.zip
drop libknot 3.0.x support
- Upstream last maintained 3.0.x in summer 2022. - Our packaging shouldn't be affected, neither the new one, nor OBS. - If someone updates resolver, it shouldn't be too hard to update libknot as well. - Maintenance on resolver side still needed effort for kres-gen-30.lua
Diffstat (limited to 'lib')
-rw-r--r--lib/defines.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/defines.h b/lib/defines.h
index e8328928..24205896 100644
--- a/lib/defines.h
+++ b/lib/defines.h
@@ -73,11 +73,6 @@ static inline int KR_COLD kr_error(int x) {
#define KR_DNAME_STR_MAXLEN (KNOT_DNAME_TXT_MAXLEN + 1)
#define KR_RRTYPE_STR_MAXLEN (16 + 1)
-/* Compatibility with libknot<3.1.0 */
-#if KNOT_VERSION_HEX < 0x030100
-#define KNOT_EDNS_EDE_NONE (-1)
-#endif
-
/*
* Address sanitizer hints.
*/