diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-05-21 11:19:36 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-05-21 11:19:36 +0000 |
commit | d808369aa12220bdee2c6dd87b8059221c3e8c93 (patch) | |
tree | c1044e7b7cb8c4f2ee0140e9bd313cfdfe850d2a /include/arpa/nameser.h | |
parent | 135a67244de8d23898a7964a089a1cf98f977ef1 (diff) | |
download | src-d808369aa12220bdee2c6dd87b8059221c3e8c93.tar.gz src-d808369aa12220bdee2c6dd87b8059221c3e8c93.zip |
Upgrade res_update(3) and the friends to BIND9's one excluding TSIG
support.
X-MFC after: never
Notes
Notes:
svn path=/head/; revision=158787
Diffstat (limited to 'include/arpa/nameser.h')
-rw-r--r-- | include/arpa/nameser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index f0d4ff94dfa3..26d240486d71 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); |