X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/224f418b1ea62a1d1b4bbf261b50b2dc02aed98a..cc5a3f43827026193110cb663151a95eac4ee379:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index 2250bbbde..3cdf12a8f 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -286,9 +286,7 @@ typedef struct router_instance { BOOL verify_sender; /* Use this router when verifying a sender */ BOOL uid_set; /* Flag to indicate uid is set */ BOOL unseen; /* If TRUE carry on, even after success */ -#ifdef EXPERIMENTAL_DSN BOOL dsn_lasthop; /* If TRUE, this router is a DSN endpoint */ -#endif int self_code; /* Encoded version of "self" */ uid_t uid; /* Fixed uid value */ @@ -560,11 +558,9 @@ typedef struct address_item { uschar *auth_id; /* auth "login" name used by transport */ uschar *auth_sndr; /* AUTH arg to SMTP MAIL, used by transport */ - #ifdef EXPERIMENTAL_DSN uschar *dsn_orcpt; /* DSN orcpt value */ int dsn_flags; /* DSN flags */ int dsn_aware; /* DSN aware flag */ - #endif uid_t uid; /* uid for transporting */ gid_t gid; /* gid for transporting */