Revert "Testsuite: Provide '>>> ' for script input to allow binary data"
[exim.git] / src / OS / os.h-Linux
index 25c013c5fe6c2031bb6cb1fead55d5a30d8e1e0a..4a141346d982f3f4b3fa02ebdb7f8b57b80e36f1 100644 (file)
@@ -1,5 +1,5 @@
 /* Exim: OS-specific C header file for Linux */
-/* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) University of Cambridge 1995 - 2020 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
@@ -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 */