X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9c19b270ead379003ece51fb49b83e7ea8b2d25e..3386088d5af4d4c61faa12ae29560e2c5bd43304:/src/src/exim.h diff --git a/src/src/exim.h b/src/src/exim.h index 48cf8c146..f94f00b97 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2014 */ +/* Copyright (c) University of Cambridge 1995 - 2015 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -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 */