forked from intel/eth-psm3-fi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
317 lines (213 loc) · 6.48 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
/* config.h.in. Generated from configure.ac by autoheader. */
/* adds build_id to version if it was defined */
#undef BUILD_ID
/* CUDA Support */
#undef ENABLE_CUDA_DLOPEN
/* defined to 1 if libfabric was configured with --enable-debug, 0 otherwise
*/
#undef ENABLE_DEBUG
/* Define to 1 if the linker supports alias attribute. */
#undef HAVE_ALIAS_ATTRIBUTE
/* Set to 1 to use c11 atomic functions */
#undef HAVE_ATOMICS
/* Set to 1 to use c11 atomic `least` types */
#undef HAVE_ATOMICS_LEAST_TYPES
/* Ignore HAVE_BGQ */
#undef HAVE_BGQ
/* Ignore HAVE_BGQ_DL */
#undef HAVE_BGQ_DL
/* Set to 1 to use built-in intrincics atomics */
#undef HAVE_BUILTIN_ATOMICS
/* Set to 1 to use built-in intrinsics memory model aware atomics */
#undef HAVE_BUILTIN_MM_ATOMICS
/* Define to 1 if clock_gettime is available. */
#undef HAVE_CLOCK_GETTIME
/* Set to 1 to use cpuid */
#undef HAVE_CPUID
/* CUDA support */
#undef HAVE_CUDA
/* Define to 1 if you have the <cuda_runtime.h> header file. */
#undef HAVE_CUDA_RUNTIME_H
/* Define to 1 if you have the declaration of `ethtool_cmd_speed', and to 0 if
you don't. */
#undef HAVE_DECL_ETHTOOL_CMD_SPEED
/* Define to 1 if you have the declaration of `SPEED_UNKNOWN', and to 0 if you
don't. */
#undef HAVE_DECL_SPEED_UNKNOWN
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Ignore HAVE_DMABUF_PEER_MEM */
#undef HAVE_DMABUF_PEER_MEM
/* i915 DRM header */
#undef HAVE_DRM
/* Ignore HAVE_EFA */
#undef HAVE_EFA
/* Ignore HAVE_EFA_DL */
#undef HAVE_EFA_DL
/* Define to 1 if you have the <elf.h> header file. */
#undef HAVE_ELF_H
/* Define if you have epoll support. */
#undef HAVE_EPOLL
/* Define to 1 if you have the `epoll_create' function. */
#undef HAVE_EPOLL_CREATE
/* Set to 1 to use ethtool */
#undef HAVE_ETHTOOL
/* Ignore HAVE_GDRCOPY */
#undef HAVE_GDRCOPY
/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS
/* Ignore HAVE_GNI */
#undef HAVE_GNI
/* Ignore HAVE_GNI_DL */
#undef HAVE_GNI_DL
/* Ignore HAVE_HOOK_DEBUG */
#undef HAVE_HOOK_DEBUG
/* Ignore HAVE_HOOK_HMEM */
#undef HAVE_HOOK_HMEM
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <level_zero/ze_api.h> header file. */
#undef HAVE_LEVEL_ZERO_ZE_API_H
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL
/* i915 DRM header (SLES) */
#undef HAVE_LIBDRM
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
/* Define to 1 if you have the <linux/idxd.h> header file. */
#undef HAVE_LINUX_IDXD_H
/* Whether we have __builtin_ia32_rdpmc() and linux/perf_event.h file or not
*/
#undef HAVE_LINUX_PERF_RDPMC
/* Define to 1 if you have the <linux/userfaultfd.h> header file. */
#undef HAVE_LINUX_USERFAULTFD_H
/* Ignore HAVE_MEMHOOKS_MONITOR */
#undef HAVE_MEMHOOKS_MONITOR
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Ignore HAVE_MRAIL */
#undef HAVE_MRAIL
/* Ignore HAVE_MRAIL_DL */
#undef HAVE_MRAIL_DL
/* Ignore HAVE_NET */
#undef HAVE_NET
/* Ignore HAVE_NET_DL */
#undef HAVE_NET_DL
/* Ignore HAVE_NEURON */
#undef HAVE_NEURON
/* Ignore HAVE_OPX */
#undef HAVE_OPX
/* Ignore HAVE_OPX_DL */
#undef HAVE_OPX_DL
/* Ignore HAVE_PERF */
#undef HAVE_PERF
/* Ignore HAVE_PSM */
#undef HAVE_PSM
/* Ignore HAVE_PSM2 */
#undef HAVE_PSM2
/* Ignore HAVE_PSM2_DL */
#undef HAVE_PSM2_DL
/* Build libfabric PSM3 provider */
#undef HAVE_PSM3
/* Build libfabric PSM3 provider */
#undef HAVE_PSM3_DL
/* PSM3 source is built-in */
#undef HAVE_PSM3_SRC
/* Ignore HAVE_PSM_DL */
#undef HAVE_PSM_DL
/* Define to 1 if you have the <rdma/rv_user_ioctls.h> header file. */
#undef HAVE_RDMA_RV_USER_IOCTLS_H
/* Ignore HAVE_ROCR */
#undef HAVE_ROCR
/* Ignore HAVE_RSTREAM */
#undef HAVE_RSTREAM
/* Ignore HAVE_RSTREAM_DL */
#undef HAVE_RSTREAM_DL
/* Ignore HAVE_RXD */
#undef HAVE_RXD
/* Ignore HAVE_RXD_DL */
#undef HAVE_RXD_DL
/* Ignore HAVE_RXM */
#undef HAVE_RXM
/* Ignore HAVE_RXM_DL */
#undef HAVE_RXM_DL
/* Ignore HAVE_SHM */
#undef HAVE_SHM
/* Ignore HAVE_SHM_DL */
#undef HAVE_SHM_DL
/* Ignore HAVE_SOCKETS */
#undef HAVE_SOCKETS
/* Ignore HAVE_SOCKETS_DL */
#undef HAVE_SOCKETS_DL
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if compiler/linker support symbol versioning. */
#undef HAVE_SYMVER_SUPPORT
/* Define to 1 if you have the <sys/auxv.h> header file. */
#undef HAVE_SYS_AUXV_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Ignore HAVE_TCP */
#undef HAVE_TCP
/* Ignore HAVE_TCP_DL */
#undef HAVE_TCP_DL
/* Define to 1 if typeof works with your compiler. */
#undef HAVE_TYPEOF
/* Ignore HAVE_UDP */
#undef HAVE_UDP
/* Ignore HAVE_UDP_DL */
#undef HAVE_UDP_DL
/* Ignore HAVE_UFFD_MONITOR */
#undef HAVE_UFFD_MONITOR
/* Define to 1 if platform supports userfault fd unmap */
#undef HAVE_UFFD_UNMAP
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Ignore HAVE_USNIC */
#undef HAVE_USNIC
/* Ignore HAVE_USNIC_DL */
#undef HAVE_USNIC_DL
/* Ignore HAVE_VERBS */
#undef HAVE_VERBS
/* Ignore HAVE_VERBS_DL */
#undef HAVE_VERBS_DL
/* ZE support */
#undef HAVE_ZE
/* Define to 1 to enable valgrind annotations */
#undef INCLUDE_VALGRIND
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* CUDA support */
#undef PSM3_CUDA
/* ZE support */
#undef PSM3_ONEAPI
/* Define to 1 if pthread_spin_init is available. */
#undef PT_LOCK_SPIN
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* Define to __typeof__ if your compiler spells it that way. */
#undef typeof