]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-dns-query.h
dns-query: export CNAME_MAX, so that we can use it in other files, too
[thirdparty/systemd.git] / src / resolve / resolved-dns-query.h
index ea296167b61e7a267d0aa3e7cc3a877e7c52d69e..5d12171b0a1290b0660287e3ce1127a0732feb8c 100644 (file)
@@ -145,3 +145,5 @@ static inline uint64_t dns_query_reply_flags_make(DnsQuery *q) {
                                       dns_query_fully_confidential(q)) |
                 (q->answer_query_flags & (SD_RESOLVED_FROM_MASK|SD_RESOLVED_SYNTHETIC));
 }
+
+#define CNAME_REDIRECT_MAX 16