Tidying: coverity issues
[users/jgh/exim.git] / src / OS / os.h-Linux
index 05c153e2c1aa68aacb800b7de2db60195f37453a..6400e798e24cfd53b2333cdc5b239ca278e442ce 100644 (file)
@@ -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 */