X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/17427537cf5a55f952bad37067f0801b66bf7c08..6454662ecb9e407c0616f0464c3e1f69829d14cf:/src/src/malware.c diff --git a/src/src/malware.c b/src/src/malware.c index a42e39a57..b581a8752 100644 --- a/src/src/malware.c +++ b/src/src/malware.c @@ -132,12 +132,6 @@ static const uschar * malware_regex_default = US ".+"; static const pcre * malware_default_re = NULL; -#ifdef TCP_CORK -# define EXIM_TCP_CORK TCP_CORK -#elif defined(TCP_NOPUSH) -# define EXIM_TCP_CORK TCP_NOPUSH -#endif - #ifndef DISABLE_MAL_CLAM /* The maximum number of clamd servers that are supported in the configuration */ # define MAX_CLAMD_SERVERS 32