diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-27 12:41:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-27 12:41:21 +0100 |
commit | 50ef79ad104a8bd26fb21504c13f7e4866824098 (patch) | |
tree | e98991382ae6694c5dd5bffc1160dde8ee6ae19c /src/OS/os.h-OpenBSD | |
parent | cb6df646091bdc096e35f75be91d361cc38d06fc (diff) |
Build: separate guard for futimens()
Darwin does not have the data element we manipulate with futimens()
Diffstat (limited to 'src/OS/os.h-OpenBSD')
-rw-r--r-- | src/OS/os.h-OpenBSD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index dc5dc0233..f599c09e4 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -8,6 +8,7 @@ #define HAVE_SYS_MOUNT_H #define SIOCGIFCONF_GIVES_ADDR #define EXIM_HAVE_OPENAT +#define EXIM_HAVE_FUTIMENS #define HAVE_ARC4RANDOM /* In May 2014, OpenBSD 5.5 was released which cleaned up the arc4random_* API which removed the arc4random_stir() function. Set NOT_HAVE_ARC4RANDOM_STIR |