TCP Fast Open
[exim.git] / src / src / globals.c
index b5ac6ceaf0f525083a97e6ff31801cf29fa48a01..dcdd6f88070f4acf3f2ba7314e1bd898e4cb9e4f 100644 (file)
@@ -990,6 +990,9 @@ BOOL    no_mbox_unspool        = FALSE;
 #endif
 BOOL    no_multiline_responses = FALSE;
 
+const int on                   = 1;    /* for setsockopt */
+const int off                  = 0;
+
 uid_t   original_euid;
 gid_t   originator_gid;
 uschar *originator_login       = NULL;