Changes in libcfa/prelude/defines.hfa.in [c402739f:85f19eb]
- File:
-
- 1 edited
-
libcfa/prelude/defines.hfa.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/defines.hfa.in
rc402739f r85f19eb 117 117 118 118 /* Defined if io_uring support is present when compiling libcfathread and 119 supports the operation IORING_OP_TEE. */120 #undef CFA_HAVE_IORING_OP_TEE121 122 /* Defined if io_uring support is present when compiling libcfathread and123 119 supports the operation IORING_OP_TIMEOUT. */ 124 120 #undef CFA_HAVE_IORING_OP_TIMEOUT … … 167 163 #undef CFA_HAVE_LINUX_IO_URING_H 168 164 169 /* Defined if openat2 support is present when compiling libcfathread. */170 #undef CFA_HAVE_OPENAT2171 172 /* Defined if preadv2 support is present when compiling libcfathread. */173 #undef CFA_HAVE_PREADV2174 175 /* Defined if pwritev2 support is present when compiling libcfathread. */176 #undef CFA_HAVE_PWRITEV2177 178 165 /* Defined if io_uring support is present when compiling libcfathread and 179 166 supports the flag SPLICE_F_FD_IN_FIXED. */ 180 167 #undef CFA_HAVE_SPLICE_F_FD_IN_FIXED 181 168 182 /* Defined if statx support is present when compiling libcfathread. */183 #undef CFA_HAVE_STATX184 185 169 /* Location of include files. */ 186 170 #undef CFA_INCDIR … … 204 188 #undef HAVE_MEMORY_H 205 189 190 /* Define to 1 if you have the `preadv2' function. */ 191 #undef HAVE_PREADV2 192 193 /* Define to 1 if you have the `pwritev2' function. */ 194 #undef HAVE_PWRITEV2 195 206 196 /* Define to 1 if you have the <stdint.h> header file. */ 207 197 #undef HAVE_STDINT_H
Note:
See TracChangeset
for help on using the changeset viewer.