Build: separate guard for futimens()
[users/heiko/exim.git] / src / OS / os.h-Linux
index c705e5cd29eaa1f8b1fa1c2f3f56781e4658b9e4..4a141346d982f3f4b3fa02ebdb7f8b57b80e36f1 100644 (file)
@@ -71,8 +71,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
+#if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOURCE
 # define EXIM_HAVE_OPENAT
+# define EXIM_HAVE_FUTIMENS
 #endif
 
 /* TCP Fast Open support */