diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-27 11:27:59 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-27 11:27:59 +0100 |
commit | c8ffb42d9a821fd7dfeeee1494f6be88cdf7b264 (patch) | |
tree | ae517dbd687d74cc11a146d77ec8cdd26f59e183 /src/OS/os.h-SunOS5 | |
parent | f5ee670dc5eb90c68ee684f478598bd9af6fbf36 (diff) |
Fix build for non-Linux platforms having openat.
Broken-by: 1077d3c3f9
Diffstat (limited to 'src/OS/os.h-SunOS5')
-rw-r--r-- | src/OS/os.h-SunOS5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index dfbd8f1af..a029161e0 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -8,6 +8,7 @@ #define HAVE_GETIPNODEBYNAME 1 #define HAVE_GETIPNODEBYADDR 1 +##define EXIM_HAVE_OPENAT #define HAVE_KSTAT #define LOAD_AVG_KSTAT "system_misc" |