summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-02-20 14:39:14 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-02-21 17:08:28 +0000
commit2f2dd3a5b7af190a42d45fead6230bc1bb75483d (patch)
tree287fa5131c8bf9b9f5e4921b9ea13b9c55b5c6cf /src/OS
parent5399df8075b16fdc8a8fe4249972c2786fe6fcab (diff)
downloadexim4-2f2dd3a5b7af190a42d45fead6230bc1bb75483d.tar.gz
Allow for platforms not support abstract naming for Unix sockets
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/os.h-Linux3
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 */