summaryrefslogtreecommitdiff
path: root/src/OS/os.h-SunOS5
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-27 12:41:21 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-27 12:41:21 +0100
commit50ef79ad104a8bd26fb21504c13f7e4866824098 (patch)
treee98991382ae6694c5dd5bffc1160dde8ee6ae19c /src/OS/os.h-SunOS5
parentcb6df646091bdc096e35f75be91d361cc38d06fc (diff)
Build: separate guard for futimens()
Darwin does not have the data element we manipulate with futimens()
Diffstat (limited to 'src/OS/os.h-SunOS5')
-rw-r--r--src/OS/os.h-SunOS51
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5
index 6331f3701..f5bc31668 100644
--- a/src/OS/os.h-SunOS5
+++ b/src/OS/os.h-SunOS5
@@ -9,6 +9,7 @@
#define HAVE_GETIPNODEBYNAME 1
#define HAVE_GETIPNODEBYADDR 1
#define EXIM_HAVE_OPENAT
+#define EXIM_HAVE_FUTIMENS
#define HAVE_KSTAT
#define LOAD_AVG_KSTAT "system_misc"