X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/c4cb1794b6d9e70b8f265c11e1a09d7ebcba30b7..42938084fac274dfa1c07ef15ebb4d1028edd2dd:/client/adnshost.h diff --git a/client/adnshost.h b/client/adnshost.h index 69d9374..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, ov_v6map; +extern int ov_tcp, ov_cname, ov_afflags, ov_v6map, ov_format; extern char *ov_id; extern struct perqueryflags_remember ov_pqfr;