X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/db889856a56c1da9d18fc2f676b4aad2d45dc585..5c161fa615ab4a2d40170fedd71d1b9a7f079ff6:/src/src/macros.h diff --git a/src/src/macros.h b/src/src/macros.h index c3f1c5d43..62b6290eb 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -196,13 +196,6 @@ record. */ #define WAIT_NAME_MAX 50 -/* Wait this long before determining that a Proxy Protocol configured -host isn't speaking the protocol, and so is disallowed. Can be moved to -runtime configuration if per site settings become needed. */ -#ifdef SUPPORT_PROXY -#define PROXY_NEGOTIATION_TIMEOUT_SEC 3 -#endif - /* Fixed option values for all PCRE functions */ #define PCRE_COPT 0 /* compile */ @@ -887,7 +880,7 @@ enum { /* Options for smtp_write_command */ -enum { +enum { SCMD_FLUSH = 0, /* write to kernel */ SCMD_MORE, /* write to kernel, but likely more soon */ SCMD_BUFFER /* stash in application cmd output buffer */