aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/include/dns/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/include/dns/types.h')
-rw-r--r--lib/dns/include/dns/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h
index 8c7773c3160f..525dd8d48921 100644
--- a/lib/dns/include/dns/types.h
+++ b/lib/dns/include/dns/types.h
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: types.h,v 1.130.50.3.12.1 2009/11/18 23:58:04 marka Exp $ */
+/* $Id: types.h,v 1.130.50.3.12.2 2009/12/31 20:29:21 each Exp $ */
#ifndef DNS_TYPES_H
#define DNS_TYPES_H 1
@@ -301,6 +301,8 @@ enum {
#define DNS_TRUST_PENDING(x) ((x) == dns_trust_pending_answer || \
(x) == dns_trust_pending_additional)
+#define DNS_TRUST_ADDITIONAL(x) ((x) == dns_trust_additional || \
+ (x) == dns_trust_pending_additional)
#define DNS_TRUST_GLUE(x) ((x) == dns_trust_glue)