FreeBSD: packet coalescing
[exim.git] / src / src / malware.c
index a42e39a57e0bc92a4a1b4261fbdaf54c9497c40e..b581a87524bd66bf36e01945f4cd600e99d6d68b 100644 (file)
@@ -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