]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/netdb_dnssec.h
ipsec-317.220.1.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / netdb_dnssec.h
index 8e875b182b8f578ebc0eda48cd4badd2e1fed360..b8c80c206f1eed2cb0f07ba19ad2b49ffd09ea1f 100644 (file)
 #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 */