summaryrefslogtreecommitdiffstats
path: root/include/arpa
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2006-05-21 11:19:36 +0000
committerume <ume@FreeBSD.org>2006-05-21 11:19:36 +0000
commit2103e7a60f93b5663802fad9b458412411640d7c (patch)
treec1044e7b7cb8c4f2ee0140e9bd313cfdfe850d2a /include/arpa
parent0cedd121cc954b5d6234228b0747f25f402fb62e (diff)
downloadFreeBSD-src-2103e7a60f93b5663802fad9b458412411640d7c.zip
FreeBSD-src-2103e7a60f93b5663802fad9b458412411640d7c.tar.gz
Upgrade res_update(3) and the friends to BIND9's one excluding TSIG
support. X-MFC after: never
Diffstat (limited to 'include/arpa')
-rw-r--r--include/arpa/nameser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h
index f0d4ff9..26d2404 100644
--- a/include/arpa/nameser.h
+++ b/include/arpa/nameser.h
@@ -507,7 +507,9 @@ typedef enum __ns_cert_types {
#define ns_verify __ns_verify
#define ns_verify_tcp __ns_verify_tcp
#define ns_verify_tcp_init __ns_verify_tcp_init
+#endif
#define ns_samedomain __ns_samedomain
+#if 0
#define ns_subdomain __ns_subdomain
#endif
#define ns_makecanon __ns_makecanon
@@ -567,7 +569,9 @@ int ns_verify(u_char *, int *, void *,
int ns_verify_tcp(u_char *, int *, ns_tcp_tsig_state *, int);
int ns_verify_tcp_init(void *, const u_char *, int,
ns_tcp_tsig_state *);
+#endif
int ns_samedomain(const char *, const char *);
+#if 0
int ns_subdomain(const char *, const char *);
#endif
int ns_makecanon(const char *, char *, size_t);
OpenPOWER on IntegriCloud