diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-08 14:23:38 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-12 20:09:01 +0100 |
commit | 1e1d5443ae8072e23f83230ee3f1ece792dbf62f (patch) | |
tree | a984f5dbd1ae8d6543e458961895573c3ba0aac0 /src/OS/os.h-Linux | |
parent | 99efa4cfbe403a1e02bf4a4eb24219e557865033 (diff) |
tidying
Diffstat (limited to 'src/OS/os.h-Linux')
-rw-r--r-- | src/OS/os.h-Linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index 539eeea33..63cf9babd 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -83,6 +83,9 @@ then change the 0 to 1 in the next block. */ # define MSG_FASTOPEN 0x20000000 #endif #define EXIM_HAVE_TCPI_UNACKED +#ifndef TCPI_OPT_SYN_DATA +# define TCPI_OPT_SYN_DATA 32 +#endif /* End */ |