Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/defines.hfa.in

    rc402739f r85f19eb  
    117117
    118118/* 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
    123119   supports the operation IORING_OP_TIMEOUT. */
    124120#undef CFA_HAVE_IORING_OP_TIMEOUT
     
    167163#undef CFA_HAVE_LINUX_IO_URING_H
    168164
    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 
    178165/* Defined if io_uring support is present when compiling libcfathread and
    179166   supports the flag SPLICE_F_FD_IN_FIXED. */
    180167#undef CFA_HAVE_SPLICE_F_FD_IN_FIXED
    181168
    182 /* Defined if statx support is present when compiling libcfathread. */
    183 #undef CFA_HAVE_STATX
    184 
    185169/* Location of include files. */
    186170#undef CFA_INCDIR
     
    204188#undef HAVE_MEMORY_H
    205189
     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
    206196/* Define to 1 if you have the <stdint.h> header file. */
    207197#undef HAVE_STDINT_H
Note: See TracChangeset for help on using the changeset viewer.