X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.h;h=f94f00b978f8d8a9fe1f7bc9e571a5f8a902ae8b;hb=6ff55e505e209073eacf1f1e49285464df70d6e3;hp=48cf8c146c9757cbe227bffbbcf72c3ad9720cc1;hpb=9c19b270ead379003ece51fb49b83e7ea8b2d25e;p=exim.git 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 */