X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/ae8cc9775a6eb23901a89a2604f73525b0553db8..1a80d99bb3940d4b00869aea027e6d1e9488691d:/client/adnshost.h diff --git a/client/adnshost.h b/client/adnshost.h index fcc96a3..a739399 100644 --- a/client/adnshost.h +++ b/client/adnshost.h @@ -42,6 +42,7 @@ #include #include +#define ADNS_FEATURE_MANYAF #include "config.h" #include "adns.h" #include "dlist.h" @@ -80,7 +81,7 @@ extern int ov_env, ov_pipe, ov_asynch; extern int ov_verbose; extern adns_rrtype ov_type; extern int ov_search, ov_qc_query, ov_qc_anshost, ov_qc_cname; -extern int ov_tcp, ov_cname, ov_format; +extern int ov_tcp, ov_cname, ov_afflags, ov_v6map, ov_format; extern char *ov_id; extern struct perqueryflags_remember ov_pqfr;