Override DISABLE_DNSSEC when EXPERIMENTAL_DANE is in use
[exim.git] / src / src / exim.h
index 48cf8c146c9757cbe227bffbbcf72c3ad9720cc1..75d14660fa8cada35e7c355e3f163f4e5ee261dd 100644 (file)
@@ -591,4 +591,9 @@ default to EDQUOT if it exists, otherwise ENOSPC. */
   #endif
 #endif
 
+/* DANE w/o DNSSEC is useless */
+#if defined(EXPERIMENTAL_DANE) && defined(DISABLE_DNSSEC)
+  #undef DISABLE_DNSSEC
+#endif
+
 /* End of exim.h */