summaryrefslogtreecommitdiff
path: root/src/OS/os.h-Linux
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-08-12 14:50:00 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-08-20 16:24:36 +0100
commit10c50704c1efb095f3b35de3a535f4ea311cb3e5 (patch)
tree3cfa90266ca2c86a9358f24a6373a8badb2d19b5 /src/OS/os.h-Linux
parent936bbfed7b58ab84ad892cf9872b8056f44f13bf (diff)
Tidying: coverity issues
Diffstat (limited to 'src/OS/os.h-Linux')
-rw-r--r--src/OS/os.h-Linux4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux
index 05c153e2c..6400e798e 100644
--- a/src/OS/os.h-Linux
+++ b/src/OS/os.h-Linux
@@ -65,5 +65,9 @@ then change the 0 to 1 in the next block. */
# define LLONG_MAX LONG_LONG_MAX
#endif
+#if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOUCE
+# define EXIM_HAVE_OPENAT
+#endif
+
/* End */