Changeset bcadb26 for libcfa/prelude
- Timestamp:
- Aug 10, 2020, 3:13:23 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f575124
- Parents:
- 0c30ecc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/defines.hfa.in
r0c30ecc rbcadb26 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // defines.hfa.in -- 8 // 9 // Author : Thierry Delisle 10 // Created On : Thu Apr 30 15:23:00 2020 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 14 // 15 16 //----------------------------------------------------------------------- 17 // Global Support 1 /* prelude/defines.hfa.in. Generated from configure.ac by autoheader. */ 2 3 /* Location of cfa command. */ 4 #undef CFA_BINDIR 5 6 /* Defined if io_uring support is present when compiling libcfathread and 7 supports the operation IORING_OP_ACCEPT. */ 8 #undef CFA_HAVE_IORING_OP_ACCEPT 9 10 /* Defined if io_uring support is present when compiling libcfathread and 11 supports the operation IORING_OP_ASYNC_CANCEL. */ 12 #undef CFA_HAVE_IORING_OP_ASYNC_CANCEL 13 14 /* Defined if io_uring support is present when compiling libcfathread and 15 supports the operation IORING_OP_CLOSE. */ 16 #undef CFA_HAVE_IORING_OP_CLOSE 17 18 /* Defined if io_uring support is present when compiling libcfathread and 19 supports the operation IORING_OP_CONNECT. */ 20 #undef CFA_HAVE_IORING_OP_CONNECT 21 22 /* Defined if io_uring support is present when compiling libcfathread and 23 supports the operation IORING_OP_EPOLL_CTL. */ 24 #undef CFA_HAVE_IORING_OP_EPOLL_CTL 25 26 /* Defined if io_uring support is present when compiling libcfathread and 27 supports the operation IORING_OP_FADVISE. */ 28 #undef CFA_HAVE_IORING_OP_FADVISE 29 30 /* Defined if io_uring support is present when compiling libcfathread and 31 supports the operation IORING_OP_FALLOCATE. */ 32 #undef CFA_HAVE_IORING_OP_FALLOCATE 33 34 /* Defined if io_uring support is present when compiling libcfathread and 35 supports the operation IORING_OP_FILES_UPDATE. */ 36 #undef CFA_HAVE_IORING_OP_FILES_UPDATE 37 38 /* Defined if io_uring support is present when compiling libcfathread and 39 supports the operation IORING_OP_FSYNC. */ 40 #undef CFA_HAVE_IORING_OP_FSYNC 41 42 /* Defined if io_uring support is present when compiling libcfathread and 43 supports the operation IORING_OP_LINK_TIMEOUT. */ 44 #undef CFA_HAVE_IORING_OP_LINK_TIMEOUT 45 46 /* Defined if io_uring support is present when compiling libcfathread and 47 supports the operation IORING_OP_MADVISE. */ 48 #undef CFA_HAVE_IORING_OP_MADVISE 49 50 /* Defined if io_uring support is present when compiling libcfathread and 51 supports the operation IORING_OP_NOP. */ 52 #undef CFA_HAVE_IORING_OP_NOP 53 54 /* Defined if io_uring support is present when compiling libcfathread and 55 supports the operation IORING_OP_OPENAT. */ 56 #undef CFA_HAVE_IORING_OP_OPENAT 57 58 /* Defined if io_uring support is present when compiling libcfathread and 59 supports the operation IORING_OP_OPENAT2. */ 60 #undef CFA_HAVE_IORING_OP_OPENAT2 61 62 /* Defined if io_uring support is present when compiling libcfathread and 63 supports the operation IORING_OP_POLL_ADD. */ 64 #undef CFA_HAVE_IORING_OP_POLL_ADD 65 66 /* Defined if io_uring support is present when compiling libcfathread and 67 supports the operation IORING_OP_POLL_REMOVE. */ 68 #undef CFA_HAVE_IORING_OP_POLL_REMOVE 69 70 /* Defined if io_uring support is present when compiling libcfathread and 71 supports the operation IORING_OP_PROVIDE_BUFFERS. */ 72 #undef CFA_HAVE_IORING_OP_PROVIDE_BUFFERS 73 74 /* Defined if io_uring support is present when compiling libcfathread and 75 supports the operation IORING_OP_READ. */ 76 #undef CFA_HAVE_IORING_OP_READ 77 78 /* Defined if io_uring support is present when compiling libcfathread and 79 supports the operation IORING_OP_READV. */ 80 #undef CFA_HAVE_IORING_OP_READV 81 82 /* Defined if io_uring support is present when compiling libcfathread and 83 supports the operation IORING_OP_READ_FIXED. */ 84 #undef CFA_HAVE_IORING_OP_READ_FIXED 85 86 /* Defined if io_uring support is present when compiling libcfathread and 87 supports the operation IORING_OP_RECV. */ 88 #undef CFA_HAVE_IORING_OP_RECV 89 90 /* Defined if io_uring support is present when compiling libcfathread and 91 supports the operation IORING_OP_RECVMSG. */ 92 #undef CFA_HAVE_IORING_OP_RECVMSG 93 94 /* Defined if io_uring support is present when compiling libcfathread and 95 supports the operation IORING_OP_REMOVE_BUFFER. */ 96 #undef CFA_HAVE_IORING_OP_REMOVE_BUFFER 97 98 /* Defined if io_uring support is present when compiling libcfathread and 99 supports the operation IORING_OP_SEND. */ 100 #undef CFA_HAVE_IORING_OP_SEND 101 102 /* Defined if io_uring support is present when compiling libcfathread and 103 supports the operation IORING_OP_SENDMSG. */ 104 #undef CFA_HAVE_IORING_OP_SENDMSG 105 106 /* Defined if io_uring support is present when compiling libcfathread and 107 supports the operation IORING_OP_SPLICE. */ 108 #undef CFA_HAVE_IORING_OP_SPLICE 109 110 /* Defined if io_uring support is present when compiling libcfathread and 111 supports the operation IORING_OP_STATX. */ 112 #undef CFA_HAVE_IORING_OP_STATX 113 114 /* Defined if io_uring support is present when compiling libcfathread and 115 supports the operation IORING_OP_SYNC_FILE_RANGE. */ 116 #undef CFA_HAVE_IORING_OP_SYNC_FILE_RANGE 117 118 /* Defined if io_uring support is present when compiling libcfathread and 119 supports the operation IORING_OP_TIMEOUT. */ 120 #undef CFA_HAVE_IORING_OP_TIMEOUT 121 122 /* Defined if io_uring support is present when compiling libcfathread and 123 supports the operation IORING_OP_TIMEOUT_REMOVE. */ 124 #undef CFA_HAVE_IORING_OP_TIMEOUT_REMOVE 125 126 /* Defined if io_uring support is present when compiling libcfathread and 127 supports the operation IORING_OP_WRITE. */ 128 #undef CFA_HAVE_IORING_OP_WRITE 129 130 /* Defined if io_uring support is present when compiling libcfathread and 131 supports the operation IORING_OP_WRITEV. */ 132 #undef CFA_HAVE_IORING_OP_WRITEV 133 134 /* Defined if io_uring support is present when compiling libcfathread and 135 supports the operation IORING_OP_WRITE_FIXED. */ 136 #undef CFA_HAVE_IORING_OP_WRITE_FIXED 137 138 /* Defined if io_uring support is present when compiling libcfathread and 139 supports the flag ASYNC. */ 140 #undef CFA_HAVE_IOSQE_ASYNC 141 142 /* Defined if io_uring support is present when compiling libcfathread and 143 supports the flag FIXED_FILE. */ 144 #undef CFA_HAVE_IOSQE_FIXED_FILE 145 146 /* Defined if io_uring support is present when compiling libcfathread and 147 supports the flag IO_DRAIN. */ 148 #undef CFA_HAVE_IOSQE_IO_DRAIN 149 150 /* Defined if io_uring support is present when compiling libcfathread and 151 supports the flag IO_HARDLINK. */ 152 #undef CFA_HAVE_IOSQE_IO_HARDLINK 153 154 /* Defined if io_uring support is present when compiling libcfathread and 155 supports the flag IO_LINK. */ 156 #undef CFA_HAVE_IOSQE_IO_LINK 157 18 158 /* Defined if io_uring support is present when compiling libcfathread. */ 19 159 #undef CFA_HAVE_LINUX_IO_URING_H 20 160 21 //-----------------------------------------------------------------------22 // Operations23 /* Defined if io_uring support is present when compiling libcfathread and24 supports the operation IORING_OP_NOP. */25 #undef CFA_HAVE_IORING_OP_NOP26 27 /* Defined if io_uring support is present when compiling libcfathread and28 supports the operation IORING_OP_READV. */29 #undef CFA_HAVE_IORING_OP_READV30 31 /* Defined if io_uring support is present when compiling libcfathread and32 supports the operation IORING_OP_WRITEV. */33 #undef CFA_HAVE_IORING_OP_WRITEV34 35 /* Defined if io_uring support is present when compiling libcfathread and36 supports the operation IORING_OP_FSYNC. */37 #undef CFA_HAVE_IORING_OP_FSYNC38 39 /* Defined if io_uring support is present when compiling libcfathread and40 supports the operation IORING_OP_READ_FIXED. */41 #undef CFA_HAVE_IORING_OP_READ_FIXED42 43 /* Defined if io_uring support is present when compiling libcfathread and44 supports the operation IORING_OP_WRITE_FIXED. */45 #undef CFA_HAVE_IORING_OP_WRITE_FIXED46 47 /* Defined if io_uring support is present when compiling libcfathread and48 supports the operation IORING_OP_POLL_ADD. */49 #undef CFA_HAVE_IORING_OP_POLL_ADD50 51 /* Defined if io_uring support is present when compiling libcfathread and52 supports the operation IORING_OP_POLL_REMOVE. */53 #undef CFA_HAVE_IORING_OP_POLL_REMOVE54 55 /* Defined if io_uring support is present when compiling libcfathread and56 supports the operation IORING_OP_SYNC_FILE_RANGE. */57 #undef CFA_HAVE_IORING_OP_SYNC_FILE_RANGE58 59 /* Defined if io_uring support is present when compiling libcfathread and60 supports the operation IORING_OP_SENDMSG. */61 #undef CFA_HAVE_IORING_OP_SENDMSG62 63 /* Defined if io_uring support is present when compiling libcfathread and64 supports the operation IORING_OP_RECVMSG. */65 #undef CFA_HAVE_IORING_OP_RECVMSG66 67 /* Defined if io_uring support is present when compiling libcfathread and68 supports the operation IORING_OP_TIMEOUT. */69 #undef CFA_HAVE_IORING_OP_TIMEOUT70 71 /* Defined if io_uring support is present when compiling libcfathread and72 supports the operation IORING_OP_TIMEOUT_REMOVE. */73 #undef CFA_HAVE_IORING_OP_TIMEOUT_REMOVE74 75 /* Defined if io_uring support is present when compiling libcfathread and76 supports the operation IORING_OP_ACCEPT. */77 #undef CFA_HAVE_IORING_OP_ACCEPT78 79 /* Defined if io_uring support is present when compiling libcfathread and80 supports the operation IORING_OP_ASYNC_CANCEL. */81 #undef CFA_HAVE_IORING_OP_ASYNC_CANCEL82 83 /* Defined if io_uring support is present when compiling libcfathread and84 supports the operation IORING_OP_LINK_TIMEOUT. */85 #undef CFA_HAVE_IORING_OP_LINK_TIMEOUT86 87 /* Defined if io_uring support is present when compiling libcfathread and88 supports the operation IORING_OP_CONNECT. */89 #undef CFA_HAVE_IORING_OP_CONNECT90 91 /* Defined if io_uring support is present when compiling libcfathread and92 supports the operation IORING_OP_FALLOCATE. */93 #undef CFA_HAVE_IORING_OP_FALLOCATE94 95 /* Defined if io_uring support is present when compiling libcfathread and96 supports the operation IORING_OP_OPENAT. */97 #undef CFA_HAVE_IORING_OP_OPENAT98 99 /* Defined if io_uring support is present when compiling libcfathread and100 supports the operation IORING_OP_CLOSE. */101 #undef CFA_HAVE_IORING_OP_CLOSE102 103 /* Defined if io_uring support is present when compiling libcfathread and104 supports the operation IORING_OP_FILES_UPDATE. */105 #undef CFA_HAVE_IORING_OP_FILES_UPDATE106 107 /* Defined if io_uring support is present when compiling libcfathread and108 supports the operation IORING_OP_STATX. */109 #undef CFA_HAVE_IORING_OP_STATX110 111 /* Defined if io_uring support is present when compiling libcfathread and112 supports the operation IORING_OP_READ. */113 #undef CFA_HAVE_IORING_OP_READ114 115 /* Defined if io_uring support is present when compiling libcfathread and116 supports the operation IORING_OP_WRITE. */117 #undef CFA_HAVE_IORING_OP_WRITE118 119 /* Defined if io_uring support is present when compiling libcfathread and120 supports the operation IORING_OP_FADVISE. */121 #undef CFA_HAVE_IORING_OP_FADVISE122 123 /* Defined if io_uring support is present when compiling libcfathread and124 supports the operation IORING_OP_MADVISE. */125 #undef CFA_HAVE_IORING_OP_MADVISE126 127 /* Defined if io_uring support is present when compiling libcfathread and128 supports the operation IORING_OP_SEND. */129 #undef CFA_HAVE_IORING_OP_SEND130 131 /* Defined if io_uring support is present when compiling libcfathread and132 supports the operation IORING_OP_RECV. */133 #undef CFA_HAVE_IORING_OP_RECV134 135 /* Defined if io_uring support is present when compiling libcfathread and136 supports the operation IORING_OP_OPENAT2. */137 #undef CFA_HAVE_IORING_OP_OPENAT2138 139 /* Defined if io_uring support is present when compiling libcfathread and140 supports the operation IORING_OP_EPOLL_CTL. */141 #undef CFA_HAVE_IORING_OP_EPOLL_CTL142 143 /* Defined if io_uring support is present when compiling libcfathread and144 supports the operation IORING_OP_SPLICE. */145 #undef CFA_HAVE_IORING_OP_SPLICE146 147 /* Defined if io_uring support is present when compiling libcfathread and148 supports the operation IORING_OP_PROVIDE_BUFFERS. */149 #undef CFA_HAVE_IORING_OP_PROVIDE_BUFFERS150 151 /* Defined if io_uring support is present when compiling libcfathread and152 supports the operation IORING_OP_REMOVE_BUFFER. */153 #undef CFA_HAVE_IORING_OP_REMOVE_BUFFER154 155 //-----------------------------------------------------------------------156 // Flags157 /* Defined if io_uring support is present when compiling libcfathread and158 supports the flag FIXED_FILE. */159 #undef CFA_HAVE_IOSQE_FIXED_FILE160 161 /* Defined if io_uring support is present when compiling libcfathread and162 supports the flag IO_DRAIN. */163 #undef CFA_HAVE_IOSQE_IO_DRAIN164 165 /* Defined if io_uring support is present when compiling libcfathread and166 supports the flag ASYNC. */167 #undef CFA_HAVE_IOSQE_ASYNC168 169 /* Defined if io_uring support is present when compiling libcfathread and170 supports the flag IO_LINK. */171 #undef CFA_HAVE_IOSQE_IO_LINK172 173 /* Defined if io_uring support is present when compiling libcfathread and174 supports the flag IO_HARDLINK. */175 #undef CFA_HAVE_IOSQE_IO_HARDLINK176 177 161 /* Defined if io_uring support is present when compiling libcfathread and 178 162 supports the flag SPLICE_F_FD_IN_FIXED. */ 179 163 #undef CFA_HAVE_SPLICE_F_FD_IN_FIXED 180 164 181 //----------------------------------------------------------------------- 182 // Other calls 165 /* Location of include files. */ 166 #undef CFA_INCDIR 167 168 /* Location of cc1 and cfa-cpp commands. */ 169 #undef CFA_LIBDIR 170 171 /* Location of cfa install. */ 172 #undef CFA_PREFIX 173 174 /* Define to 1 if you have the <dlfcn.h> header file. */ 175 #undef HAVE_DLFCN_H 176 177 /* Define to 1 if you have the <inttypes.h> header file. */ 178 #undef HAVE_INTTYPES_H 179 180 /* Define to 1 if you have the <linux/io_uring.h> header file. */ 181 #undef HAVE_LINUX_IO_URING_H 182 183 /* Define to 1 if you have the <memory.h> header file. */ 184 #undef HAVE_MEMORY_H 185 183 186 /* Define to 1 if you have the `preadv2' function. */ 184 187 #undef HAVE_PREADV2 … … 187 190 #undef HAVE_PWRITEV2 188 191 189 //----------------------------------------------------------------------- 190 // Statistics 192 /* Define to 1 if you have the <stdint.h> header file. */ 193 #undef HAVE_STDINT_H 194 195 /* Define to 1 if you have the <stdlib.h> header file. */ 196 #undef HAVE_STDLIB_H 197 198 /* Define to 1 if you have the <strings.h> header file. */ 199 #undef HAVE_STRINGS_H 200 201 /* Define to 1 if you have the <string.h> header file. */ 202 #undef HAVE_STRING_H 203 204 /* Define to 1 if you have the <sys/stat.h> header file. */ 205 #undef HAVE_SYS_STAT_H 206 207 /* Define to 1 if you have the <sys/types.h> header file. */ 208 #undef HAVE_SYS_TYPES_H 209 210 /* Define to 1 if you have the <unistd.h> header file. */ 211 #undef HAVE_UNISTD_H 212 213 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 214 #undef LT_OBJDIR 215 216 /* Name of package */ 217 #undef PACKAGE 218 219 /* Define to the address where bug reports for this package should be sent. */ 220 #undef PACKAGE_BUGREPORT 221 222 /* Define to the full name of this package. */ 223 #undef PACKAGE_NAME 224 225 /* Define to the full name and version of this package. */ 226 #undef PACKAGE_STRING 227 228 /* Define to the one symbol short name of this package. */ 229 #undef PACKAGE_TARNAME 230 231 /* Define to the home page for this package. */ 232 #undef PACKAGE_URL 233 234 /* Define to the version of this package. */ 235 #undef PACKAGE_VERSION 236 237 /* Define to 1 if you have the ANSI C header files. */ 238 #undef STDC_HEADERS 239 240 /* Version number of package */ 241 #undef VERSION 242 191 243 /* Defined if libcfathread was compiled without support for statistics. */ 192 244 #undef __CFA_NO_STATISTICS__
Note: See TracChangeset
for help on using the changeset viewer.