TLS: preload configuration items
[users/heiko/exim.git] / src / OS / os.h-Linux
index ba5f13450251d89f5afff43ec88a0edf3b0a99d9..2fa1b0b82ef4675866abbc67ac2d84e93b30b7f1 100644 (file)
@@ -73,6 +73,7 @@ then change the 0 to 1 in the next block. */
 
 #if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOURCE
 # define EXIM_HAVE_OPENAT
+# define EXIM_HAVE_FUTIMENS
 #endif
 
 /* TCP Fast Open support */
@@ -90,5 +91,8 @@ then change the 0 to 1 in the next block. */
 /* "Abstract" Unix-socket names */
 #define EXIM_HAVE_ABSTRACT_UNIX_SOCKETS
 
+/* inotify(7) etc syscalls */
+#define EXIM_HAVE_INOTIFY
+
 
 /* End */