-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
830 lines (589 loc) · 22.6 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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
/* config.h.in. Generated from configure.ac by autoheader. */
#ifndef UCX_CONFIG_H
#define UCX_CONFIG_H
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
*/
#undef CRAY_STACKSEG_END
/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA
/* Enable assertions */
#undef ENABLE_ASSERT
/* Enable builtin memcpy */
#undef ENABLE_BUILTIN_MEMCPY
/* Enable collecting data */
#undef ENABLE_DEBUG_DATA
/* Enable thread support in UCP and UCT */
#undef ENABLE_MT
/* Enable checking user parameters */
#undef ENABLE_PARAMS_CHECK
/* Enable statistics */
#undef ENABLE_STATS
/* Enable tuning */
#undef ENABLE_TUNING
/* Enable Groups and collective operations support (UCG) */
#undef ENABLE_UCG
/* Fuse API version */
#undef FUSE_USE_VERSION
/* bfd_section_size 2-args */
#undef HAVE_1_ARG_BFD_SECTION_SIZE
/* Huawei Kunpeng 920 */
#undef HAVE_AARCH64_HI1620
/* Cavium ThunderX1 */
#undef HAVE_AARCH64_THUNDERX1
/* Cavium ThunderX2 */
#undef HAVE_AARCH64_THUNDERX2
/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
*/
#undef HAVE_ALLOCA_H
/* Check attribute [optimize] */
#undef HAVE_ATTRIBUTE_NOOPTIMIZE
/* user defined cache line size */
#undef HAVE_CACHE_LINE_SIZE
/* Define to 1 if the system has the type `cap_user_data_t'. */
#undef HAVE_CAP_USER_DATA_T
/* Define to 1 if the system has the type `cap_user_header_t'. */
#undef HAVE_CAP_USER_HEADER_T
/* Define to 1 if you have the `clearenv' function. */
#undef HAVE_CLEARENV
/* Define to 1 if you have the `cplus_demangle' function. */
#undef HAVE_CPLUS_DEMANGLE
/* Define to 1 if you have the `cpuset_getaffinity' function. */
#undef HAVE_CPUSET_GETAFFINITY
/* Define to 1 if you have the `cpuset_setaffinity' function. */
#undef HAVE_CPUSET_SETAFFINITY
/* Define to 1 if the system has the type `cpuset_t'. */
#undef HAVE_CPUSET_T
/* Define to 1 if the system has the type `cpu_set_t'. */
#undef HAVE_CPU_SET_T
/* Enable CUDA support */
#undef HAVE_CUDA
/* Define to 1 if you have the <cuda.h> header file. */
#undef HAVE_CUDA_H
/* Define to 1 if you have the <cuda_runtime.h> header file. */
#undef HAVE_CUDA_RUNTIME_H
/* DC DV support */
#undef HAVE_DC_DV
/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
don't. */
#undef HAVE_DECL_ASPRINTF
/* Define to 1 if you have the declaration of `basename', and to 0 if you
don't. */
#undef HAVE_DECL_BASENAME
/* Define to 1 if you have the declaration of `bfd_get_section_flags', and to
0 if you don't. */
#undef HAVE_DECL_BFD_GET_SECTION_FLAGS
/* Define to 1 if you have the declaration of `bfd_get_section_vma', and to 0
if you don't. */
#undef HAVE_DECL_BFD_GET_SECTION_VMA
/* Define to 1 if you have the declaration of `bfd_section_flags', and to 0 if
you don't. */
#undef HAVE_DECL_BFD_SECTION_FLAGS
/* Define to 1 if you have the declaration of `bfd_section_vma', and to 0 if
you don't. */
#undef HAVE_DECL_BFD_SECTION_VMA
/* Define to 1 if you have the declaration of `CPU_ISSET', and to 0 if you
don't. */
#undef HAVE_DECL_CPU_ISSET
/* Define to 1 if you have the declaration of `CPU_ZERO', and to 0 if you
don't. */
#undef HAVE_DECL_CPU_ZERO
/* 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 `fmemopen', and to 0 if you
don't. */
#undef HAVE_DECL_FMEMOPEN
/* Define to 1 if you have the declaration of `fuse_mount', and to 0 if you
don't. */
#undef HAVE_DECL_FUSE_MOUNT
/* Define to 1 if you have the declaration of `fuse_open_channel', and to 0 if
you don't. */
#undef HAVE_DECL_FUSE_OPEN_CHANNEL
/* Define to 1 if you have the declaration of `fuse_unmount', and to 0 if you
don't. */
#undef HAVE_DECL_FUSE_UNMOUNT
/* Define to 1 if you have the declaration of `F_SETOWN_EX', and to 0 if you
don't. */
#undef HAVE_DECL_F_SETOWN_EX
/* Define to 1 if you have the declaration of `gdr_copy_to_mapping', and to 0
if you don't. */
#undef HAVE_DECL_GDR_COPY_TO_MAPPING
/* Define to 1 if you have the declaration of `getauxval', and to 0 if you
don't. */
#undef HAVE_DECL_GETAUXVAL
/* Define to 1 if you have the declaration of `IBV_ACCESS_ON_DEMAND', and to 0
if you don't. */
#undef HAVE_DECL_IBV_ACCESS_ON_DEMAND
/* Define to 1 if you have the declaration of `IBV_ACCESS_RELAXED_ORDERING',
and to 0 if you don't. */
#undef HAVE_DECL_IBV_ACCESS_RELAXED_ORDERING
/* Define to 1 if you have the declaration of `ibv_advise_mr', and to 0 if you
don't. */
#undef HAVE_DECL_IBV_ADVISE_MR
/* Define to 1 if you have the declaration of `ibv_alloc_dm', and to 0 if you
don't. */
#undef HAVE_DECL_IBV_ALLOC_DM
/* Define to 1 if you have the declaration of `ibv_alloc_td', and to 0 if you
don't. */
#undef HAVE_DECL_IBV_ALLOC_TD
/* Define to 1 if you have the declaration of
`IBV_CREATE_CQ_ATTR_IGNORE_OVERRUN', and to 0 if you don't. */
#undef HAVE_DECL_IBV_CREATE_CQ_ATTR_IGNORE_OVERRUN
/* Define to 1 if you have the declaration of `ibv_create_cq_ex', and to 0 if
you don't. */
#undef HAVE_DECL_IBV_CREATE_CQ_EX
/* Define to 1 if you have the declaration of `ibv_create_qp_ex', and to 0 if
you don't. */
#undef HAVE_DECL_IBV_CREATE_QP_EX
/* Define to 1 if you have the declaration of `ibv_create_srq', and to 0 if
you don't. */
#undef HAVE_DECL_IBV_CREATE_SRQ
/* Define to 1 if you have the declaration of `ibv_create_srq_ex', and to 0 if
you don't. */
#undef HAVE_DECL_IBV_CREATE_SRQ_EX
/* Define to 1 if you have the declaration of `IBV_EVENT_GID_CHANGE', and to 0
if you don't. */
#undef HAVE_DECL_IBV_EVENT_GID_CHANGE
/* Define to 1 if you have the declaration of `ibv_event_type_str', and to 0
if you don't. */
#undef HAVE_DECL_IBV_EVENT_TYPE_STR
/* Define to 1 if you have the declaration of `ibv_get_async_event', and to 0
if you don't. */
#undef HAVE_DECL_IBV_GET_ASYNC_EVENT
/* Define to 1 if you have the declaration of `ibv_get_device_name', and to 0
if you don't. */
#undef HAVE_DECL_IBV_GET_DEVICE_NAME
/* Define to 1 if you have the declaration of `IBV_LINK_LAYER_ETHERNET', and
to 0 if you don't. */
#undef HAVE_DECL_IBV_LINK_LAYER_ETHERNET
/* Define to 1 if you have the declaration of `IBV_LINK_LAYER_INFINIBAND', and
to 0 if you don't. */
#undef HAVE_DECL_IBV_LINK_LAYER_INFINIBAND
/* Define to 1 if you have the declaration of `IBV_QPF_GRH_REQUIRED', and to 0
if you don't. */
#undef HAVE_DECL_IBV_QPF_GRH_REQUIRED
/* have upstream ibv_query_device_ex */
#undef HAVE_DECL_IBV_QUERY_DEVICE_EX
/* Define to 1 if you have the declaration of `ibv_query_gid', and to 0 if you
don't. */
#undef HAVE_DECL_IBV_QUERY_GID
/* Define to 1 if you have the declaration of `ibv_reg_dmabuf_mr', and to 0 if
you don't. */
#undef HAVE_DECL_IBV_REG_DMABUF_MR
/* Define to 1 if you have the declaration of `ibv_set_ece', and to 0 if you
don't. */
#undef HAVE_DECL_IBV_SET_ECE
/* Define to 1 if you have the declaration of `IBV_TRANSPORT_UNSPECIFIED', and
to 0 if you don't. */
#undef HAVE_DECL_IBV_TRANSPORT_UNSPECIFIED
/* Define to 1 if you have the declaration of `IBV_TRANSPORT_USNIC', and to 0
if you don't. */
#undef HAVE_DECL_IBV_TRANSPORT_USNIC
/* Define to 1 if you have the declaration of `IBV_TRANSPORT_USNIC_UDP', and
to 0 if you don't. */
#undef HAVE_DECL_IBV_TRANSPORT_USNIC_UDP
/* Define to 1 if you have the declaration of `ibv_wc_status_str', and to 0 if
you don't. */
#undef HAVE_DECL_IBV_WC_STATUS_STR
/* Define to 1 if you have the declaration of `inotify_add_watch', and to 0 if
you don't. */
#undef HAVE_DECL_INOTIFY_ADD_WATCH
/* Define to 1 if you have the declaration of `inotify_init', and to 0 if you
don't. */
#undef HAVE_DECL_INOTIFY_INIT
/* Define to 1 if you have the declaration of `IN_ATTRIB', and to 0 if you
don't. */
#undef HAVE_DECL_IN_ATTRIB
/* Define to 1 if you have the declaration of `IPPROTO_TCP', and to 0 if you
don't. */
#undef HAVE_DECL_IPPROTO_TCP
/* Define to 1 if you have the declaration of `MADV_FREE', and to 0 if you
don't. */
#undef HAVE_DECL_MADV_FREE
/* Define to 1 if you have the declaration of `MADV_REMOVE', and to 0 if you
don't. */
#undef HAVE_DECL_MADV_REMOVE
/* Define to 1 if you have the declaration of
`MLX5DV_CQ_INIT_ATTR_MASK_COMPRESSED_CQE', and to 0 if you don't. */
#undef HAVE_DECL_MLX5DV_CQ_INIT_ATTR_MASK_COMPRESSED_CQE
/* Define to 1 if you have the declaration of
`MLX5DV_CQ_INIT_ATTR_MASK_CQE_SIZE', and to 0 if you don't. */
#undef HAVE_DECL_MLX5DV_CQ_INIT_ATTR_MASK_CQE_SIZE
/* Define to 1 if you have the declaration of `mlx5dv_create_qp', and to 0 if
you don't. */
#undef HAVE_DECL_MLX5DV_CREATE_QP
/* Define to 1 if you have the declaration of `MLX5DV_DCTYPE_DCT', and to 0 if
you don't. */
#undef HAVE_DECL_MLX5DV_DCTYPE_DCT
/* Define to 1 if you have the declaration of
`mlx5dv_devx_subscribe_devx_event', and to 0 if you don't. */
#undef HAVE_DECL_MLX5DV_DEVX_SUBSCRIBE_DEVX_EVENT
/* Define to 1 if you have the declaration of `mlx5dv_devx_umem_reg_ex', and
to 0 if you don't. */
#undef HAVE_DECL_MLX5DV_DEVX_UMEM_REG_EX
/* Define to 1 if you have the declaration of `mlx5dv_init_obj', and to 0 if
you don't. */
#undef HAVE_DECL_MLX5DV_INIT_OBJ
/* Define to 1 if you have the declaration of `mlx5dv_is_supported', and to 0
if you don't. */
#undef HAVE_DECL_MLX5DV_IS_SUPPORTED
/* Define to 1 if you have the declaration of `MLX5DV_OBJ_AH', and to 0 if you
don't. */
#undef HAVE_DECL_MLX5DV_OBJ_AH
/* Define to 1 if you have the declaration of
`MLX5DV_QP_CREATE_ALLOW_SCATTER_TO_CQE', and to 0 if you don't. */
#undef HAVE_DECL_MLX5DV_QP_CREATE_ALLOW_SCATTER_TO_CQE
/* Define to 1 if you have the declaration of `MLX5DV_UAR_ALLOC_TYPE_BF', and
to 0 if you don't. */
#undef HAVE_DECL_MLX5DV_UAR_ALLOC_TYPE_BF
/* Define to 1 if you have the declaration of `MLX5DV_UAR_ALLOC_TYPE_NC', and
to 0 if you don't. */
#undef HAVE_DECL_MLX5DV_UAR_ALLOC_TYPE_NC
/* Define to 1 if you have the declaration of `POSIX_MADV_DONTNEED', and to 0
if you don't. */
#undef HAVE_DECL_POSIX_MADV_DONTNEED
/* Define to 1 if you have the declaration of `PR_SET_PTRACER', and to 0 if
you don't. */
#undef HAVE_DECL_PR_SET_PTRACER
/* Define to 1 if you have the declaration of `SOL_SOCKET', and to 0 if you
don't. */
#undef HAVE_DECL_SOL_SOCKET
/* Define to 1 if you have the declaration of `SO_KEEPALIVE', and to 0 if you
don't. */
#undef HAVE_DECL_SO_KEEPALIVE
/* 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 declaration of `strerror_r', and to 0 if you
don't. */
#undef HAVE_DECL_STRERROR_R
/* Define to 1 if you have the declaration of `SYS_brk', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_BRK
/* Define to 1 if you have the declaration of `SYS_ipc', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_IPC
/* Define to 1 if you have the declaration of `SYS_madvise', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_MADVISE
/* Define to 1 if you have the declaration of `SYS_mmap', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_MMAP
/* Define to 1 if you have the declaration of `SYS_mremap', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_MREMAP
/* Define to 1 if you have the declaration of `SYS_munmap', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_MUNMAP
/* Define to 1 if you have the declaration of `SYS_shmat', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_SHMAT
/* Define to 1 if you have the declaration of `SYS_shmdt', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_SHMDT
/* Define to 1 if you have the declaration of `TCP_KEEPCNT', and to 0 if you
don't. */
#undef HAVE_DECL_TCP_KEEPCNT
/* Define to 1 if you have the declaration of `TCP_KEEPIDLE', and to 0 if you
don't. */
#undef HAVE_DECL_TCP_KEEPIDLE
/* Define to 1 if you have the declaration of `TCP_KEEPINTVL', and to 0 if you
don't. */
#undef HAVE_DECL_TCP_KEEPINTVL
/* Define to 1 if you have the declaration of `__ppc_get_timebase', and to 0
if you don't. */
#undef HAVE_DECL___PPC_GET_TIMEBASE
/* Define to 1 if you have the declaration of `__ppc_get_timebase_freq', and
to 0 if you don't. */
#undef HAVE_DECL___PPC_GET_TIMEBASE_FREQ
/* Enable detailed backtrace */
#undef HAVE_DETAILED_BACKTRACE
/* DEVX support */
#undef HAVE_DEVX
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <endian.h,> header file. */
#undef HAVE_ENDIAN_H_
/* Define to 1 if you have the `fuse_mount' function. */
#undef HAVE_FUSE_MOUNT
/* Define to 1 if you have the `fuse_open_channel' function. */
#undef HAVE_FUSE_OPEN_CHANNEL
/* Define to 1 if you have the `fuse_unmount' function. */
#undef HAVE_FUSE_UNMOUNT
/* Define to 1 if you have the <gdrapi.h> header file. */
#undef HAVE_GDRAPI_H
/* Enable HIP support */
#undef HAVE_HIP
/* Define to 1 if you have the <hip_runtime.h> header file. */
#undef HAVE_HIP_RUNTIME_H
/* Define to 1 if you have the `hsa_amd_portable_export_dmabuf' function. */
#undef HAVE_HSA_AMD_PORTABLE_EXPORT_DMABUF
/* Define to 1 if you have the <hsa_ext_amd.h> header file. */
#undef HAVE_HSA_EXT_AMD_H
/* Define to 1 if you have the <hsa.h> header file. */
#undef HAVE_HSA_H
/* high-resolution hardware timer enabled */
#undef HAVE_HW_TIMER
/* IB support */
#undef HAVE_IB
/* Device Memory support */
#undef HAVE_IBV_DM
/* struct in6_addr has s6_addr32 member */
#undef HAVE_IN6_ADDR_S6_ADDR32
/* struct in6_addr is BSD-style */
#undef HAVE_IN6_ADDR_U6_ADDR32
/* Define to 1 if you have the <infiniband/mlx5dv.h> header file. */
#undef HAVE_INFINIBAND_MLX5DV_H
/* Enable inotify support */
#undef HAVE_INOTIFY
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* struct iphdr has daddr member */
#undef HAVE_IPHDR_DADDR
/* struct ip has ip_dst member */
#undef HAVE_IP_IP_DST
/* Define to 1 if you have the <jni.h> header file. */
#undef HAVE_JNI_H
/* Define to 1 if you have the <jni_md.h> header file. */
#undef HAVE_JNI_MD_H
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
/* Define to 1 if you have the `rt' library (-lrt). */
#undef HAVE_LIBRT
/* Define to 1 if you have the <linux/futex.h> header file. */
#undef HAVE_LINUX_FUTEX_H
/* Define to 1 if you have the <linux/ip.h> header file. */
#undef HAVE_LINUX_IP_H
/* Define to 1 if you have the <linux/mman.h> header file. */
#undef HAVE_LINUX_MMAN_H
/* Define to 1 if you have the `malloc_get_state' function. */
#undef HAVE_MALLOC_GET_STATE
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* malloc hooks support */
#undef HAVE_MALLOC_HOOK
/* Define to 1 if you have the <malloc_np.h> header file. */
#undef HAVE_MALLOC_NP_H
/* Define to 1 if you have the `malloc_set_state' function. */
#undef HAVE_MALLOC_SET_STATE
/* Define to 1 if you have the `malloc_trim' function. */
#undef HAVE_MALLOC_TRIM
/* Define to 1 if you have the `memalign' function. */
#undef HAVE_MEMALIGN
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* mlx5 DV support */
#undef HAVE_MLX5_DV
/* mlx5 UD bare-metal support */
#undef HAVE_MLX5_HW_UD
/* MPI support */
#undef HAVE_MPI
/* Define to 1 if you have the `mremap' function. */
#undef HAVE_MREMAP
/* Define to 1 if you have the <netinet/ip.h> header file. */
#undef HAVE_NETINET_IP_H
/* Define to 1 if you have the <net/ethernet.h> header file. */
#undef HAVE_NET_ETHERNET_H
/* Define to 1 if you have the <nvml.h> header file. */
#undef HAVE_NVML_H
/* Define to 1 if you have the `posix_memalign' function. */
#undef HAVE_POSIX_MEMALIGN
/* Prefetch support */
#undef HAVE_PREFETCH
/* Enable profiling */
#undef HAVE_PROFILING
/* Define to 1 if you have the <pthread_np.h> header file. */
#undef HAVE_PTHREAD_NP_H
/* Enable ROCM support */
#undef HAVE_ROCM
/* Define to 1 if you have the `sched_getaffinity' function. */
#undef HAVE_SCHED_GETAFFINITY
/* Define to 1 if you have the `sched_setaffinity' function. */
#undef HAVE_SCHED_SETAFFINITY
/* struct sigaction has sa_restorer member */
#undef HAVE_SIGACTION_SA_RESTORER
/* struct sigevent has sigev_notify_thread_id */
#undef HAVE_SIGEVENT_SIGEV_NOTIFY_THREAD_ID
/* struct sigevent has _sigev_un._tid */
#undef HAVE_SIGEVENT_SIGEV_UN_TID
/* Define to 1 if the system has the type `sighandler_t'. */
#undef HAVE_SIGHANDLER_T
/* 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 `strerror_r' function. */
#undef HAVE_STRERROR_R
/* 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 the system has the type `struct dl_phdr_info'. */
#undef HAVE_STRUCT_DL_PHDR_INFO
/* Define to 1 if `pci_atomic_caps' is a member of `struct
ibv_device_attr_ex'. */
#undef HAVE_STRUCT_IBV_DEVICE_ATTR_EX_PCI_ATOMIC_CAPS
/* Define to 1 if `flags' is a member of `struct ibv_tm_caps'. */
#undef HAVE_STRUCT_IBV_TM_CAPS_FLAGS
/* Define to 1 if `cq_uar' is a member of `struct mlx5dv_cq'. */
#undef HAVE_STRUCT_MLX5DV_CQ_CQ_UAR
/* Define to 1 if `ib_stride_index' is a member of `struct mlx5_cqe64'. */
#undef HAVE_STRUCT_MLX5_CQE64_IB_STRIDE_INDEX
/* Define to 1 if `rmac' is a member of `struct mlx5_grh_av'. */
#undef HAVE_STRUCT_MLX5_GRH_AV_RMAC
/* Define to 1 if `base' is a member of `struct mlx5_wqe_av'. */
#undef HAVE_STRUCT_MLX5_WQE_AV_BASE
/* Linux capability API support */
#undef HAVE_SYS_CAPABILITY_H
/* Define to 1 if you have the <sys/cpuset.h> header file. */
#undef HAVE_SYS_CPUSET_H
/* Define to 1 if you have the <sys/endian.h> header file. */
#undef HAVE_SYS_ENDIAN_H
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H
/* Define to 1 if you have the <sys/eventfd.h> header file. */
#undef HAVE_SYS_EVENTFD_H
/* Define to 1 if you have the <sys/event.h> header file. */
#undef HAVE_SYS_EVENT_H
/* Define to 1 if you have the <sys/platform/ppc.h> header file. */
#undef HAVE_SYS_PLATFORM_PPC_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/thr.h> header file. */
#undef HAVE_SYS_THR_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H
/* DC transport support */
#undef HAVE_TL_DC
/* RC transport support */
#undef HAVE_TL_RC
/* UD transport support */
#undef HAVE_TL_UD
/* Defined if UGNI transport exists */
#undef HAVE_TL_UGNI
/* Use ptmalloc-2.8.6 version */
#undef HAVE_UCM_PTMALLOC286
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `__aarch64_sync_cache_range' function. */
#undef HAVE___AARCH64_SYNC_CACHE_RANGE
/* Define to 1 if you have the `__clear_cache' function. */
#undef HAVE___CLEAR_CACHE
/* Define to 1 if you have the `__curbrk' function. */
#undef HAVE___CURBRK
/* Define to 1 if the system has the type `__sighandler_t'. */
#undef HAVE___SIGHANDLER_T
/* IB Tag Matching support */
#undef IBV_HW_TM
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Define to 1 to disable Valgrind annotations. */
#undef NVALGRIND
/* 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
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P
/* Enable BISTRO hooks */
#undef UCM_BISTRO_HOOKS
/* Highest log level */
#undef UCS_MAX_LOG_LEVEL
/* Enable TCP keepalive configuration */
#undef UCT_TCP_EP_KEEPALIVE
/* Enable packet header inspection/rewriting in UCT/UD */
#undef UCT_UD_EP_DEBUG_HOOKS
/* Set alignment assumption for compiler */
#undef UCX_ALLOC_ALIGN
/* UCX configure flags */
#undef UCX_CONFIGURE_FLAGS
/* UCX module sub-directory */
#undef UCX_MODULE_SUBDIR
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
/* Version number of package */
#undef VERSION
/* io_demo CUDA support */
#undef WITH_IODEMO_CUDA
/* Define to 1 if on MINIX. */
#undef _MINIX
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
#undef _POSIX_1_SOURCE
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE
/* Define to the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */
#undef restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
__restrict__, even though the corresponding Sun C compiler ends up with
"#define restrict _Restrict" or "#define restrict __restrict__" in the
previous line. Perhaps some future version of Sun C++ will work with
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Test loadable modules */
#undef test_MODULES
/* UCM loadable modules */
#undef ucm_MODULES
/* UCS loadable modules */
#undef ucs_MODULES
/* UCT loadable modules */
#undef uct_MODULES
/* CUDA loadable modules */
#undef uct_cuda_MODULES
/* IB loadable modules */
#undef uct_ib_MODULES
/* ROCM loadable modules */
#undef uct_rocm_MODULES
/* Perftest loadable modules */
#undef ucx_perftest_MODULES
#endif /* UCX_CONFIG_H */