X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/65c257469f746e64364e5df94f3ed8c6698a9d0a..e627a751fc4d26304657fc20440abb72632b1e6e:/ipsec-tools/racoon/netdb_dnssec.h diff --git a/ipsec-tools/racoon/netdb_dnssec.h b/ipsec-tools/racoon/netdb_dnssec.h index 8e875b1..b8c80c2 100644 --- a/ipsec-tools/racoon/netdb_dnssec.h +++ b/ipsec-tools/racoon/netdb_dnssec.h @@ -32,6 +32,10 @@ #ifndef _NETDB_DNSSEC_H #define _NETDB_DNSSEC_H +#include "config.h" + +#if ENABLE_DNSSEC_CERTS + #ifndef T_CERT #define T_CERT 37 /* defined by RFC2538 section 2 */ #endif @@ -69,4 +73,6 @@ struct certinfo { extern void freecertinfo (struct certinfo *); extern int getcertsbyname (char *, struct certinfo **); +#endif /* ENABLE_DNSSEC_CERTS */ + #endif /* _NETDB_DNSSEC_H */