diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-20 14:39:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-21 17:08:28 +0000 |
commit | 2f2dd3a5b7af190a42d45fead6230bc1bb75483d (patch) | |
tree | 287fa5131c8bf9b9f5e4921b9ea13b9c55b5c6cf /src/OS/os.h-Linux | |
parent | 5399df8075b16fdc8a8fe4249972c2786fe6fcab (diff) |
Allow for platforms not support abstract naming for Unix sockets
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 63cf9babd..25c013c5f 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -87,5 +87,8 @@ then change the 0 to 1 in the next block. */ # define TCPI_OPT_SYN_DATA 32 #endif +/* "Abstract" Unix-socket names */ +#define EXIM_HAVE_ABSTRACT_UNIX_SOCKETS + /* End */ |