X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/7d758a6a6842fac6c511039c29d76300e2e21ccd..5df838645bcdb135355205a115bf918c85987caf:/src/OS/os.h-Linux?ds=sidebyside diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index 57034649c..cc1f3cab2 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -72,6 +72,8 @@ then change the 0 to 1 in the next block. */ # define EXIM_HAVE_OPENAT #endif +/* TCP Fast Open support */ + #include /* for TCP_FASTOPEN */ #include /* for MSG_FASTOPEN */ #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN)