Remove attempts to quieten compiler static-checking (more)
[exim.git] / src / src / transports / smtp.h
index 6e63a002d93468f09602be0bb75c4d0f927e6e11..607a3772dddc8a3d768ba7a500eaeb4923d54952 100644 (file)
@@ -62,6 +62,7 @@ typedef struct {
   int     size_addition;
   int     hosts_max_try;
   int     hosts_max_try_hardlimit;
+  int    message_linelength_limit;
   BOOL    address_retry_include_sender;
   BOOL    allow_localhost;
   BOOL    authenticated_sender_force;
@@ -84,7 +85,7 @@ typedef struct {
   uschar *tls_crl;
   uschar *tls_privatekey;
   uschar *tls_require_ciphers;
-# ifdef EXPERIMENTAL_TLS_RESUME
+# ifndef DISABLE_TLS_RESUME
   uschar *tls_resumption_hosts;
 # endif
   uschar *tls_sni;