X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fstructs.h;h=9fade00915a075e477b2884d80419e34e7c11e9e;hb=3f63e46192d8d9ad72e9b25602615042bcc404f6;hp=da61df24f1adf79aadbf3d50a34c339ea7eae769;hpb=01603eec64d42431f182b33008206facfc7f800e;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/structs.h b/src/src/structs.h index da61df24f..9fade0091 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -805,7 +805,7 @@ typedef struct { int host_af; uschar * interface; -#if !defined(DISABLE_TLS) && defined(SUPPORT_DANE) +#ifdef SUPPORT_DANE BOOL dane:1; /* connection must do dane */ dns_answer tlsa_dnsa; #endif