Changeset c402739f for libcfa/prelude
- Timestamp:
- Sep 16, 2020, 1:48:12 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 2724b4e
- Parents:
- 1c01c58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/defines.hfa.in
r1c01c58 rc402739f 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_TEE 121 122 /* Defined if io_uring support is present when compiling libcfathread and 119 123 supports the operation IORING_OP_TIMEOUT. */ 120 124 #undef CFA_HAVE_IORING_OP_TIMEOUT … … 163 167 #undef CFA_HAVE_LINUX_IO_URING_H 164 168 169 /* Defined if openat2 support is present when compiling libcfathread. */ 170 #undef CFA_HAVE_OPENAT2 171 172 /* Defined if preadv2 support is present when compiling libcfathread. */ 173 #undef CFA_HAVE_PREADV2 174 175 /* Defined if pwritev2 support is present when compiling libcfathread. */ 176 #undef CFA_HAVE_PWRITEV2 177 165 178 /* Defined if io_uring support is present when compiling libcfathread and 166 179 supports the flag SPLICE_F_FD_IN_FIXED. */ 167 180 #undef CFA_HAVE_SPLICE_F_FD_IN_FIXED 168 181 182 /* Defined if statx support is present when compiling libcfathread. */ 183 #undef CFA_HAVE_STATX 184 169 185 /* Location of include files. */ 170 186 #undef CFA_INCDIR … … 188 204 #undef HAVE_MEMORY_H 189 205 190 /* Define to 1 if you have the `preadv2' function. */191 #undef HAVE_PREADV2192 193 /* Define to 1 if you have the `pwritev2' function. */194 #undef HAVE_PWRITEV2195 196 206 /* Define to 1 if you have the <stdint.h> header file. */ 197 207 #undef HAVE_STDINT_H
Note: See TracChangeset
for help on using the changeset viewer.