blob: 0ee23935fc431a840b1cb19ebd484ef95dc6e71c (
plain)
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
|
/* #undef AARCH64 */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* #undef ALPHA */
/* #undef ARC */
/* #undef ARM */
#define ASM_SA_RESTORER 0x04000000
#define ASM_SIGRTMIN 32
/* #undef AVR32 */
/* #undef BFIN */
#define COPYRIGHT_YEAR "2022"
/* #undef CSKY */
#define ENABLE_ARM_OABI 0
/* #undef ENABLE_SECONTEXT */
/* #undef ENABLE_STACKTRACE */
#define HAVE_ACCEPT4 1
/* #undef HAVE_ASM_CACHECTL_H */
/* #undef HAVE_ASM_GUARDED_STORAGE_H */
/* #undef HAVE_ASM_SIGCONTEXT_H */
/* #undef HAVE_ASM_SYSMIPS_H */
/* #undef HAVE_BE64TOH */
/* #undef HAVE_BLUETOOTH_BLUETOOTH_H */
#define HAVE_DECL_CTL_ABI 1
#define HAVE_DECL_CTL_APPLDATA 0
#define HAVE_DECL_CTL_ARLAN 1
#define HAVE_DECL_CTL_BUS 1
#define HAVE_DECL_CTL_CPU 1
#define HAVE_DECL_CTL_DEBUG 1
#define HAVE_DECL_CTL_DEV 1
#define HAVE_DECL_CTL_FRV 1
#define HAVE_DECL_CTL_FS 1
#define HAVE_DECL_CTL_INOTIFY 0
#define HAVE_DECL_CTL_KERN 1
#define HAVE_DECL_CTL_NET 1
#define HAVE_DECL_CTL_PM 1
#define HAVE_DECL_CTL_PROC 1
#define HAVE_DECL_CTL_S390DBF 1
#define HAVE_DECL_CTL_SUNRPC 1
#define HAVE_DECL_CTL_VM 1
#define HAVE_DECL_IEEE802154_ADDR_LONG 0
#define HAVE_DECL_IEEE802154_ADDR_NONE 0
#define HAVE_DECL_IEEE802154_ADDR_SHORT 0
#define HAVE_DECL_KERN_ACCT 1
#define HAVE_DECL_KERN_ACPI_VIDEO_FLAGS 1
#define HAVE_DECL_KERN_BOOTLOADER_TYPE 1
#define HAVE_DECL_KERN_CADPID 1
#define HAVE_DECL_KERN_CAP_BSET 0
#define HAVE_DECL_KERN_COMPAT_LOG 1
#define HAVE_DECL_KERN_CORE_PATTERN 1
#define HAVE_DECL_KERN_CORE_USES_PID 1
#define HAVE_DECL_KERN_CTLALTDEL 1
#define HAVE_DECL_KERN_DOMAINNAME 1
#define HAVE_DECL_KERN_HOTPLUG 1
#define HAVE_DECL_KERN_HPPA_PWRSW 1
#define HAVE_DECL_KERN_HPPA_UNALIGNED 1
#define HAVE_DECL_KERN_HZ_TIMER 1
#define HAVE_DECL_KERN_IA64_UNALIGNED 1
#define HAVE_DECL_KERN_IEEE_EMULATION_WARNINGS 1
#define HAVE_DECL_KERN_JAVA_APPLETVIEWER 0
#define HAVE_DECL_KERN_JAVA_INTERPRETER 0
#define HAVE_DECL_KERN_MAXFILE 0
#define HAVE_DECL_KERN_MAXID 0
#define HAVE_DECL_KERN_MAXINODE 0
#define HAVE_DECL_KERN_MAX_LOCK_DEPTH 1
#define HAVE_DECL_KERN_MAX_THREADS 1
#define HAVE_DECL_KERN_MODPROBE 1
#define HAVE_DECL_KERN_MSGMAX 1
#define HAVE_DECL_KERN_MSGMNB 1
#define HAVE_DECL_KERN_MSGMNI 1
#define HAVE_DECL_KERN_MSGPOOL 1
#define HAVE_DECL_KERN_NAMETRANS 1
#define HAVE_DECL_KERN_NFSRADDRS 0
#define HAVE_DECL_KERN_NFSRNAME 0
#define HAVE_DECL_KERN_NGROUPS_MAX 1
#define HAVE_DECL_KERN_NMI_WATCHDOG 1
#define HAVE_DECL_KERN_NODENAME 1
#define HAVE_DECL_KERN_NRFILE 0
#define HAVE_DECL_KERN_NRINODE 0
#define HAVE_DECL_KERN_OSRELEASE 1
#define HAVE_DECL_KERN_OSREV 1
#define HAVE_DECL_KERN_OSTYPE 1
#define HAVE_DECL_KERN_OVERFLOWGID 1
#define HAVE_DECL_KERN_OVERFLOWUID 1
#define HAVE_DECL_KERN_PANIC 1
#define HAVE_DECL_KERN_PANIC_ON_NMI 1
#define HAVE_DECL_KERN_PANIC_ON_OOPS 1
#define HAVE_DECL_KERN_PANIC_ON_WARN 1
#define HAVE_DECL_KERN_PIDMAX 1
#define HAVE_DECL_KERN_PPC_HTABRECLAIM 1
#define HAVE_DECL_KERN_PPC_L2CR 1
#define HAVE_DECL_KERN_PPC_POWERSAVE_NAP 1
#define HAVE_DECL_KERN_PPC_ZEROPAGED 1
#define HAVE_DECL_KERN_PRINTK 1
#define HAVE_DECL_KERN_PRINTK_RATELIMIT 1
#define HAVE_DECL_KERN_PRINTK_RATELIMIT_BURST 1
#define HAVE_DECL_KERN_PROF 1
#define HAVE_DECL_KERN_PTY 1
#define HAVE_DECL_KERN_RANDOM 1
#define HAVE_DECL_KERN_RANDOMIZE 1
#define HAVE_DECL_KERN_REALROOTDEV 1
#define HAVE_DECL_KERN_RTSIGMAX 1
#define HAVE_DECL_KERN_RTSIGNR 1
#define HAVE_DECL_KERN_S390_USER_DEBUG_LOGGING 1
#define HAVE_DECL_KERN_SECUREMASK 1
#define HAVE_DECL_KERN_SEM 1
#define HAVE_DECL_KERN_SETUID_DUMPABLE 1
#define HAVE_DECL_KERN_SG_BIG_BUFF 1
#define HAVE_DECL_KERN_SHMALL 1
#define HAVE_DECL_KERN_SHMMAX 1
#define HAVE_DECL_KERN_SHMMNI 1
#define HAVE_DECL_KERN_SHMPATH 1
#define HAVE_DECL_KERN_SPARC_REBOOT 1
#define HAVE_DECL_KERN_SPARC_SCONS_PWROFF 1
#define HAVE_DECL_KERN_SPARC_STOP_A 1
#define HAVE_DECL_KERN_SPIN_RETRY 1
#define HAVE_DECL_KERN_SYSRQ 1
#define HAVE_DECL_KERN_TAINTED 1
#define HAVE_DECL_KERN_UNKNOWN_NMI_PANIC 1
#define HAVE_DECL_KERN_VERSION 1
#define HAVE_DECL_LO_FLAGS_AUTOCLEAR 1
#define HAVE_DECL_LO_FLAGS_DIRECT_IO 1
#define HAVE_DECL_LO_FLAGS_PARTSCAN 1
#define HAVE_DECL_LO_FLAGS_READ_ONLY 1
#define HAVE_DECL_LO_FLAGS_USE_AOPS 0
#define HAVE_DECL_NET_802 1
#define HAVE_DECL_NET_ATALK 1
#define HAVE_DECL_NET_AX25 1
#define HAVE_DECL_NET_BRIDGE 1
#define HAVE_DECL_NET_CIPSOV4_CACHE_BUCKET_SIZE 1
#define HAVE_DECL_NET_CIPSOV4_CACHE_ENABLE 1
#define HAVE_DECL_NET_CIPSOV4_RBM_OPTFMT 1
#define HAVE_DECL_NET_CIPSOV4_RBM_STRICTVALID 1
#define HAVE_DECL_NET_CORE 1
#define HAVE_DECL_NET_CORE_AEVENT_ETIME 1
#define HAVE_DECL_NET_CORE_AEVENT_RSEQTH 1
#define HAVE_DECL_NET_CORE_BUDGET 1
#define HAVE_DECL_NET_CORE_DESTROY_DELAY 0
#define HAVE_DECL_NET_CORE_DEV_WEIGHT 1
#define HAVE_DECL_NET_CORE_DIVERT_VERSION 1
#define HAVE_DECL_NET_CORE_FASTROUTE 1
#define HAVE_DECL_NET_CORE_HOT_LIST_LENGTH 1
#define HAVE_DECL_NET_CORE_LO_CONG 1
#define HAVE_DECL_NET_CORE_MAX_BACKLOG 1
#define HAVE_DECL_NET_CORE_MOD_CONG 1
#define HAVE_DECL_NET_CORE_MSG_BURST 1
#define HAVE_DECL_NET_CORE_MSG_COST 1
#define HAVE_DECL_NET_CORE_NO_CONG 1
#define HAVE_DECL_NET_CORE_NO_CONG_THRESH 1
#define HAVE_DECL_NET_CORE_OPTMEM_MAX 1
#define HAVE_DECL_NET_CORE_RMEM_DEFAULT 1
#define HAVE_DECL_NET_CORE_RMEM_MAX 1
#define HAVE_DECL_NET_CORE_SOMAXCONN 1
#define HAVE_DECL_NET_CORE_WARNINGS 1
#define HAVE_DECL_NET_CORE_WMEM_DEFAULT 1
#define HAVE_DECL_NET_CORE_WMEM_MAX 1
#define HAVE_DECL_NET_DCCP 1
#define HAVE_DECL_NET_DECNET 1
#define HAVE_DECL_NET_ECONET 1
#define HAVE_DECL_NET_ETHER 1
#define HAVE_DECL_NET_IPV4 1
#define HAVE_DECL_NET_IPV4_ALWAYS_DEFRAG 1
#define HAVE_DECL_NET_IPV4_AUTOCONFIG 1
#define HAVE_DECL_NET_IPV4_CONF 1
#define HAVE_DECL_NET_IPV4_CONF_ACCEPT_REDIRECTS 1
#define HAVE_DECL_NET_IPV4_CONF_ACCEPT_SOURCE_ROUTE 1
#define HAVE_DECL_NET_IPV4_CONF_ARPFILTER 1
#define HAVE_DECL_NET_IPV4_CONF_ARP_ACCEPT 1
#define HAVE_DECL_NET_IPV4_CONF_ARP_ANNOUNCE 1
#define HAVE_DECL_NET_IPV4_CONF_ARP_EVICT_NOCARRIER 1
#define HAVE_DECL_NET_IPV4_CONF_ARP_IGNORE 1
#define HAVE_DECL_NET_IPV4_CONF_ARP_NOTIFY 1
#define HAVE_DECL_NET_IPV4_CONF_BOOTP_RELAY 1
#define HAVE_DECL_NET_IPV4_CONF_FORCE_IGMP_VERSION 1
#define HAVE_DECL_NET_IPV4_CONF_FORWARDING 1
#define HAVE_DECL_NET_IPV4_CONF_LOG_MARTIANS 1
#define HAVE_DECL_NET_IPV4_CONF_MC_FORWARDING 1
#define HAVE_DECL_NET_IPV4_CONF_MEDIUM_ID 1
#define HAVE_DECL_NET_IPV4_CONF_NOPOLICY 1
#define HAVE_DECL_NET_IPV4_CONF_NOXFRM 1
#define HAVE_DECL_NET_IPV4_CONF_PROMOTE_SECONDARIES 1
#define HAVE_DECL_NET_IPV4_CONF_PROXY_ARP 1
#define HAVE_DECL_NET_IPV4_CONF_RP_FILTER 1
#define HAVE_DECL_NET_IPV4_CONF_SECURE_REDIRECTS 1
#define HAVE_DECL_NET_IPV4_CONF_SEND_REDIRECTS 1
#define HAVE_DECL_NET_IPV4_CONF_SHARED_MEDIA 1
#define HAVE_DECL_NET_IPV4_CONF_TAG 1
#define HAVE_DECL_NET_IPV4_DEFAULT_TTL 1
#define HAVE_DECL_NET_IPV4_DYNADDR 1
#define HAVE_DECL_NET_IPV4_FIB_HASH 1
#define HAVE_DECL_NET_IPV4_FORWARD 1
#define HAVE_DECL_NET_IPV4_ICMP_DESTUNREACH_RATE 1
#define HAVE_DECL_NET_IPV4_ICMP_ECHOREPLY_RATE 1
#define HAVE_DECL_NET_IPV4_ICMP_ECHO_IGNORE_ALL 1
#define HAVE_DECL_NET_IPV4_ICMP_ECHO_IGNORE_BROADCASTS 1
#define HAVE_DECL_NET_IPV4_ICMP_ERRORS_USE_INBOUND_IFADDR 1
#define HAVE_DECL_NET_IPV4_ICMP_IGNORE_BOGUS_ERROR_RESPONSES 1
#define HAVE_DECL_NET_IPV4_ICMP_PARAMPROB_RATE 1
#define HAVE_DECL_NET_IPV4_ICMP_RATELIMIT 1
#define HAVE_DECL_NET_IPV4_ICMP_RATEMASK 1
#define HAVE_DECL_NET_IPV4_ICMP_SOURCEQUENCH_RATE 1
#define HAVE_DECL_NET_IPV4_ICMP_TIMEEXCEED_RATE 1
#define HAVE_DECL_NET_IPV4_IGMP_MAX_MEMBERSHIPS 1
#define HAVE_DECL_NET_IPV4_IGMP_MAX_MSF 1
#define HAVE_DECL_NET_IPV4_INET_PEER_GC_MAXTIME 1
#define HAVE_DECL_NET_IPV4_INET_PEER_GC_MINTIME 1
#define HAVE_DECL_NET_IPV4_INET_PEER_MAXTTL 1
#define HAVE_DECL_NET_IPV4_INET_PEER_MINTTL 1
#define HAVE_DECL_NET_IPV4_INET_PEER_THRESHOLD 1
#define HAVE_DECL_NET_IPV4_IPFRAG_HIGH_THRESH 1
#define HAVE_DECL_NET_IPV4_IPFRAG_LOW_THRESH 1
#define HAVE_DECL_NET_IPV4_IPFRAG_MAX_DIST 1
#define HAVE_DECL_NET_IPV4_IPFRAG_SECRET_INTERVAL 1
#define HAVE_DECL_NET_IPV4_IPFRAG_TIME 1
#define HAVE_DECL_NET_IPV4_IP_MASQ_DEBUG 1
#define HAVE_DECL_NET_IPV4_LOCAL_PORT_RANGE 1
#define HAVE_DECL_NET_IPV4_NEIGH 1
#define HAVE_DECL_NET_IPV4_NETFILTER 1
#define HAVE_DECL_NET_IPV4_NONLOCAL_BIND 1
#define HAVE_DECL_NET_IPV4_NO_PMTU_DISC 1
#define HAVE_DECL_NET_IPV4_ROUTE 1
#define HAVE_DECL_NET_IPV4_ROUTE_ERROR_BURST 1
#define HAVE_DECL_NET_IPV4_ROUTE_ERROR_COST 1
#define HAVE_DECL_NET_IPV4_ROUTE_FLUSH 1
#define HAVE_DECL_NET_IPV4_ROUTE_GC_ELASTICITY 1
#define HAVE_DECL_NET_IPV4_ROUTE_GC_INTERVAL 1
#define HAVE_DECL_NET_IPV4_ROUTE_GC_MIN_INTERVAL 1
#define HAVE_DECL_NET_IPV4_ROUTE_GC_MIN_INTERVAL_MS 1
#define HAVE_DECL_NET_IPV4_ROUTE_GC_THRESH 1
#define HAVE_DECL_NET_IPV4_ROUTE_GC_TIMEOUT 1
#define HAVE_DECL_NET_IPV4_ROUTE_MAX_DELAY 1
#define HAVE_DECL_NET_IPV4_ROUTE_MAX_SIZE 1
#define HAVE_DECL_NET_IPV4_ROUTE_MIN_ADVMSS 1
#define HAVE_DECL_NET_IPV4_ROUTE_MIN_DELAY 1
#define HAVE_DECL_NET_IPV4_ROUTE_MIN_PMTU 1
#define HAVE_DECL_NET_IPV4_ROUTE_MTU_EXPIRES 1
#define HAVE_DECL_NET_IPV4_ROUTE_REDIRECT_LOAD 1
#define HAVE_DECL_NET_IPV4_ROUTE_REDIRECT_NUMBER 1
#define HAVE_DECL_NET_IPV4_ROUTE_REDIRECT_SILENCE 1
#define HAVE_DECL_NET_IPV4_ROUTE_SECRET_INTERVAL 1
#define HAVE_DECL_NET_IPV4_TCP_FIN_TIMEOUT 1
#define HAVE_DECL_NET_IPV4_TCP_KEEPALIVE_INTVL 1
#define HAVE_DECL_NET_IPV4_TCP_KEEPALIVE_PROBES 1
#define HAVE_DECL_NET_IPV4_TCP_KEEPALIVE_TIME 1
#define HAVE_DECL_NET_IPV4_TCP_MAX_KA_PROBES 1
#define HAVE_DECL_NET_IPV4_TCP_RETRANS_COLLAPSE 1
#define HAVE_DECL_NET_IPV4_TCP_RETRIES1 1
#define HAVE_DECL_NET_IPV4_TCP_RETRIES2 1
#define HAVE_DECL_NET_IPV4_TCP_SACK 1
#define HAVE_DECL_NET_IPV4_TCP_SYN_RETRIES 1
#define HAVE_DECL_NET_IPV4_TCP_TIMESTAMPS 1
#define HAVE_DECL_NET_IPV4_TCP_WINDOW_SCALING 1
#define HAVE_DECL_NET_IPV4_TCP_WORKAROUND_SIGNED_WINDOWS 1
#define HAVE_DECL_NET_IPV6 1
#define HAVE_DECL_NET_IPV6_BINDV6ONLY 1
#define HAVE_DECL_NET_IPV6_CONF 1
#define HAVE_DECL_NET_IPV6_ICMP 1
#define HAVE_DECL_NET_IPV6_IP6FRAG_HIGH_THRESH 1
#define HAVE_DECL_NET_IPV6_IP6FRAG_LOW_THRESH 1
#define HAVE_DECL_NET_IPV6_IP6FRAG_SECRET_INTERVAL 1
#define HAVE_DECL_NET_IPV6_IP6FRAG_TIME 1
#define HAVE_DECL_NET_IPV6_MLD_MAX_MSF 1
#define HAVE_DECL_NET_IPV6_NEIGH 1
#define HAVE_DECL_NET_IPV6_ROUTE 1
#define HAVE_DECL_NET_IPV6_ROUTE_FLUSH 1
#define HAVE_DECL_NET_IPV6_ROUTE_GC_ELASTICITY 1
#define HAVE_DECL_NET_IPV6_ROUTE_GC_INTERVAL 1
#define HAVE_DECL_NET_IPV6_ROUTE_GC_MIN_INTERVAL 1
#define HAVE_DECL_NET_IPV6_ROUTE_GC_MIN_INTERVAL_MS 1
#define HAVE_DECL_NET_IPV6_ROUTE_GC_THRESH 1
#define HAVE_DECL_NET_IPV6_ROUTE_GC_TIMEOUT 1
#define HAVE_DECL_NET_IPV6_ROUTE_MAX_SIZE 1
#define HAVE_DECL_NET_IPV6_ROUTE_MIN_ADVMSS 1
#define HAVE_DECL_NET_IPV6_ROUTE_MTU_EXPIRES 1
#define HAVE_DECL_NET_IPX 1
#define HAVE_DECL_NET_IRDA 1
#define HAVE_DECL_NET_LLC 1
#define HAVE_DECL_NET_NETFILTER 1
#define HAVE_DECL_NET_NETROM 1
#define HAVE_DECL_NET_ROSE 1
#define HAVE_DECL_NET_SCTP 1
#define HAVE_DECL_NET_TCP_ABC 1
#define HAVE_DECL_NET_TCP_ABORT_ON_OVERFLOW 1
#define HAVE_DECL_NET_TCP_ADV_WIN_SCALE 1
#define HAVE_DECL_NET_TCP_ALLOWED_CONG_CONTROL 1
#define HAVE_DECL_NET_TCP_APP_WIN 1
#define HAVE_DECL_NET_TCP_AVAIL_CONG_CONTROL 1
#define HAVE_DECL_NET_TCP_BASE_MSS 1
#define HAVE_DECL_NET_TCP_BIC 0
#define HAVE_DECL_NET_TCP_BIC_BETA 1
#define HAVE_DECL_NET_TCP_BIC_FAST_CONVERGENCE 0
#define HAVE_DECL_NET_TCP_BIC_LOW_WINDOW 0
#define HAVE_DECL_NET_TCP_CONG_CONTROL 1
#define HAVE_DECL_NET_TCP_DEFAULT_WIN_SCALE 1
#define HAVE_DECL_NET_TCP_DMA_COPYBREAK 1
#define HAVE_DECL_NET_TCP_DSACK 1
#define HAVE_DECL_NET_TCP_ECN 1
#define HAVE_DECL_NET_TCP_FACK 1
#define HAVE_DECL_NET_TCP_FRTO 1
#define HAVE_DECL_NET_TCP_FRTO_RESPONSE 1
#define HAVE_DECL_NET_TCP_LOW_LATENCY 1
#define HAVE_DECL_NET_TCP_MAX_ORPHANS 1
#define HAVE_DECL_NET_TCP_MAX_SSTHRESH 1
#define HAVE_DECL_NET_TCP_MAX_SYN_BACKLOG 1
#define HAVE_DECL_NET_TCP_MAX_TW_BUCKETS 1
#define HAVE_DECL_NET_TCP_MEM 1
#define HAVE_DECL_NET_TCP_MODERATE_RCVBUF 1
#define HAVE_DECL_NET_TCP_MTU_PROBING 1
#define HAVE_DECL_NET_TCP_NO_METRICS_SAVE 1
#define HAVE_DECL_NET_TCP_ORPHAN_RETRIES 1
#define HAVE_DECL_NET_TCP_REORDERING 1
#define HAVE_DECL_NET_TCP_RFC1337 1
#define HAVE_DECL_NET_TCP_RMEM 1
#define HAVE_DECL_NET_TCP_SLOW_START_AFTER_IDLE 1
#define HAVE_DECL_NET_TCP_STDURG 1
#define HAVE_DECL_NET_TCP_SYNACK_RETRIES 1
#define HAVE_DECL_NET_TCP_SYNCOOKIES 1
#define HAVE_DECL_NET_TCP_SYN_TAILDROP 1
#define HAVE_DECL_NET_TCP_TSO_WIN_DIVISOR 1
#define HAVE_DECL_NET_TCP_TW_RECYCLE 1
#define HAVE_DECL_NET_TCP_TW_REUSE 1
#define HAVE_DECL_NET_TCP_VEGAS 0
#define HAVE_DECL_NET_TCP_VEGAS_ALPHA 0
#define HAVE_DECL_NET_TCP_VEGAS_BETA 0
#define HAVE_DECL_NET_TCP_VEGAS_GAMMA 0
#define HAVE_DECL_NET_TCP_WESTWOOD 0
#define HAVE_DECL_NET_TCP_WMEM 1
#define HAVE_DECL_NET_TR 1
#define HAVE_DECL_NET_UNIX 1
#define HAVE_DECL_NET_UNIX_DELETE_DELAY 1
#define HAVE_DECL_NET_UNIX_DESTROY_DELAY 1
#define HAVE_DECL_NET_UNIX_MAX_DGRAM_QLEN 1
#define HAVE_DECL_NET_X25 1
#define HAVE_DECL_NFEA_ACTIVITY_NOTIFY 0
#define HAVE_DECL_NFEA_DONT_REFRESH 0
#define HAVE_DECL_NFEA_UNSPEC 0
#define HAVE_DECL_PTRACE_PEEKUSER 1
#define HAVE_DECL_PTRACE_POKEUSER 1
#define HAVE_DECL_P_ALL 1
#define HAVE_DECL_P_PGID 1
#define HAVE_DECL_P_PID 1
#define HAVE_DECL_P_PIDFD 1
#define HAVE_DECL_SYS_ERRLIST 0
#define HAVE_DECL_TCA_ACT_COOKIE 1
#define HAVE_DECL_TCA_ACT_FLAGS 1
#define HAVE_DECL_TCA_ACT_HW_STATS 1
#define HAVE_DECL_TCA_ACT_INDEX 1
#define HAVE_DECL_TCA_ACT_IN_HW_COUNT 1
#define HAVE_DECL_TCA_ACT_KIND 1
#define HAVE_DECL_TCA_ACT_OPTIONS 1
#define HAVE_DECL_TCA_ACT_PAD 1
#define HAVE_DECL_TCA_ACT_STATS 1
#define HAVE_DECL_TCA_ACT_UNSPEC 1
#define HAVE_DECL_TCA_ACT_USED_HW_STATS 1
#define HAVE_DECL_VM_BLOCK_DUMP 1
#define HAVE_DECL_VM_CMM_PAGES 0
#define HAVE_DECL_VM_CMM_TIMED_PAGES 0
#define HAVE_DECL_VM_CMM_TIMEOUT 0
#define HAVE_DECL_VM_DIRTY_BACKGROUND 1
#define HAVE_DECL_VM_DIRTY_EXPIRE_CS 1
#define HAVE_DECL_VM_DIRTY_RATIO 1
#define HAVE_DECL_VM_DIRTY_WB_CS 1
#define HAVE_DECL_VM_DROP_PAGECACHE 1
#define HAVE_DECL_VM_HUGETLB_GROUP 1
#define HAVE_DECL_VM_HUGETLB_PAGES 1
#define HAVE_DECL_VM_LAPTOP_MODE 1
#define HAVE_DECL_VM_LEGACY_VA_LAYOUT 1
#define HAVE_DECL_VM_LOWMEM_RESERVE_RATIO 1
#define HAVE_DECL_VM_MAX_MAP_COUNT 1
#define HAVE_DECL_VM_MIN_FREE_KBYTES 1
#define HAVE_DECL_VM_MIN_SLAB 1
#define HAVE_DECL_VM_MIN_UNMAPPED 1
#define HAVE_DECL_VM_NR_PDFLUSH_THREADS 1
#define HAVE_DECL_VM_OVERCOMMIT_MEMORY 1
#define HAVE_DECL_VM_OVERCOMMIT_RATIO 1
#define HAVE_DECL_VM_PAGEBUF 1
#define HAVE_DECL_VM_PAGE_CLUSTER 1
#define HAVE_DECL_VM_PANIC_ON_OOM 1
#define HAVE_DECL_VM_PERCPU_PAGELIST_FRACTION 1
#define HAVE_DECL_VM_SWAPPINESS 1
#define HAVE_DECL_VM_SWAP_TOKEN_TIMEOUT 1
#define HAVE_DECL_VM_UNUSED1 1
#define HAVE_DECL_VM_UNUSED2 1
#define HAVE_DECL_VM_UNUSED3 1
#define HAVE_DECL_VM_UNUSED4 1
#define HAVE_DECL_VM_UNUSED5 1
#define HAVE_DECL_VM_UNUSED7 1
#define HAVE_DECL_VM_UNUSED8 1
#define HAVE_DECL_VM_UNUSED9 1
#define HAVE_DECL_VM_VDSO_ENABLED 1
#define HAVE_DECL_VM_VFS_CACHE_PRESSURE 1
#define HAVE_DECL_VM_ZONE_RECLAIM_MODE 1
#define HAVE_DECL_XFRM_MSG_ACQUIRE 1
#define HAVE_DECL_XFRM_MSG_ALLOCSPI 1
#define HAVE_DECL_XFRM_MSG_DELPOLICY 1
#define HAVE_DECL_XFRM_MSG_DELSA 1
#define HAVE_DECL_XFRM_MSG_EXPIRE 1
#define HAVE_DECL_XFRM_MSG_FLUSHPOLICY 1
#define HAVE_DECL_XFRM_MSG_FLUSHSA 1
#define HAVE_DECL_XFRM_MSG_GETAE 1
#define HAVE_DECL_XFRM_MSG_GETDEFAULT 1
#define HAVE_DECL_XFRM_MSG_GETPOLICY 1
#define HAVE_DECL_XFRM_MSG_GETSA 1
#define HAVE_DECL_XFRM_MSG_GETSADINFO 1
#define HAVE_DECL_XFRM_MSG_GETSPDINFO 1
#define HAVE_DECL_XFRM_MSG_MAPPING 1
#define HAVE_DECL_XFRM_MSG_MIGRATE 1
#define HAVE_DECL_XFRM_MSG_NEWAE 1
#define HAVE_DECL_XFRM_MSG_NEWPOLICY 1
#define HAVE_DECL_XFRM_MSG_NEWSA 1
#define HAVE_DECL_XFRM_MSG_NEWSADINFO 1
#define HAVE_DECL_XFRM_MSG_NEWSPDINFO 1
#define HAVE_DECL_XFRM_MSG_POLEXPIRE 1
#define HAVE_DECL_XFRM_MSG_REPORT 1
#define HAVE_DECL_XFRM_MSG_SETDEFAULT 1
#define HAVE_DECL_XFRM_MSG_UPDPOLICY 1
#define HAVE_DECL_XFRM_MSG_UPDSA 1
/* #undef HAVE_DEMANGLE_H */
#define HAVE_DLADDR 1
/* #undef HAVE_ELFUTILS_LIBDWFL_H */
#define HAVE_ELF_H 1
#define HAVE_FALLOCATE 1
#define HAVE_FANOTIFY_MARK 1
/* #undef HAVE_FCNTL64 */
#define HAVE_FOPEN64 1
#define HAVE_FORK 1
#define HAVE_FPUTS_UNLOCKED 1
#define HAVE_FSTATAT 1
#define HAVE_FTRUNCATE 1
#define HAVE_FUTIMENS 1
#define HAVE_GCOV_H 1
/* #undef HAVE_GNU_STUBS */
/* #undef HAVE_GNU_STUBS_32_H */
/* #undef HAVE_GNU_STUBS_X32_H */
#define HAVE_ICONV_H 1
#define HAVE_ICONV_OPEN 1
#define HAVE_IF_INDEXTONAME 1
#define HAVE_INTTYPES_H 1
/* #undef HAVE_LIBIBERTY_DEMANGLE_H */
/* #undef HAVE_LIBUNWIND_PTRACE_H */
#define HAVE_LINUX_BPF_H 1
#define HAVE_LINUX_IF_ALG_H 1
#define HAVE_LINUX_IF_XDP_H 1
#define HAVE_LINUX_IPC_H 1
/* #undef HAVE_LINUX_IPX_H */
#define HAVE_LINUX_KVM_H 1
#define HAVE_LINUX_NETFILTER_ARP_ARP_TABLES_H 1
#define HAVE_LINUX_NETFILTER_BRIDGE_EBTABLES_H 1
#define HAVE_LINUX_NETFILTER_IPV4_IP_TABLES_H 1
#define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
#define HAVE_LINUX_NFC_H 1
#define HAVE_LINUX_QRTR_H 1
#define HAVE_LINUX_RXRPC_H 1
#define HAVE_LINUX_VM_SOCKETS_H 1
/* #undef HAVE_M32_MPERS */
/* #undef HAVE_M32_SELINUX_RUNTIME */
/* #undef HAVE_M32_STRUCT_STAT */
/* #undef HAVE_M32_STRUCT_STAT64 */
/* #undef HAVE_M32_STRUCT_STAT64_ST_MTIME_NSEC */
/* #undef HAVE_M32_STRUCT_STAT_ST_MTIME_NSEC */
#define HAVE_MEMORY_H 1
#define HAVE_MEMPCPY 1
#define HAVE_MQUEUE_H 1
/* #undef HAVE_MX32_MPERS */
/* #undef HAVE_MX32_SELINUX_RUNTIME */
/* #undef HAVE_MX32_STRUCT_STAT */
/* #undef HAVE_MX32_STRUCT_STAT64 */
/* #undef HAVE_MX32_STRUCT_STAT64_ST_MTIME_NSEC */
/* #undef HAVE_MX32_STRUCT_STAT_ST_MTIME_NSEC */
/* #undef HAVE_NETINET_SCTP_H */
#define HAVE_NETINET_TCP_H 1
#define HAVE_NETINET_UDP_H 1
/* #undef HAVE_NETIPX_IPX_H */
#define HAVE_OPEN64 1
#define HAVE_OPEN_MEMSTREAM 1
#define HAVE_PATHS_H 1
#define HAVE_PREADV 1
#define HAVE_PROCESS_VM_READV 1
#define HAVE_PROCESS_VM_WRITEV 1
#define HAVE_PROGRAM_INVOCATION_NAME 1
#define HAVE_PWRITEV 1
#define HAVE_READAHEAD 1
/* #undef HAVE_S390_COMPAT_REGS */
#define HAVE_SCSI_SG_H 1
/* #undef HAVE_SELINUX_RUNTIME */
/* #undef HAVE_SELINUX_SELINUX_H */
#define HAVE_SIGINFO_T_SI_ADDR_LSB 1
#define HAVE_SIGINFO_T_SI_LOWER 1
#define HAVE_SIGINFO_T_SI_OVERRUN 1
/* #undef HAVE_SIGINFO_T_SI_PERF_DATA */
/* #undef HAVE_SIGINFO_T_SI_PERF_FLAGS */
/* #undef HAVE_SIGINFO_T_SI_PERF_TYPE */
#define HAVE_SIGINFO_T_SI_PKEY 1
#define HAVE_SIGINFO_T_SI_SYSCALL 1
#define HAVE_SIGINFO_T_SI_TIMERID 1
#define HAVE_SIGINFO_T_SI_UPPER 1
#define HAVE_SIGNALFD 1
#define HAVE_SIG_ATOMIC_T 1
#define HAVE_STATIC_ASSERT 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STPCPY 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNDUP 1
#define HAVE_STRUCT_BPF_INSN 1
#define HAVE_STRUCT_BPF_MAP_INFO 1
#define HAVE_STRUCT_BPF_MAP_INFO_BTF_ID 1
#define HAVE_STRUCT_BPF_MAP_INFO_BTF_KEY_TYPE_ID 1
#define HAVE_STRUCT_BPF_MAP_INFO_BTF_VALUE_TYPE_ID 1
#define HAVE_STRUCT_BPF_MAP_INFO_BTF_VMLINUX_VALUE_TYPE_ID 1
#define HAVE_STRUCT_BPF_MAP_INFO_ID 1
#define HAVE_STRUCT_BPF_MAP_INFO_IFINDEX 1
#define HAVE_STRUCT_BPF_MAP_INFO_KEY_SIZE 1
#define HAVE_STRUCT_BPF_MAP_INFO_MAP_EXTRA 1
#define HAVE_STRUCT_BPF_MAP_INFO_MAP_FLAGS 1
#define HAVE_STRUCT_BPF_MAP_INFO_MAX_ENTRIES 1
#define HAVE_STRUCT_BPF_MAP_INFO_NAME 1
/* #undef HAVE_STRUCT_BPF_MAP_INFO_PAD */
#define HAVE_STRUCT_BPF_MAP_INFO_TYPE 1
#define HAVE_STRUCT_BPF_MAP_INFO_VALUE_SIZE 1
#define HAVE_STRUCT_BPF_PROG_INFO 1
#define HAVE_STRUCT_BPF_PROG_INFO_BTF_ID 1
#define HAVE_STRUCT_BPF_PROG_INFO_CREATED_BY_UID 1
#define HAVE_STRUCT_BPF_PROG_INFO_FUNC_INFO 1
#define HAVE_STRUCT_BPF_PROG_INFO_FUNC_INFO_REC_SIZE 1
#define HAVE_STRUCT_BPF_PROG_INFO_ID 1
#define HAVE_STRUCT_BPF_PROG_INFO_IFINDEX 1
#define HAVE_STRUCT_BPF_PROG_INFO_JITED_FUNC_LENS 1
#define HAVE_STRUCT_BPF_PROG_INFO_JITED_KSYMS 1
#define HAVE_STRUCT_BPF_PROG_INFO_JITED_LINE_INFO 1
#define HAVE_STRUCT_BPF_PROG_INFO_JITED_LINE_INFO_REC_SIZE 1
#define HAVE_STRUCT_BPF_PROG_INFO_JITED_PROG_INSNS 1
#define HAVE_STRUCT_BPF_PROG_INFO_JITED_PROG_LEN 1
#define HAVE_STRUCT_BPF_PROG_INFO_LINE_INFO 1
#define HAVE_STRUCT_BPF_PROG_INFO_LINE_INFO_REC_SIZE 1
#define HAVE_STRUCT_BPF_PROG_INFO_LOAD_TIME 1
#define HAVE_STRUCT_BPF_PROG_INFO_MAP_IDS 1
#define HAVE_STRUCT_BPF_PROG_INFO_NAME 1
#define HAVE_STRUCT_BPF_PROG_INFO_NR_FUNC_INFO 1
#define HAVE_STRUCT_BPF_PROG_INFO_NR_JITED_FUNC_LENS 1
#define HAVE_STRUCT_BPF_PROG_INFO_NR_JITED_KSYMS 1
#define HAVE_STRUCT_BPF_PROG_INFO_NR_JITED_LINE_INFO 1
#define HAVE_STRUCT_BPF_PROG_INFO_NR_LINE_INFO 1
#define HAVE_STRUCT_BPF_PROG_INFO_NR_MAP_IDS 1
#define HAVE_STRUCT_BPF_PROG_INFO_NR_PROG_TAGS 1
#define HAVE_STRUCT_BPF_PROG_INFO_PROG_TAGS 1
#define HAVE_STRUCT_BPF_PROG_INFO_RECURSION_MISSES 1
#define HAVE_STRUCT_BPF_PROG_INFO_RUN_CNT 1
#define HAVE_STRUCT_BPF_PROG_INFO_RUN_TIME_NS 1
#define HAVE_STRUCT_BPF_PROG_INFO_TAG 1
#define HAVE_STRUCT_BPF_PROG_INFO_TYPE 1
#define HAVE_STRUCT_BPF_PROG_INFO_VERIFIED_INSNS 1
#define HAVE_STRUCT_BPF_PROG_INFO_XLATED_PROG_INSNS 1
#define HAVE_STRUCT_BPF_PROG_INFO_XLATED_PROG_LEN 1
/* #undef HAVE_STRUCT_IA64_FPREG */
#define HAVE_STRUCT_IOCB_AIO_FLAGS 1
#define HAVE_STRUCT_IOCB_AIO_RW_FLAGS 1
#define HAVE_STRUCT_KBDIACRSUC 1
#define HAVE_STRUCT_KBDIACRUC 1
#define HAVE_STRUCT_KVM_CPUID2 1
#define HAVE_STRUCT_KVM_REGS 1
#define HAVE_STRUCT_KVM_SREGS 1
#define HAVE_STRUCT_KVM_USERSPACE_MEMORY_REGION 1
#define HAVE_STRUCT_MMSGHDR 1
/* #undef HAVE_STRUCT_PTRACE_PEEKSIGINFO_ARGS */
#define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1
/* #undef HAVE_STRUCT_PT_ALL_USER_REGS */
#define HAVE_STRUCT_SIGCONTEXT 1
#define HAVE_STRUCT_SOCKADDR_ALG_NEW 1
/* #undef HAVE_STRUCT_SOCKADDR_HCI_HCI_CHANNEL */
/* #undef HAVE_STRUCT_SOCKADDR_L2_L2_BDADDR_TYPE */
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_SOCKADDR_VM 1
#define HAVE_STRUCT_SOCKADDR_VM_SVM_FLAGS 1
#define HAVE_STRUCT_SOCKADDR_XDP 1
/* #undef HAVE_STRUCT_STAT64 */
/* #undef HAVE_STRUCT_STAT64_ST_MTIME_NSEC */
#define HAVE_STRUCT_STATFS 1
#define HAVE_STRUCT_STATFS64 1
#define HAVE_STRUCT_STATFS64_F_FLAGS 1
#define HAVE_STRUCT_STATFS64_F_FRSIZE 1
#define HAVE_STRUCT_STATFS64_F_FSID_VAL 1
/* #undef HAVE_STRUCT_STATFS64_F_FSID___VAL */
#define HAVE_STRUCT_STATFS_F_FLAGS 1
#define HAVE_STRUCT_STATFS_F_FRSIZE 1
#define HAVE_STRUCT_STATFS_F_FSID_VAL 1
/* #undef HAVE_STRUCT_STATFS_F_FSID___VAL */
#define HAVE_STRUCT_STAT_ST_MTIME_NSEC 1
#define HAVE_STRUCT_TCP_DIAG_MD5SIG 1
#define HAVE_STRUCT_USER_DESC 1
#define HAVE_STRUCT_USER_DESC_LM 1
#define HAVE_STRUCT_UTSNAME_DOMAINNAME 1
/* #undef HAVE_STRUCT___AIO_SIGSET */
#define HAVE_STRUCT___KERNEL_SOCK_TIMEVAL 1
#define HAVE_STRUCT___KERNEL_TIMESPEC 1
#define HAVE_STRUCT___OLD_KERNEL_STAT 1
#define HAVE_STRUCT___PTRACE_SYSCALL_INFO 1
#define HAVE_SYNC_FILE_RANGE 1
#define HAVE_SYS_EVENTFD_H 1
#define HAVE_SYS_FANOTIFY_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_QUOTA_H 1
#define HAVE_SYS_SIGNALFD_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_TYPEOF 1
#define HAVE_UNION_BPF_ATTR_ATTACH_BPF_FD 1
#define HAVE_UNION_BPF_ATTR_ATTACH_BTF_ID 1
#define HAVE_UNION_BPF_ATTR_ATTACH_FLAGS 1
#define HAVE_UNION_BPF_ATTR_ATTACH_PROG_FD 1
#define HAVE_UNION_BPF_ATTR_ATTACH_TYPE 1
#define HAVE_UNION_BPF_ATTR_BATCH_COUNT 1
#define HAVE_UNION_BPF_ATTR_BATCH_ELEM_FLAGS 1
#define HAVE_UNION_BPF_ATTR_BATCH_FLAGS 1
#define HAVE_UNION_BPF_ATTR_BATCH_IN_BATCH 1
#define HAVE_UNION_BPF_ATTR_BATCH_KEYS 1
#define HAVE_UNION_BPF_ATTR_BATCH_MAP_FD 1
#define HAVE_UNION_BPF_ATTR_BATCH_OUT_BATCH 1
#define HAVE_UNION_BPF_ATTR_BATCH_VALUES 1
#define HAVE_UNION_BPF_ATTR_BPF_FD 1
#define HAVE_UNION_BPF_ATTR_BTF 1
#define HAVE_UNION_BPF_ATTR_BTF_FD 1
#define HAVE_UNION_BPF_ATTR_BTF_ID 1
#define HAVE_UNION_BPF_ATTR_BTF_KEY_TYPE_ID 1
#define HAVE_UNION_BPF_ATTR_BTF_LOG_BUF 1
#define HAVE_UNION_BPF_ATTR_BTF_LOG_LEVEL 1
#define HAVE_UNION_BPF_ATTR_BTF_LOG_SIZE 1
#define HAVE_UNION_BPF_ATTR_BTF_SIZE 1
#define HAVE_UNION_BPF_ATTR_BTF_VALUE_TYPE_ID 1
#define HAVE_UNION_BPF_ATTR_BTF_VMLINUX_VALUE_TYPE_ID 1
/* #undef HAVE_UNION_BPF_ATTR_DUMMY */
#define HAVE_UNION_BPF_ATTR_EXPECTED_ATTACH_TYPE 1
#define HAVE_UNION_BPF_ATTR_FD_ARRAY 1
#define HAVE_UNION_BPF_ATTR_FILE_FLAGS 1
#define HAVE_UNION_BPF_ATTR_FLAGS 1
#define HAVE_UNION_BPF_ATTR_FUNC_INFO 1
#define HAVE_UNION_BPF_ATTR_FUNC_INFO_CNT 1
#define HAVE_UNION_BPF_ATTR_FUNC_INFO_REC_SIZE 1
#define HAVE_UNION_BPF_ATTR_INFO_BPF_FD 1
#define HAVE_UNION_BPF_ATTR_INFO_INFO 1
#define HAVE_UNION_BPF_ATTR_INFO_INFO_LEN 1
#define HAVE_UNION_BPF_ATTR_INNER_MAP_FD 1
#define HAVE_UNION_BPF_ATTR_INSNS 1
#define HAVE_UNION_BPF_ATTR_INSN_CNT 1
#define HAVE_UNION_BPF_ATTR_KERN_VERSION 1
#define HAVE_UNION_BPF_ATTR_KEY 1
#define HAVE_UNION_BPF_ATTR_KEY_SIZE 1
#define HAVE_UNION_BPF_ATTR_LICENSE 1
#define HAVE_UNION_BPF_ATTR_LINE_INFO 1
#define HAVE_UNION_BPF_ATTR_LINE_INFO_CNT 1
#define HAVE_UNION_BPF_ATTR_LINE_INFO_REC_SIZE 1
/* #undef HAVE_UNION_BPF_ATTR_LINK_CREATE_ADDRS */
#define HAVE_UNION_BPF_ATTR_LINK_CREATE_ATTACH_TYPE 1
/* #undef HAVE_UNION_BPF_ATTR_LINK_CREATE_BPF_COOKIE */
/* #undef HAVE_UNION_BPF_ATTR_LINK_CREATE_CNT */
/* #undef HAVE_UNION_BPF_ATTR_LINK_CREATE_COOKIES */
#define HAVE_UNION_BPF_ATTR_LINK_CREATE_FLAGS 1
#define HAVE_UNION_BPF_ATTR_LINK_CREATE_ITER_INFO 1
#define HAVE_UNION_BPF_ATTR_LINK_CREATE_ITER_INFO_LEN 1
#define HAVE_UNION_BPF_ATTR_LINK_CREATE_KPROBE_MULTI 1
#define HAVE_UNION_BPF_ATTR_LINK_CREATE_PERF_EVENT 1
#define HAVE_UNION_BPF_ATTR_LINK_CREATE_PROG_FD 1
/* #undef HAVE_UNION_BPF_ATTR_LINK_CREATE_SYMS */
#define HAVE_UNION_BPF_ATTR_LINK_CREATE_TARGET_BTF_ID 1
#define HAVE_UNION_BPF_ATTR_LINK_CREATE_TARGET_FD 1
#define HAVE_UNION_BPF_ATTR_LINK_ID 1
#define HAVE_UNION_BPF_ATTR_LINK_UPDATE_FLAGS 1
#define HAVE_UNION_BPF_ATTR_LINK_UPDATE_LINK_FD 1
#define HAVE_UNION_BPF_ATTR_LINK_UPDATE_NEW_PROG_FD 1
#define HAVE_UNION_BPF_ATTR_LINK_UPDATE_OLD_PROG_FD 1
#define HAVE_UNION_BPF_ATTR_LOG_BUF 1
#define HAVE_UNION_BPF_ATTR_LOG_LEVEL 1
#define HAVE_UNION_BPF_ATTR_LOG_SIZE 1
#define HAVE_UNION_BPF_ATTR_MAP_EXTRA 1
#define HAVE_UNION_BPF_ATTR_MAP_FD 1
#define HAVE_UNION_BPF_ATTR_MAP_FLAGS 1
#define HAVE_UNION_BPF_ATTR_MAP_ID 1
#define HAVE_UNION_BPF_ATTR_MAP_IFINDEX 1
#define HAVE_UNION_BPF_ATTR_MAP_NAME 1
#define HAVE_UNION_BPF_ATTR_MAP_TYPE 1
#define HAVE_UNION_BPF_ATTR_MAX_ENTRIES 1
#define HAVE_UNION_BPF_ATTR_NEXT_ID 1
#define HAVE_UNION_BPF_ATTR_NEXT_KEY 1
#define HAVE_UNION_BPF_ATTR_NUMA_NODE 1
#define HAVE_UNION_BPF_ATTR_OPEN_FLAGS 1
/* #undef HAVE_UNION_BPF_ATTR_PAD */
#define HAVE_UNION_BPF_ATTR_PATHNAME 1
#define HAVE_UNION_BPF_ATTR_PROG_BTF_FD 1
#define HAVE_UNION_BPF_ATTR_PROG_FLAGS 1
#define HAVE_UNION_BPF_ATTR_PROG_ID 1
#define HAVE_UNION_BPF_ATTR_PROG_IFINDEX 1
#define HAVE_UNION_BPF_ATTR_PROG_NAME 1
#define HAVE_UNION_BPF_ATTR_PROG_TYPE 1
#define HAVE_UNION_BPF_ATTR_QUERY_ATTACH_FLAGS 1
#define HAVE_UNION_BPF_ATTR_QUERY_ATTACH_TYPE 1
#define HAVE_UNION_BPF_ATTR_QUERY_PROG_CNT 1
#define HAVE_UNION_BPF_ATTR_QUERY_PROG_IDS 1
#define HAVE_UNION_BPF_ATTR_QUERY_QUERY_FLAGS 1
#define HAVE_UNION_BPF_ATTR_QUERY_TARGET_FD 1
#define HAVE_UNION_BPF_ATTR_RAW_TRACEPOINT_NAME 1
#define HAVE_UNION_BPF_ATTR_RAW_TRACEPOINT_PROG_FD 1
#define HAVE_UNION_BPF_ATTR_REPLACE_BPF_FD 1
#define HAVE_UNION_BPF_ATTR_START_ID 1
#define HAVE_UNION_BPF_ATTR_TARGET_FD 1
#define HAVE_UNION_BPF_ATTR_TASK_FD_QUERY_BUF 1
#define HAVE_UNION_BPF_ATTR_TASK_FD_QUERY_BUF_LEN 1
#define HAVE_UNION_BPF_ATTR_TASK_FD_QUERY_FD 1
#define HAVE_UNION_BPF_ATTR_TASK_FD_QUERY_FD_TYPE 1
#define HAVE_UNION_BPF_ATTR_TASK_FD_QUERY_FLAGS 1
#define HAVE_UNION_BPF_ATTR_TASK_FD_QUERY_PID 1
#define HAVE_UNION_BPF_ATTR_TASK_FD_QUERY_PROBE_ADDR 1
#define HAVE_UNION_BPF_ATTR_TASK_FD_QUERY_PROBE_OFFSET 1
#define HAVE_UNION_BPF_ATTR_TASK_FD_QUERY_PROG_ID 1
#define HAVE_UNION_BPF_ATTR_TEST_BATCH_SIZE 1
#define HAVE_UNION_BPF_ATTR_TEST_CPU 1
#define HAVE_UNION_BPF_ATTR_TEST_CTX_IN 1
#define HAVE_UNION_BPF_ATTR_TEST_CTX_OUT 1
#define HAVE_UNION_BPF_ATTR_TEST_CTX_SIZE_IN 1
#define HAVE_UNION_BPF_ATTR_TEST_CTX_SIZE_OUT 1
#define HAVE_UNION_BPF_ATTR_TEST_DATA_IN 1
#define HAVE_UNION_BPF_ATTR_TEST_DATA_OUT 1
#define HAVE_UNION_BPF_ATTR_TEST_DATA_SIZE_IN 1
#define HAVE_UNION_BPF_ATTR_TEST_DATA_SIZE_OUT 1
#define HAVE_UNION_BPF_ATTR_TEST_DURATION 1
#define HAVE_UNION_BPF_ATTR_TEST_FLAGS 1
#define HAVE_UNION_BPF_ATTR_TEST_PROG_FD 1
#define HAVE_UNION_BPF_ATTR_TEST_REPEAT 1
#define HAVE_UNION_BPF_ATTR_TEST_RETVAL 1
#define HAVE_UNION_BPF_ATTR_VALUE 1
#define HAVE_UNION_BPF_ATTR_VALUE_SIZE 1
#define HAVE_UNISTD_H 1
/* #undef HAVE_USTAT_H */
/* #undef HAVE__STATIC_ASSERT */
/* probe HAVE___BUILTIN_POPCOUNT */
#define HAVE___KERNEL_LONG_T 1
#define HAVE___KERNEL_ULONG_T 1
/* #undef HPPA */
/* #undef I386 */
/* #undef IA64 */
/* #undef LINUX_MIPSN32 */
/* #undef LINUX_MIPSN64 */
/* #undef LINUX_MIPSO32 */
/* #undef LOONGARCH64 */
/* #undef M32_SIZEOF_KERNEL_LONG_T */
/* #undef M32_SIZEOF_LONG */
/* #undef M32_SIZEOF_STRUCT_MSQID64_DS */
/* #undef M68K */
/* #undef METAG */
/* #undef MICROBLAZE */
/* #undef MIPS */
/* #undef MX32_SIZEOF_KERNEL_LONG_T */
/* #undef MX32_SIZEOF_LONG */
/* #undef MX32_SIZEOF_STRUCT_MSQID64_DS */
/* #undef NIOS2 */
/* #undef OR1K */
#define PACKAGE "strace"
#define PACKAGE_BUGREPORT "strace-devel@lists.strace.io"
#define PACKAGE_NAME "strace"
#define PACKAGE_STRING "strace 5.19"
#define PACKAGE_TARNAME "strace"
#define PACKAGE_URL "https://strace.io"
#define PACKAGE_VERSION "5.19"
/* #undef POWERPC */
/* #undef POWERPC64 */
/* #undef POWERPC64LE */
/* #undef RISCV64 */
/* #undef S390 */
/* #undef S390X */
/* #undef SH */
/* #undef SH64 */
#define SIZEOF_KERNEL_LONG_T 8
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_OFF_T 8
#define SIZEOF_STRUCT_I64_I32 16
#define SIZEOF_STRUCT_MSQID64_DS 120
#define SLM_MANPAGE_DATE "2022-01-01"
/* #undef SPARC */
/* #undef SPARC64 */
#define STDC_HEADERS 1
#define STRACE_MANPAGE_DATE "2022-07-19"
/* #undef TILE */
/* #undef USE_DEMANGLE */
/* #undef USE_LIBDW */
/* #undef USE_LIBUNWIND */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
/* #undef USE_UNWINDER */
#define VERSION "5.19"
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* # undef WORDS_BIGENDIAN */
# endif
#endif
/* #undef X32 */
#define X86_64 1
/* #undef XTENSA */
/* #undef _MINIX */
/* #undef _POSIX_1_SOURCE */
/* #undef _POSIX_SOURCE */
/* #undef gid_t */
/* #undef typeof */
/* #undef uid_t */
|