Index: libcfa/prelude/defines.hfa.in
===================================================================
--- libcfa/prelude/defines.hfa.in	(revision 2fbc9046c57b70f5d974d5e16526c57c055d25e5)
+++ libcfa/prelude/defines.hfa.in	(revision 33c3dedce60b8ef643a2e67759069cd5d6be774b)
@@ -117,4 +117,8 @@
 
 /* Defined if io_uring support is present when compiling libcfathread and
+   supports the operation IORING_OP_TEE. */
+#undef CFA_HAVE_IORING_OP_TEE
+
+/* Defined if io_uring support is present when compiling libcfathread and
    supports the operation IORING_OP_TIMEOUT. */
 #undef CFA_HAVE_IORING_OP_TIMEOUT
@@ -163,8 +167,20 @@
 #undef CFA_HAVE_LINUX_IO_URING_H
 
+/* Defined if openat2 support is present when compiling libcfathread. */
+#undef CFA_HAVE_OPENAT2
+
+/* Defined if preadv2 support is present when compiling libcfathread. */
+#undef CFA_HAVE_PREADV2
+
+/* Defined if pwritev2 support is present when compiling libcfathread. */
+#undef CFA_HAVE_PWRITEV2
+
 /* Defined if io_uring support is present when compiling libcfathread and
    supports the flag SPLICE_F_FD_IN_FIXED. */
 #undef CFA_HAVE_SPLICE_F_FD_IN_FIXED
 
+/* Defined if statx support is present when compiling libcfathread. */
+#undef CFA_HAVE_STATX
+
 /* Location of include files. */
 #undef CFA_INCDIR
@@ -188,10 +204,4 @@
 #undef HAVE_MEMORY_H
 
-/* Define to 1 if you have the `preadv2' function. */
-#undef HAVE_PREADV2
-
-/* Define to 1 if you have the `pwritev2' function. */
-#undef HAVE_PWRITEV2
-
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
