X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9631be11ff85fbdfe1bd8a745d9b0de2bef1af4b..c0635b6dfe65ee24c2fb8d165beabc608d2fd1a5:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index dfe5685e6..29dee2dbe 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -620,7 +620,7 @@ typedef struct address_item { #endif BOOL af_chunking_used:1; /* delivery used SMTP CHUNKING */ BOOL af_force_command:1; /* force_command in pipe transport */ -#ifdef EXPERIMENTAL_DANE +#ifdef SUPPORT_DANE BOOL af_dane_verified:1; /* TLS cert verify done with DANE */ #endif #ifdef SUPPORT_I18N