chiark / gitweb /
More progress on addr support.
[adns] / client / adnshost.h
index fcc96a3186ab9292461f42b18a09b8baaf4840bc..31651ba07901f4814dfe036bcad9c44c6f29ef92 100644 (file)
@@ -41,7 +41,9 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#include <netdb.h>
 
+#define ADNS_FEATURE_MANYAF
 #include "config.h"
 #include "adns.h"
 #include "dlist.h"
@@ -80,7 +82,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_format;
 extern char *ov_id;
 extern struct perqueryflags_remember ov_pqfr;