blob: 58a16285a57dcc540d5dc9d7d7ad5423eb8a1c5d [file] [log] [blame]
Elliott Hughesdc75b012017-07-05 13:54:44 -07001/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
Elliott Hughesc1873762018-12-19 15:13:36 -08004/* Define for the AArch64 architecture. */
5/* #undef AARCH64 */
6
Elliott Hughesdc75b012017-07-05 13:54:44 -07007/* Define if building universal (internal helper macro) */
8/* #undef AC_APPLE_UNIVERSAL_BUILD */
9
10/* Define for the Alpha architecture. */
11/* #undef ALPHA */
12
13/* Define for the ARC architecture. */
14/* #undef ARC */
15
16/* Define for the ARM architecture. */
17/* #undef ARM */
18
19/* SA_RESTORER defined in <asm/signal.h> */
Elliott Hughes77c3ff82017-09-08 17:11:00 -070020#define ASM_SA_RESTORER 0x04000000
Elliott Hughesdc75b012017-07-05 13:54:44 -070021
22/* SIGRTMIN defined in <asm/signal.h> */
23/* #undef ASM_SIGRTMIN */
24
25/* Define for the AVR32 architecture. */
26/* #undef AVR32 */
27
28/* Define for the Blackfin architecture. */
29/* #undef BFIN */
30
31/* Current copyright year. */
Elliott Hughesb7556142018-02-20 17:03:16 -080032#define COPYRIGHT_YEAR "2018"
Elliott Hughesdc75b012017-07-05 13:54:44 -070033
34/* Define to 1 if you want OABI support on ARM EABI. */
35#define ENABLE_ARM_OABI 0
36
Elliott Hughes03a418e2018-06-15 13:11:40 -070037/* Define to enable stack tracing support */
38/* #undef ENABLE_STACKTRACE */
39
Elliott Hughesdc75b012017-07-05 13:54:44 -070040/* Define to 1 if you have the `accept4' function. */
41#define HAVE_ACCEPT4 1
42
43/* Define to 1 if you have the <asm/cachectl.h> header file. */
44/* #undef HAVE_ASM_CACHECTL_H */
45
Elliott Hughesb7556142018-02-20 17:03:16 -080046/* Define to 1 if you have the <asm/guarded_storage.h> header file. */
47/* #undef HAVE_ASM_GUARDED_STORAGE_H */
48
Elliott Hughesdc75b012017-07-05 13:54:44 -070049/* Define to 1 if you have the <asm/sigcontext.h> header file. */
50#define HAVE_ASM_SIGCONTEXT_H 1
51
52/* Define to 1 if you have the <asm/sysmips.h> header file. */
53/* #undef HAVE_ASM_SYSMIPS_H */
54
Elliott Hughes77c3ff82017-09-08 17:11:00 -070055/* Define to 1 if you have the `be64toh' function. */
56/* #undef HAVE_BE64TOH */
57
Elliott Hughesdc75b012017-07-05 13:54:44 -070058/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
59/* #undef HAVE_BLUETOOTH_BLUETOOTH_H */
60
61/* Define to 1 if you have the declaration of `BTRFS_COMPRESS_LZO', and to 0
62 if you don't. */
63#define HAVE_DECL_BTRFS_COMPRESS_LZO 0
64
65/* Define to 1 if you have the declaration of `BTRFS_COMPRESS_NONE', and to 0
66 if you don't. */
67#define HAVE_DECL_BTRFS_COMPRESS_NONE 0
68
69/* Define to 1 if you have the declaration of `BTRFS_COMPRESS_ZLIB', and to 0
70 if you don't. */
71#define HAVE_DECL_BTRFS_COMPRESS_ZLIB 0
72
73/* Define to 1 if you have the declaration of `CTL_ARLAN', and to 0 if you
74 don't. */
75#define HAVE_DECL_CTL_ARLAN 1
76
77/* Define to 1 if you have the declaration of `CTL_FRV', and to 0 if you
78 don't. */
79#define HAVE_DECL_CTL_FRV 1
80
81/* Define to 1 if you have the declaration of `CTL_PM', and to 0 if you don't.
82 */
83#define HAVE_DECL_CTL_PM 1
84
85/* Define to 1 if you have the declaration of `CTL_PROC', and to 0 if you
86 don't. */
87#define HAVE_DECL_CTL_PROC 1
88
89/* Define to 1 if you have the declaration of `CTL_S390DBF', and to 0 if you
90 don't. */
91#define HAVE_DECL_CTL_S390DBF 1
92
93/* Define to 1 if you have the declaration of `CTL_SUNRPC', and to 0 if you
94 don't. */
95#define HAVE_DECL_CTL_SUNRPC 1
96
Elliott Hughes03a418e2018-06-15 13:11:40 -070097/* Define to 1 if you have the declaration of `IFLA_AF_SPEC', and to 0 if you
98 don't. */
99#define HAVE_DECL_IFLA_AF_SPEC 1
100
101/* Define to 1 if you have the declaration of `IFLA_PORT_SELF', and to 0 if
102 you don't. */
103#define HAVE_DECL_IFLA_PORT_SELF 1
104
105/* Define to 1 if you have the declaration of `IFLA_PROTINFO', and to 0 if you
106 don't. */
107#define HAVE_DECL_IFLA_PROTINFO 1
108
109/* Define to 1 if you have the declaration of `IFLA_XDP', and to 0 if you
110 don't. */
111#define HAVE_DECL_IFLA_XDP 1
112
Elliott Hughesdc75b012017-07-05 13:54:44 -0700113/* Define to 1 if you have the declaration of `KERN_ACPI_VIDEO_FLAGS', and to
114 0 if you don't. */
115#define HAVE_DECL_KERN_ACPI_VIDEO_FLAGS 1
116
117/* Define to 1 if you have the declaration of `KERN_BOOTLOADER_TYPE', and to 0
118 if you don't. */
119#define HAVE_DECL_KERN_BOOTLOADER_TYPE 1
120
121/* Define to 1 if you have the declaration of `KERN_COMPAT_LOG', and to 0 if
122 you don't. */
123#define HAVE_DECL_KERN_COMPAT_LOG 1
124
125/* Define to 1 if you have the declaration of `KERN_HZ_TIMER', and to 0 if you
126 don't. */
127#define HAVE_DECL_KERN_HZ_TIMER 1
128
129/* Define to 1 if you have the declaration of `KERN_IA64_UNALIGNED', and to 0
130 if you don't. */
131#define HAVE_DECL_KERN_IA64_UNALIGNED 1
132
133/* Define to 1 if you have the declaration of `KERN_MAX_LOCK_DEPTH', and to 0
134 if you don't. */
135#define HAVE_DECL_KERN_MAX_LOCK_DEPTH 1
136
137/* Define to 1 if you have the declaration of `KERN_NGROUPS_MAX', and to 0 if
138 you don't. */
139#define HAVE_DECL_KERN_NGROUPS_MAX 1
140
141/* Define to 1 if you have the declaration of `KERN_NMI_WATCHDOG', and to 0 if
142 you don't. */
143#define HAVE_DECL_KERN_NMI_WATCHDOG 1
144
145/* Define to 1 if you have the declaration of `KERN_PANIC_ON_NMI', and to 0 if
146 you don't. */
147#define HAVE_DECL_KERN_PANIC_ON_NMI 1
148
149/* Define to 1 if you have the declaration of `KERN_PRINTK_RATELIMIT', and to
150 0 if you don't. */
151#define HAVE_DECL_KERN_PRINTK_RATELIMIT 1
152
153/* Define to 1 if you have the declaration of `KERN_PRINTK_RATELIMIT_BURST',
154 and to 0 if you don't. */
155#define HAVE_DECL_KERN_PRINTK_RATELIMIT_BURST 1
156
157/* Define to 1 if you have the declaration of `KERN_PTY', and to 0 if you
158 don't. */
159#define HAVE_DECL_KERN_PTY 1
160
161/* Define to 1 if you have the declaration of `KERN_RANDOMIZE', and to 0 if
162 you don't. */
163#define HAVE_DECL_KERN_RANDOMIZE 1
164
165/* Define to 1 if you have the declaration of `KERN_SETUID_DUMPABLE', and to 0
166 if you don't. */
167#define HAVE_DECL_KERN_SETUID_DUMPABLE 1
168
169/* Define to 1 if you have the declaration of `KERN_SPARC_SCONS_PWROFF', and
170 to 0 if you don't. */
171#define HAVE_DECL_KERN_SPARC_SCONS_PWROFF 1
172
173/* Define to 1 if you have the declaration of `KERN_SPIN_RETRY', and to 0 if
174 you don't. */
175#define HAVE_DECL_KERN_SPIN_RETRY 1
176
177/* Define to 1 if you have the declaration of `KERN_UNKNOWN_NMI_PANIC', and to
178 0 if you don't. */
179#define HAVE_DECL_KERN_UNKNOWN_NMI_PANIC 1
180
181/* Define to 1 if you have the declaration of `LO_FLAGS_AUTOCLEAR', and to 0
182 if you don't. */
183#define HAVE_DECL_LO_FLAGS_AUTOCLEAR 1
184
185/* Define to 1 if you have the declaration of `LO_FLAGS_DIRECT_IO', and to 0
186 if you don't. */
187#define HAVE_DECL_LO_FLAGS_DIRECT_IO 1
188
189/* Define to 1 if you have the declaration of `LO_FLAGS_PARTSCAN', and to 0 if
190 you don't. */
191#define HAVE_DECL_LO_FLAGS_PARTSCAN 1
192
193/* Define to 1 if you have the declaration of `LO_FLAGS_READ_ONLY', and to 0
194 if you don't. */
195#define HAVE_DECL_LO_FLAGS_READ_ONLY 1
196
197/* Define to 1 if you have the declaration of `LO_FLAGS_USE_AOPS', and to 0 if
198 you don't. */
199#define HAVE_DECL_LO_FLAGS_USE_AOPS 0
200
201/* Define to 1 if you have the declaration of `NET_CIPSOV4_CACHE_BUCKET_SIZE',
202 and to 0 if you don't. */
203#define HAVE_DECL_NET_CIPSOV4_CACHE_BUCKET_SIZE 1
204
205/* Define to 1 if you have the declaration of `NET_CIPSOV4_CACHE_ENABLE', and
206 to 0 if you don't. */
207#define HAVE_DECL_NET_CIPSOV4_CACHE_ENABLE 1
208
209/* Define to 1 if you have the declaration of `NET_CIPSOV4_RBM_OPTFMT', and to
210 0 if you don't. */
211#define HAVE_DECL_NET_CIPSOV4_RBM_OPTFMT 1
212
213/* Define to 1 if you have the declaration of `NET_CIPSOV4_RBM_STRICTVALID',
214 and to 0 if you don't. */
215#define HAVE_DECL_NET_CIPSOV4_RBM_STRICTVALID 1
216
217/* Define to 1 if you have the declaration of `NET_CORE_AEVENT_ETIME', and to
218 0 if you don't. */
219#define HAVE_DECL_NET_CORE_AEVENT_ETIME 1
220
221/* Define to 1 if you have the declaration of `NET_CORE_AEVENT_RSEQTH', and to
222 0 if you don't. */
223#define HAVE_DECL_NET_CORE_AEVENT_RSEQTH 1
224
225/* Define to 1 if you have the declaration of `NET_CORE_BUDGET', and to 0 if
226 you don't. */
227#define HAVE_DECL_NET_CORE_BUDGET 1
228
229/* Define to 1 if you have the declaration of `NET_CORE_DESTROY_DELAY', and to
230 0 if you don't. */
231#define HAVE_DECL_NET_CORE_DESTROY_DELAY 0
232
233/* Define to 1 if you have the declaration of `NET_CORE_WARNINGS', and to 0 if
234 you don't. */
235#define HAVE_DECL_NET_CORE_WARNINGS 1
236
237/* Define to 1 if you have the declaration of `NET_DCCP', and to 0 if you
238 don't. */
239#define HAVE_DECL_NET_DCCP 1
240
241/* Define to 1 if you have the declaration of `NET_IPV4_CONF_ARP_ACCEPT', and
242 to 0 if you don't. */
243#define HAVE_DECL_NET_IPV4_CONF_ARP_ACCEPT 1
244
245/* Define to 1 if you have the declaration of `NET_IPV4_CONF_ARP_ANNOUNCE',
246 and to 0 if you don't. */
247#define HAVE_DECL_NET_IPV4_CONF_ARP_ANNOUNCE 1
248
249/* Define to 1 if you have the declaration of `NET_IPV4_CONF_ARP_IGNORE', and
250 to 0 if you don't. */
251#define HAVE_DECL_NET_IPV4_CONF_ARP_IGNORE 1
252
253/* Define to 1 if you have the declaration of `NET_IPV4_CONF_ARP_NOTIFY', and
254 to 0 if you don't. */
255#define HAVE_DECL_NET_IPV4_CONF_ARP_NOTIFY 1
256
257/* Define to 1 if you have the declaration of
258 `NET_IPV4_CONF_FORCE_IGMP_VERSION', and to 0 if you don't. */
259#define HAVE_DECL_NET_IPV4_CONF_FORCE_IGMP_VERSION 1
260
261/* Define to 1 if you have the declaration of
262 `NET_IPV4_CONF_PROMOTE_SECONDARIES', and to 0 if you don't. */
263#define HAVE_DECL_NET_IPV4_CONF_PROMOTE_SECONDARIES 1
264
265/* Define to 1 if you have the declaration of
266 `NET_IPV4_ICMP_ERRORS_USE_INBOUND_IFADDR', and to 0 if you don't. */
267#define HAVE_DECL_NET_IPV4_ICMP_ERRORS_USE_INBOUND_IFADDR 1
268
269/* Define to 1 if you have the declaration of `NET_IPV4_IGMP_MAX_MSF', and to
270 0 if you don't. */
271#define HAVE_DECL_NET_IPV4_IGMP_MAX_MSF 1
272
273/* Define to 1 if you have the declaration of `NET_IPV4_IPFRAG_MAX_DIST', and
274 to 0 if you don't. */
275#define HAVE_DECL_NET_IPV4_IPFRAG_MAX_DIST 1
276
277/* Define to 1 if you have the declaration of
278 `NET_IPV4_ROUTE_GC_MIN_INTERVAL_MS', and to 0 if you don't. */
279#define HAVE_DECL_NET_IPV4_ROUTE_GC_MIN_INTERVAL_MS 1
280
281/* Define to 1 if you have the declaration of
282 `NET_IPV4_TCP_WORKAROUND_SIGNED_WINDOWS', and to 0 if you don't. */
283#define HAVE_DECL_NET_IPV4_TCP_WORKAROUND_SIGNED_WINDOWS 1
284
285/* Define to 1 if you have the declaration of `NET_IPV6_MLD_MAX_MSF', and to 0
286 if you don't. */
287#define HAVE_DECL_NET_IPV6_MLD_MAX_MSF 1
288
289/* Define to 1 if you have the declaration of
290 `NET_IPV6_ROUTE_GC_MIN_INTERVAL_MS', and to 0 if you don't. */
291#define HAVE_DECL_NET_IPV6_ROUTE_GC_MIN_INTERVAL_MS 1
292
293/* Define to 1 if you have the declaration of `NET_IRDA', and to 0 if you
294 don't. */
295#define HAVE_DECL_NET_IRDA 1
296
297/* Define to 1 if you have the declaration of `NET_LLC', and to 0 if you
298 don't. */
299#define HAVE_DECL_NET_LLC 1
300
301/* Define to 1 if you have the declaration of `NET_NETFILTER', and to 0 if you
302 don't. */
303#define HAVE_DECL_NET_NETFILTER 1
304
305/* Define to 1 if you have the declaration of `NET_TCP_ABC', and to 0 if you
306 don't. */
307#define HAVE_DECL_NET_TCP_ABC 1
308
309/* Define to 1 if you have the declaration of `NET_TCP_ALLOWED_CONG_CONTROL',
310 and to 0 if you don't. */
311#define HAVE_DECL_NET_TCP_ALLOWED_CONG_CONTROL 1
312
313/* Define to 1 if you have the declaration of `NET_TCP_AVAIL_CONG_CONTROL',
314 and to 0 if you don't. */
315#define HAVE_DECL_NET_TCP_AVAIL_CONG_CONTROL 1
316
317/* Define to 1 if you have the declaration of `NET_TCP_BASE_MSS', and to 0 if
318 you don't. */
319#define HAVE_DECL_NET_TCP_BASE_MSS 1
320
321/* Define to 1 if you have the declaration of `NET_TCP_BIC_BETA', and to 0 if
322 you don't. */
323#define HAVE_DECL_NET_TCP_BIC_BETA 1
324
325/* Define to 1 if you have the declaration of `NET_TCP_CONG_CONTROL', and to 0
326 if you don't. */
327#define HAVE_DECL_NET_TCP_CONG_CONTROL 1
328
329/* Define to 1 if you have the declaration of `NET_TCP_DEFAULT_WIN_SCALE', and
330 to 0 if you don't. */
331#define HAVE_DECL_NET_TCP_DEFAULT_WIN_SCALE 1
332
333/* Define to 1 if you have the declaration of `NET_TCP_DMA_COPYBREAK', and to
334 0 if you don't. */
335#define HAVE_DECL_NET_TCP_DMA_COPYBREAK 1
336
337/* Define to 1 if you have the declaration of `NET_TCP_FRTO_RESPONSE', and to
338 0 if you don't. */
339#define HAVE_DECL_NET_TCP_FRTO_RESPONSE 1
340
341/* Define to 1 if you have the declaration of `NET_TCP_MAX_SSTHRESH', and to 0
342 if you don't. */
343#define HAVE_DECL_NET_TCP_MAX_SSTHRESH 1
344
345/* Define to 1 if you have the declaration of `NET_TCP_MODERATE_RCVBUF', and
346 to 0 if you don't. */
347#define HAVE_DECL_NET_TCP_MODERATE_RCVBUF 1
348
349/* Define to 1 if you have the declaration of `NET_TCP_MTU_PROBING', and to 0
350 if you don't. */
351#define HAVE_DECL_NET_TCP_MTU_PROBING 1
352
353/* Define to 1 if you have the declaration of `NET_TCP_NO_METRICS_SAVE', and
354 to 0 if you don't. */
355#define HAVE_DECL_NET_TCP_NO_METRICS_SAVE 1
356
357/* Define to 1 if you have the declaration of `NET_TCP_SLOW_START_AFTER_IDLE',
358 and to 0 if you don't. */
359#define HAVE_DECL_NET_TCP_SLOW_START_AFTER_IDLE 1
360
361/* Define to 1 if you have the declaration of `NET_TCP_TSO_WIN_DIVISOR', and
362 to 0 if you don't. */
363#define HAVE_DECL_NET_TCP_TSO_WIN_DIVISOR 1
364
365/* Define to 1 if you have the declaration of `PTRACE_PEEKUSER', and to 0 if
366 you don't. */
367#define HAVE_DECL_PTRACE_PEEKUSER 1
368
369/* Define to 1 if you have the declaration of `PTRACE_POKEUSER', and to 0 if
370 you don't. */
371#define HAVE_DECL_PTRACE_POKEUSER 1
372
373/* Define to 1 if you have the declaration of `P_ALL', and to 0 if you don't.
374 */
375#define HAVE_DECL_P_ALL 1
376
377/* Define to 1 if you have the declaration of `P_CID', and to 0 if you don't.
378 */
379#define HAVE_DECL_P_CID 0
380
381/* Define to 1 if you have the declaration of `P_GID', and to 0 if you don't.
382 */
383#define HAVE_DECL_P_GID 0
384
385/* Define to 1 if you have the declaration of `P_LWPID', and to 0 if you
386 don't. */
387#define HAVE_DECL_P_LWPID 0
388
389/* Define to 1 if you have the declaration of `P_PGID', and to 0 if you don't.
390 */
391#define HAVE_DECL_P_PGID 1
392
393/* Define to 1 if you have the declaration of `P_PID', and to 0 if you don't.
394 */
395#define HAVE_DECL_P_PID 1
396
397/* Define to 1 if you have the declaration of `P_PPID', and to 0 if you don't.
398 */
399#define HAVE_DECL_P_PPID 0
400
401/* Define to 1 if you have the declaration of `P_SID', and to 0 if you don't.
402 */
403#define HAVE_DECL_P_SID 0
404
405/* Define to 1 if you have the declaration of `P_UID', and to 0 if you don't.
406 */
407#define HAVE_DECL_P_UID 0
408
409/* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
410 don't. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800411#define HAVE_DECL_SYS_ERRLIST 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700412
Elliott Hughes03a418e2018-06-15 13:11:40 -0700413/* Define to 1 if you have the declaration of `TCA_STAB_DATA', and to 0 if you
414 don't. */
415#define HAVE_DECL_TCA_STAB_DATA 1
416
Elliott Hughesdc75b012017-07-05 13:54:44 -0700417/* Define to 1 if you have the declaration of `V4L2_BUF_TYPE_SDR_CAPTURE', and
418 to 0 if you don't. */
Elliott Hughes77c3ff82017-09-08 17:11:00 -0700419#define HAVE_DECL_V4L2_BUF_TYPE_SDR_CAPTURE 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700420
421/* Define to 1 if you have the declaration of `V4L2_BUF_TYPE_SDR_OUTPUT', and
422 to 0 if you don't. */
Elliott Hughes77c3ff82017-09-08 17:11:00 -0700423#define HAVE_DECL_V4L2_BUF_TYPE_SDR_OUTPUT 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700424
425/* Define to 1 if you have the declaration of
426 `V4L2_BUF_TYPE_SLICED_VBI_CAPTURE', and to 0 if you don't. */
427#define HAVE_DECL_V4L2_BUF_TYPE_SLICED_VBI_CAPTURE 1
428
429/* Define to 1 if you have the declaration of
430 `V4L2_BUF_TYPE_SLICED_VBI_OUTPUT', and to 0 if you don't. */
431#define HAVE_DECL_V4L2_BUF_TYPE_SLICED_VBI_OUTPUT 1
432
433/* Define to 1 if you have the declaration of `V4L2_BUF_TYPE_VBI_CAPTURE', and
434 to 0 if you don't. */
435#define HAVE_DECL_V4L2_BUF_TYPE_VBI_CAPTURE 1
436
437/* Define to 1 if you have the declaration of `V4L2_BUF_TYPE_VBI_OUTPUT', and
438 to 0 if you don't. */
439#define HAVE_DECL_V4L2_BUF_TYPE_VBI_OUTPUT 1
440
441/* Define to 1 if you have the declaration of `V4L2_BUF_TYPE_VIDEO_CAPTURE',
442 and to 0 if you don't. */
443#define HAVE_DECL_V4L2_BUF_TYPE_VIDEO_CAPTURE 1
444
445/* Define to 1 if you have the declaration of
446 `V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE', and to 0 if you don't. */
447#define HAVE_DECL_V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE 1
448
449/* Define to 1 if you have the declaration of `V4L2_BUF_TYPE_VIDEO_OUTPUT',
450 and to 0 if you don't. */
451#define HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT 1
452
453/* Define to 1 if you have the declaration of
454 `V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE', and to 0 if you don't. */
455#define HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE 1
456
457/* Define to 1 if you have the declaration of
458 `V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY', and to 0 if you don't. */
459#define HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY 1
460
461/* Define to 1 if you have the declaration of `V4L2_BUF_TYPE_VIDEO_OVERLAY',
462 and to 0 if you don't. */
463#define HAVE_DECL_V4L2_BUF_TYPE_VIDEO_OVERLAY 1
464
465/* Define to 1 if you have the declaration of `V4L2_COLORSPACE_470_SYSTEM_BG',
466 and to 0 if you don't. */
467#define HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_BG 1
468
469/* Define to 1 if you have the declaration of `V4L2_COLORSPACE_470_SYSTEM_M',
470 and to 0 if you don't. */
471#define HAVE_DECL_V4L2_COLORSPACE_470_SYSTEM_M 1
472
473/* Define to 1 if you have the declaration of `V4L2_COLORSPACE_BT878', and to
474 0 if you don't. */
475#define HAVE_DECL_V4L2_COLORSPACE_BT878 1
476
477/* Define to 1 if you have the declaration of `V4L2_COLORSPACE_JPEG', and to 0
478 if you don't. */
479#define HAVE_DECL_V4L2_COLORSPACE_JPEG 1
480
481/* Define to 1 if you have the declaration of `V4L2_COLORSPACE_REC709', and to
482 0 if you don't. */
483#define HAVE_DECL_V4L2_COLORSPACE_REC709 1
484
485/* Define to 1 if you have the declaration of `V4L2_COLORSPACE_SMPTE170M', and
486 to 0 if you don't. */
487#define HAVE_DECL_V4L2_COLORSPACE_SMPTE170M 1
488
489/* Define to 1 if you have the declaration of `V4L2_COLORSPACE_SMPTE240M', and
490 to 0 if you don't. */
491#define HAVE_DECL_V4L2_COLORSPACE_SMPTE240M 1
492
493/* Define to 1 if you have the declaration of `V4L2_COLORSPACE_SRGB', and to 0
494 if you don't. */
495#define HAVE_DECL_V4L2_COLORSPACE_SRGB 1
496
497/* Define to 1 if you have the declaration of `V4L2_CTRL_TYPE_BITMASK', and to
498 0 if you don't. */
499#define HAVE_DECL_V4L2_CTRL_TYPE_BITMASK 1
500
501/* Define to 1 if you have the declaration of `V4L2_CTRL_TYPE_BOOLEAN', and to
502 0 if you don't. */
503#define HAVE_DECL_V4L2_CTRL_TYPE_BOOLEAN 1
504
505/* Define to 1 if you have the declaration of `V4L2_CTRL_TYPE_BUTTON', and to
506 0 if you don't. */
507#define HAVE_DECL_V4L2_CTRL_TYPE_BUTTON 1
508
509/* Define to 1 if you have the declaration of `V4L2_CTRL_TYPE_CTRL_CLASS', and
510 to 0 if you don't. */
511#define HAVE_DECL_V4L2_CTRL_TYPE_CTRL_CLASS 1
512
513/* Define to 1 if you have the declaration of `V4L2_CTRL_TYPE_INTEGER', and to
514 0 if you don't. */
515#define HAVE_DECL_V4L2_CTRL_TYPE_INTEGER 1
516
517/* Define to 1 if you have the declaration of `V4L2_CTRL_TYPE_INTEGER64', and
518 to 0 if you don't. */
519#define HAVE_DECL_V4L2_CTRL_TYPE_INTEGER64 1
520
521/* Define to 1 if you have the declaration of `V4L2_CTRL_TYPE_INTEGER_MENU',
522 and to 0 if you don't. */
523#define HAVE_DECL_V4L2_CTRL_TYPE_INTEGER_MENU 1
524
525/* Define to 1 if you have the declaration of `V4L2_CTRL_TYPE_MENU', and to 0
526 if you don't. */
527#define HAVE_DECL_V4L2_CTRL_TYPE_MENU 1
528
529/* Define to 1 if you have the declaration of `V4L2_CTRL_TYPE_STRING', and to
530 0 if you don't. */
531#define HAVE_DECL_V4L2_CTRL_TYPE_STRING 1
532
533/* Define to 1 if you have the declaration of `V4L2_FIELD_ALTERNATE', and to 0
534 if you don't. */
535#define HAVE_DECL_V4L2_FIELD_ALTERNATE 1
536
537/* Define to 1 if you have the declaration of `V4L2_FIELD_ANY', and to 0 if
538 you don't. */
539#define HAVE_DECL_V4L2_FIELD_ANY 1
540
541/* Define to 1 if you have the declaration of `V4L2_FIELD_BOTTOM', and to 0 if
542 you don't. */
543#define HAVE_DECL_V4L2_FIELD_BOTTOM 1
544
545/* Define to 1 if you have the declaration of `V4L2_FIELD_INTERLACED', and to
546 0 if you don't. */
547#define HAVE_DECL_V4L2_FIELD_INTERLACED 1
548
549/* Define to 1 if you have the declaration of `V4L2_FIELD_INTERLACED_BT', and
550 to 0 if you don't. */
551#define HAVE_DECL_V4L2_FIELD_INTERLACED_BT 1
552
553/* Define to 1 if you have the declaration of `V4L2_FIELD_INTERLACED_TB', and
554 to 0 if you don't. */
555#define HAVE_DECL_V4L2_FIELD_INTERLACED_TB 1
556
557/* Define to 1 if you have the declaration of `V4L2_FIELD_NONE', and to 0 if
558 you don't. */
559#define HAVE_DECL_V4L2_FIELD_NONE 1
560
561/* Define to 1 if you have the declaration of `V4L2_FIELD_SEQ_BT', and to 0 if
562 you don't. */
563#define HAVE_DECL_V4L2_FIELD_SEQ_BT 1
564
565/* Define to 1 if you have the declaration of `V4L2_FIELD_SEQ_TB', and to 0 if
566 you don't. */
567#define HAVE_DECL_V4L2_FIELD_SEQ_TB 1
568
569/* Define to 1 if you have the declaration of `V4L2_FIELD_TOP', and to 0 if
570 you don't. */
571#define HAVE_DECL_V4L2_FIELD_TOP 1
572
573/* Define to 1 if you have the declaration of `V4L2_FRMIVAL_TYPE_CONTINUOUS',
574 and to 0 if you don't. */
575#define HAVE_DECL_V4L2_FRMIVAL_TYPE_CONTINUOUS 1
576
577/* Define to 1 if you have the declaration of `V4L2_FRMIVAL_TYPE_DISCRETE',
578 and to 0 if you don't. */
579#define HAVE_DECL_V4L2_FRMIVAL_TYPE_DISCRETE 1
580
581/* Define to 1 if you have the declaration of `V4L2_FRMIVAL_TYPE_STEPWISE',
582 and to 0 if you don't. */
583#define HAVE_DECL_V4L2_FRMIVAL_TYPE_STEPWISE 1
584
585/* Define to 1 if you have the declaration of `V4L2_FRMSIZE_TYPE_CONTINUOUS',
586 and to 0 if you don't. */
587#define HAVE_DECL_V4L2_FRMSIZE_TYPE_CONTINUOUS 1
588
589/* Define to 1 if you have the declaration of `V4L2_FRMSIZE_TYPE_DISCRETE',
590 and to 0 if you don't. */
591#define HAVE_DECL_V4L2_FRMSIZE_TYPE_DISCRETE 1
592
593/* Define to 1 if you have the declaration of `V4L2_FRMSIZE_TYPE_STEPWISE',
594 and to 0 if you don't. */
595#define HAVE_DECL_V4L2_FRMSIZE_TYPE_STEPWISE 1
596
597/* Define to 1 if you have the declaration of `V4L2_MEMORY_DMABUF', and to 0
598 if you don't. */
599#define HAVE_DECL_V4L2_MEMORY_DMABUF 1
600
601/* Define to 1 if you have the declaration of `V4L2_MEMORY_MMAP', and to 0 if
602 you don't. */
603#define HAVE_DECL_V4L2_MEMORY_MMAP 1
604
605/* Define to 1 if you have the declaration of `V4L2_MEMORY_OVERLAY', and to 0
606 if you don't. */
607#define HAVE_DECL_V4L2_MEMORY_OVERLAY 1
608
609/* Define to 1 if you have the declaration of `V4L2_MEMORY_USERPTR', and to 0
610 if you don't. */
611#define HAVE_DECL_V4L2_MEMORY_USERPTR 1
612
613/* Define to 1 if you have the declaration of `V4L2_PRIORITY_BACKGROUND', and
614 to 0 if you don't. */
615#define HAVE_DECL_V4L2_PRIORITY_BACKGROUND 1
616
617/* Define to 1 if you have the declaration of `V4L2_PRIORITY_INTERACTIVE', and
618 to 0 if you don't. */
619#define HAVE_DECL_V4L2_PRIORITY_INTERACTIVE 1
620
621/* Define to 1 if you have the declaration of `V4L2_PRIORITY_RECORD', and to 0
622 if you don't. */
623#define HAVE_DECL_V4L2_PRIORITY_RECORD 1
624
625/* Define to 1 if you have the declaration of `V4L2_PRIORITY_UNSET', and to 0
626 if you don't. */
627#define HAVE_DECL_V4L2_PRIORITY_UNSET 1
628
629/* Define to 1 if you have the declaration of `V4L2_TUNER_ANALOG_TV', and to 0
630 if you don't. */
631#define HAVE_DECL_V4L2_TUNER_ANALOG_TV 1
632
633/* Define to 1 if you have the declaration of `V4L2_TUNER_DIGITAL_TV', and to
634 0 if you don't. */
635#define HAVE_DECL_V4L2_TUNER_DIGITAL_TV 1
636
637/* Define to 1 if you have the declaration of `V4L2_TUNER_RADIO', and to 0 if
638 you don't. */
639#define HAVE_DECL_V4L2_TUNER_RADIO 1
640
641/* Define to 1 if you have the declaration of `VM_BLOCK_DUMP', and to 0 if you
642 don't. */
643#define HAVE_DECL_VM_BLOCK_DUMP 1
644
645/* Define to 1 if you have the declaration of `VM_HUGETLB_GROUP', and to 0 if
646 you don't. */
647#define HAVE_DECL_VM_HUGETLB_GROUP 1
648
649/* Define to 1 if you have the declaration of `VM_LAPTOP_MODE', and to 0 if
650 you don't. */
651#define HAVE_DECL_VM_LAPTOP_MODE 1
652
653/* Define to 1 if you have the declaration of `VM_LEGACY_VA_LAYOUT', and to 0
654 if you don't. */
655#define HAVE_DECL_VM_LEGACY_VA_LAYOUT 1
656
657/* Define to 1 if you have the declaration of `VM_MAX_MAP_COUNT', and to 0 if
658 you don't. */
659#define HAVE_DECL_VM_MAX_MAP_COUNT 1
660
661/* Define to 1 if you have the declaration of `VM_SWAP_TOKEN_TIMEOUT', and to
662 0 if you don't. */
663#define HAVE_DECL_VM_SWAP_TOKEN_TIMEOUT 1
664
665/* Define to 1 if you have the declaration of `VM_VFS_CACHE_PRESSURE', and to
666 0 if you don't. */
667#define HAVE_DECL_VM_VFS_CACHE_PRESSURE 1
668
Elliott Hughesb7556142018-02-20 17:03:16 -0800669/* Define to 1 if you have the <demangle.h> header file. */
670/* #undef HAVE_DEMANGLE_H */
671
Elliott Hughesdc75b012017-07-05 13:54:44 -0700672/* Define to 1 if the system provides dladdr */
673#define HAVE_DLADDR 1
674
Elliott Hughes03a418e2018-06-15 13:11:40 -0700675/* Define to 1 if you have the <elfutils/libdwfl.h> header file. */
676/* #undef HAVE_ELFUTILS_LIBDWFL_H */
677
Elliott Hughesdc75b012017-07-05 13:54:44 -0700678/* Define to 1 if you have the <elf.h> header file. */
679#define HAVE_ELF_H 1
680
681/* Define to 1 if you have the `fallocate' function. */
682#define HAVE_FALLOCATE 1
683
684/* Define to 1 if you have the `fanotify_mark' function. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800685#define HAVE_FANOTIFY_MARK 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700686
687/* Define to 1 if you have the `fopen64' function. */
688#define HAVE_FOPEN64 1
689
690/* Define to 1 if you have the `fork' function. */
691#define HAVE_FORK 1
692
693/* Define to 1 if you have the `fputs_unlocked' function. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800694#define HAVE_FPUTS_UNLOCKED 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700695
696/* Define to 1 if you have the `fstatat' function. */
697#define HAVE_FSTATAT 1
698
699/* Define to 1 if you have the `ftruncate' function. */
700#define HAVE_FTRUNCATE 1
701
702/* Define to 1 if you have the `futimens' function. */
703#define HAVE_FUTIMENS 1
704
705/* Define to 1 if you have the <gnu_stubs> header file. */
706/* #undef HAVE_GNU_STUBS */
707
708/* Define to 1 if you have the <gnu/stubs-32.h> header file. */
709/* #undef HAVE_GNU_STUBS_32_H */
710
711/* Define to 1 if you have the <gnu/stubs-x32.h> header file. */
712/* #undef HAVE_GNU_STUBS_X32_H */
713
Elliott Hughesb7556142018-02-20 17:03:16 -0800714/* Define to 1 if you have the <iconv.h> header file. */
Elliott Hughes03a418e2018-06-15 13:11:40 -0700715#define HAVE_ICONV_H 1
Elliott Hughesb7556142018-02-20 17:03:16 -0800716
717/* Define to 1 if you have the `iconv_open' function. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800718#define HAVE_ICONV_OPEN 1
Elliott Hughesb7556142018-02-20 17:03:16 -0800719
Elliott Hughesdc75b012017-07-05 13:54:44 -0700720/* Define to 1 if you have the `if_indextoname' function. */
721#define HAVE_IF_INDEXTONAME 1
722
723/* Define to 1 if you have the <inttypes.h> header file. */
724#define HAVE_INTTYPES_H 1
725
Elliott Hughesb7556142018-02-20 17:03:16 -0800726/* Define to 1 if you have the <libiberty/demangle.h> header file. */
727/* #undef HAVE_LIBIBERTY_DEMANGLE_H */
728
Elliott Hughesdc75b012017-07-05 13:54:44 -0700729/* Define to 1 if you have the <libunwind-ptrace.h> header file. */
730/* #undef HAVE_LIBUNWIND_PTRACE_H */
731
732/* Define to 1 if you have the <linux/bpf.h> header file. */
733#define HAVE_LINUX_BPF_H 1
734
735/* Define to 1 if you have the <linux/bsg.h> header file. */
736#define HAVE_LINUX_BSG_H 1
737
738/* Define to 1 if you have the <linux/btrfs.h> header file. */
739#define HAVE_LINUX_BTRFS_H 1
740
Elliott Hughes77c3ff82017-09-08 17:11:00 -0700741/* Define to 1 if you have the <linux/cryptouser.h> header file. */
742#define HAVE_LINUX_CRYPTOUSER_H 1
743
Elliott Hughesdc75b012017-07-05 13:54:44 -0700744/* Define to 1 if you have the <linux/dm-ioctl.h> header file. */
745#define HAVE_LINUX_DM_IOCTL_H 1
746
747/* Define to 1 if you have the <linux/dqblk_xfs.h> header file. */
748#define HAVE_LINUX_DQBLK_XFS_H 1
749
750/* Define to 1 if you have the <linux/falloc.h> header file. */
751#define HAVE_LINUX_FALLOC_H 1
752
Elliott Hughes77c3ff82017-09-08 17:11:00 -0700753/* Define to 1 if you have the <linux/fib_rules.h> header file. */
754#define HAVE_LINUX_FIB_RULES_H 1
755
Elliott Hughesdc75b012017-07-05 13:54:44 -0700756/* Define to 1 if you have the <linux/fiemap.h> header file. */
757#define HAVE_LINUX_FIEMAP_H 1
758
Elliott Hughesdc75b012017-07-05 13:54:44 -0700759/* Define to 1 if you have the <linux/genetlink.h> header file. */
760#define HAVE_LINUX_GENETLINK_H 1
761
762/* Define to 1 if you have the <linux/hiddev.h> header file. */
763#define HAVE_LINUX_HIDDEV_H 1
764
Elliott Hughes77c3ff82017-09-08 17:11:00 -0700765/* Define to 1 if you have the <linux/if_addr.h> header file. */
766#define HAVE_LINUX_IF_ADDR_H 1
767
768/* Define to 1 if you have the <linux/if_link.h> header file. */
769#define HAVE_LINUX_IF_LINK_H 1
770
Elliott Hughesdc75b012017-07-05 13:54:44 -0700771/* Define to 1 if you have the <linux/input.h> header file. */
772#define HAVE_LINUX_INPUT_H 1
773
774/* Define to 1 if you have the <linux/ipc.h> header file. */
775#define HAVE_LINUX_IPC_H 1
776
777/* Define to 1 if you have the <linux/ip_vs.h> header file. */
778#define HAVE_LINUX_IP_VS_H 1
779
Elliott Hughesbbf97dc2017-11-15 16:45:52 -0800780/* Define to 1 if you have the <linux/kcmp.h> header file. */
781#define HAVE_LINUX_KCMP_H 1
782
Elliott Hughesb7556142018-02-20 17:03:16 -0800783/* Define to 1 if you have the <linux/kvm.h> header file. */
784#define HAVE_LINUX_KVM_H 1
785
786/* Define to 1 if you have the <linux/memfd.h> header file. */
787#define HAVE_LINUX_MEMFD_H 1
788
Elliott Hughesdc75b012017-07-05 13:54:44 -0700789/* Define to 1 if you have the <linux/mmtimer.h> header file. */
790#define HAVE_LINUX_MMTIMER_H 1
791
792/* Define to 1 if you have the <linux/mqueue.h> header file. */
793#define HAVE_LINUX_MQUEUE_H 1
794
795/* Define to 1 if you have the <linux/msg.h> header file. */
796#define HAVE_LINUX_MSG_H 1
797
Elliott Hughes77c3ff82017-09-08 17:11:00 -0700798/* Define to 1 if you have the <linux/neighbour.h> header file. */
799#define HAVE_LINUX_NEIGHBOUR_H 1
800
Elliott Hughesdc75b012017-07-05 13:54:44 -0700801/* Define to 1 if you have the <linux/netfilter_arp/arp_tables.h> header file.
802 */
803#define HAVE_LINUX_NETFILTER_ARP_ARP_TABLES_H 1
804
805/* Define to 1 if you have the <linux/netfilter_bridge/ebtables.h> header
806 file. */
807#define HAVE_LINUX_NETFILTER_BRIDGE_EBTABLES_H 1
808
Elliott Hughesbbf97dc2017-11-15 16:45:52 -0800809/* Define to 1 if you have the <linux/netfilter/ipset/ip_set.h> header file.
810 */
811#define HAVE_LINUX_NETFILTER_IPSET_IP_SET_H 1
812
Elliott Hughesdc75b012017-07-05 13:54:44 -0700813/* Define to 1 if you have the <linux/netfilter_ipv4/ip_tables.h> header file.
814 */
815#define HAVE_LINUX_NETFILTER_IPV4_IP_TABLES_H 1
816
817/* Define to 1 if you have the <linux/netfilter_ipv6/ip6_tables.h> header
818 file. */
819#define HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H 1
820
Elliott Hughesbbf97dc2017-11-15 16:45:52 -0800821/* Define to 1 if you have the <linux/netfilter/nfnetlink_acct.h> header file.
822 */
823#define HAVE_LINUX_NETFILTER_NFNETLINK_ACCT_H 1
824
825/* Define to 1 if you have the <linux/netfilter/nfnetlink_conntrack.h> header
826 file. */
827#define HAVE_LINUX_NETFILTER_NFNETLINK_CONNTRACK_H 1
828
829/* Define to 1 if you have the <linux/netfilter/nfnetlink_cthelper.h> header
830 file. */
831#define HAVE_LINUX_NETFILTER_NFNETLINK_CTHELPER_H 1
832
833/* Define to 1 if you have the <linux/netfilter/nfnetlink_cttimeout.h> header
834 file. */
835#define HAVE_LINUX_NETFILTER_NFNETLINK_CTTIMEOUT_H 1
836
Elliott Hughesdc75b012017-07-05 13:54:44 -0700837/* Define to 1 if you have the <linux/netfilter/nfnetlink.h> header file. */
838#define HAVE_LINUX_NETFILTER_NFNETLINK_H 1
839
Elliott Hughesbbf97dc2017-11-15 16:45:52 -0800840/* Define to 1 if you have the <linux/netfilter/nfnetlink_log.h> header file.
841 */
842#define HAVE_LINUX_NETFILTER_NFNETLINK_LOG_H 1
843
844/* Define to 1 if you have the <linux/netfilter/nfnetlink_queue.h> header
845 file. */
846#define HAVE_LINUX_NETFILTER_NFNETLINK_QUEUE_H 1
847
848/* Define to 1 if you have the <linux/netfilter/nf_tables_compat.h> header
849 file. */
850#define HAVE_LINUX_NETFILTER_NF_TABLES_COMPAT_H 1
851
852/* Define to 1 if you have the <linux/netfilter/nf_tables.h> header file. */
853#define HAVE_LINUX_NETFILTER_NF_TABLES_H 1
854
855/* Define to 1 if you have the <linux/netfilter/xt_osf.h> header file. */
856#define HAVE_LINUX_NETFILTER_XT_OSF_H 1
857
Elliott Hughesdc75b012017-07-05 13:54:44 -0700858/* Define to 1 if you have the <linux/nsfs.h> header file. */
859#define HAVE_LINUX_NSFS_H 1
860
861/* Define to 1 if you have the <linux/perf_event.h> header file. */
862#define HAVE_LINUX_PERF_EVENT_H 1
863
864/* Define to 1 if you have the <linux/quota.h> header file. */
865#define HAVE_LINUX_QUOTA_H 1
866
867/* Define to 1 if you have the <linux/seccomp.h> header file. */
868#define HAVE_LINUX_SECCOMP_H 1
869
870/* Define to 1 if you have the <linux/securebits.h> header file. */
871#define HAVE_LINUX_SECUREBITS_H 1
872
873/* Define to 1 if you have the <linux/sem.h> header file. */
874#define HAVE_LINUX_SEM_H 1
875
876/* Define to 1 if you have the <linux/shm.h> header file. */
877#define HAVE_LINUX_SHM_H 1
878
879/* Define to 1 if you have the <linux/userfaultfd.h> header file. */
880#define HAVE_LINUX_USERFAULTFD_H 1
881
882/* Define to 1 if you have the <linux/utsname.h> header file. */
883#define HAVE_LINUX_UTSNAME_H 1
884
Elliott Hughesb7556142018-02-20 17:03:16 -0800885/* Define to 1 if you have mpers_name mpers support */
Elliott Hughesdc75b012017-07-05 13:54:44 -0700886/* #undef HAVE_M32_MPERS */
887
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700888/* Define to 1 if m32 has the type 'struct stat'. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800889#define HAVE_M32_STRUCT_STAT 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700890
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700891/* Define to 1 if m32 has the type 'struct stat64'. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800892#define HAVE_M32_STRUCT_STAT64 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700893
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700894/* Define to 1 if 'st_mtime_nsec' is a member of m32 'struct stat64'. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800895#define HAVE_M32_STRUCT_STAT64_ST_MTIME_NSEC 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700896
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700897/* Define to 1 if 'st_mtime_nsec' is a member of m32 'struct stat'. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800898#define HAVE_M32_STRUCT_STAT_ST_MTIME_NSEC 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700899
900/* Define to 1 if you have the <memory.h> header file. */
901#define HAVE_MEMORY_H 1
902
903/* Define to 1 if you have the <mqueue.h> header file. */
904/* #undef HAVE_MQUEUE_H */
905
Elliott Hughesb7556142018-02-20 17:03:16 -0800906/* Define to 1 if you have mpers_name mpers support */
Elliott Hughesdc75b012017-07-05 13:54:44 -0700907/* #undef HAVE_MX32_MPERS */
908
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700909/* Define to 1 if mx32 has the type 'struct stat'. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800910#define HAVE_MX32_STRUCT_STAT 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700911
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700912/* Define to 1 if mx32 has the type 'struct stat64'. */
Elliott Hughesdc75b012017-07-05 13:54:44 -0700913/* #undef HAVE_MX32_STRUCT_STAT64 */
914
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700915/* Define to 1 if 'st_mtime_nsec' is a member of mx32 'struct stat64'. */
Elliott Hughesdc75b012017-07-05 13:54:44 -0700916/* #undef HAVE_MX32_STRUCT_STAT64_ST_MTIME_NSEC */
917
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700918/* Define to 1 if 'st_mtime_nsec' is a member of mx32 'struct stat'. */
Elliott Hughesc1873762018-12-19 15:13:36 -0800919#define HAVE_MX32_STRUCT_STAT_ST_MTIME_NSEC 1
Elliott Hughesdc75b012017-07-05 13:54:44 -0700920
921/* Define to 1 if you have the <netinet/sctp.h> header file. */
922/* #undef HAVE_NETINET_SCTP_H */
923
924/* Define to 1 if you have the <netinet/tcp.h> header file. */
925#define HAVE_NETINET_TCP_H 1
926
927/* Define to 1 if you have the <netinet/udp.h> header file. */
928#define HAVE_NETINET_UDP_H 1
929
930/* Define to 1 if you have the <netipx/ipx.h> header file. */
931/* #undef HAVE_NETIPX_IPX_H */
932
933/* Define to 1 if you have the `open64' function. */
934#define HAVE_OPEN64 1
935
Elliott Hughesb7556142018-02-20 17:03:16 -0800936/* Define to 1 if you have the <paths.h> header file. */
937#define HAVE_PATHS_H 1
938
Elliott Hughesdc75b012017-07-05 13:54:44 -0700939/* Define to 1 if you have the `prctl' function. */
940#define HAVE_PRCTL 1
941
942/* Define to 1 if you have the `preadv' function. */
943#define HAVE_PREADV 1
944
945/* Define to 1 if you have the `process_vm_readv' function. */
946#define HAVE_PROCESS_VM_READV 1
947
948/* Define to 1 if the system provides program_invocation_name variable */
949/* #undef HAVE_PROGRAM_INVOCATION_NAME */
950
951/* Define to 1 if you have the `pwritev' function. */
952#define HAVE_PWRITEV 1
953
954/* Define to 1 if you have the `readahead' function. */
955#define HAVE_READAHEAD 1
956
Elliott Hughesc1873762018-12-19 15:13:36 -0800957/* Define to 1 if the system has the type `s390_compat_regs'. */
958/* #undef HAVE_S390_COMPAT_REGS */
959
Elliott Hughesdc75b012017-07-05 13:54:44 -0700960/* Define to 1 if you have the <scsi/sg.h> header file. */
961#define HAVE_SCSI_SG_H 1
962
963/* Define to 1 if `si_overrun' is a member of `siginfo_t'. */
964#define HAVE_SIGINFO_T_SI_OVERRUN 1
965
966/* Define to 1 if `si_syscall' is a member of `siginfo_t'. */
967#define HAVE_SIGINFO_T_SI_SYSCALL 1
968
969/* Define to 1 if `si_timerid' is a member of `siginfo_t'. */
970#define HAVE_SIGINFO_T_SI_TIMERID 1
971
972/* Define to 1 if you have the `signalfd' function. */
973#define HAVE_SIGNALFD 1
974
975/* Define to 1 if the system has the type `sig_atomic_t'. */
976#define HAVE_SIG_ATOMIC_T 1
977
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700978/* Define to 1 if the system provides static_assert */
Elliott Hughes03a418e2018-06-15 13:11:40 -0700979/* #undef HAVE_STATIC_ASSERT */
Elliott Hughes28e98bc2018-06-14 16:59:04 -0700980
Elliott Hughesdc75b012017-07-05 13:54:44 -0700981/* Define to 1 if you have the <stdint.h> header file. */
982#define HAVE_STDINT_H 1
983
984/* Define to 1 if you have the <stdlib.h> header file. */
985#define HAVE_STDLIB_H 1
986
987/* Define to 1 if you have the `stpcpy' function. */
988#define HAVE_STPCPY 1
989
990/* Define to 1 if you have the `strerror' function. */
991#define HAVE_STRERROR 1
992
993/* Define to 1 if you have the <strings.h> header file. */
994#define HAVE_STRINGS_H 1
995
996/* Define to 1 if you have the <string.h> header file. */
997#define HAVE_STRING_H 1
998
999/* Define to 1 if you have the `strndup' function. */
1000#define HAVE_STRNDUP 1
1001
1002/* Define to 1 if you have the <stropts.h> header file. */
1003/* #undef HAVE_STROPTS_H */
1004
1005/* Define to 1 if you have the `strsignal' function. */
1006#define HAVE_STRSIGNAL 1
1007
1008/* Define to 1 if the system has the type `struct blk_user_trace_setup'. */
1009#define HAVE_STRUCT_BLK_USER_TRACE_SETUP 1
1010
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001011/* Define to 1 if the system has the type `struct bpf_insn'. */
1012#define HAVE_STRUCT_BPF_INSN 1
1013
Elliott Hughes03a418e2018-06-15 13:11:40 -07001014/* Define to 1 if the system has the type `struct bpf_map_info'. */
1015#define HAVE_STRUCT_BPF_MAP_INFO 1
1016
1017/* Define to 1 if `id' is a member of `struct bpf_map_info'. */
1018#define HAVE_STRUCT_BPF_MAP_INFO_ID 1
1019
1020/* Define to 1 if `ifindex' is a member of `struct bpf_map_info'. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001021#define HAVE_STRUCT_BPF_MAP_INFO_IFINDEX 1
Elliott Hughes03a418e2018-06-15 13:11:40 -07001022
1023/* Define to 1 if `key_size' is a member of `struct bpf_map_info'. */
1024#define HAVE_STRUCT_BPF_MAP_INFO_KEY_SIZE 1
1025
1026/* Define to 1 if `map_flags' is a member of `struct bpf_map_info'. */
1027#define HAVE_STRUCT_BPF_MAP_INFO_MAP_FLAGS 1
1028
1029/* Define to 1 if `max_entries' is a member of `struct bpf_map_info'. */
1030#define HAVE_STRUCT_BPF_MAP_INFO_MAX_ENTRIES 1
1031
1032/* Define to 1 if `name' is a member of `struct bpf_map_info'. */
1033#define HAVE_STRUCT_BPF_MAP_INFO_NAME 1
1034
1035/* Define to 1 if `type' is a member of `struct bpf_map_info'. */
1036#define HAVE_STRUCT_BPF_MAP_INFO_TYPE 1
1037
1038/* Define to 1 if `value_size' is a member of `struct bpf_map_info'. */
1039#define HAVE_STRUCT_BPF_MAP_INFO_VALUE_SIZE 1
1040
1041/* Define to 1 if the system has the type `struct bpf_prog_info'. */
1042#define HAVE_STRUCT_BPF_PROG_INFO 1
1043
1044/* Define to 1 if `created_by_uid' is a member of `struct bpf_prog_info'. */
1045#define HAVE_STRUCT_BPF_PROG_INFO_CREATED_BY_UID 1
1046
1047/* Define to 1 if `id' is a member of `struct bpf_prog_info'. */
1048#define HAVE_STRUCT_BPF_PROG_INFO_ID 1
1049
1050/* Define to 1 if `ifindex' is a member of `struct bpf_prog_info'. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001051#define HAVE_STRUCT_BPF_PROG_INFO_IFINDEX 1
Elliott Hughes03a418e2018-06-15 13:11:40 -07001052
1053/* Define to 1 if `jited_prog_insns' is a member of `struct bpf_prog_info'. */
1054#define HAVE_STRUCT_BPF_PROG_INFO_JITED_PROG_INSNS 1
1055
1056/* Define to 1 if `jited_prog_len' is a member of `struct bpf_prog_info'. */
1057#define HAVE_STRUCT_BPF_PROG_INFO_JITED_PROG_LEN 1
1058
1059/* Define to 1 if `load_time' is a member of `struct bpf_prog_info'. */
1060#define HAVE_STRUCT_BPF_PROG_INFO_LOAD_TIME 1
1061
1062/* Define to 1 if `map_ids' is a member of `struct bpf_prog_info'. */
1063#define HAVE_STRUCT_BPF_PROG_INFO_MAP_IDS 1
1064
1065/* Define to 1 if `name' is a member of `struct bpf_prog_info'. */
1066#define HAVE_STRUCT_BPF_PROG_INFO_NAME 1
1067
1068/* Define to 1 if `nr_map_ids' is a member of `struct bpf_prog_info'. */
1069#define HAVE_STRUCT_BPF_PROG_INFO_NR_MAP_IDS 1
1070
1071/* Define to 1 if `tag' is a member of `struct bpf_prog_info'. */
1072#define HAVE_STRUCT_BPF_PROG_INFO_TAG 1
1073
1074/* Define to 1 if `type' is a member of `struct bpf_prog_info'. */
1075#define HAVE_STRUCT_BPF_PROG_INFO_TYPE 1
1076
1077/* Define to 1 if `xlated_prog_insns' is a member of `struct bpf_prog_info'.
1078 */
1079#define HAVE_STRUCT_BPF_PROG_INFO_XLATED_PROG_INSNS 1
1080
1081/* Define to 1 if `xlated_prog_len' is a member of `struct bpf_prog_info'. */
1082#define HAVE_STRUCT_BPF_PROG_INFO_XLATED_PROG_LEN 1
1083
Elliott Hughesbbf97dc2017-11-15 16:45:52 -08001084/* Define to 1 if the system has the type `struct br_mdb_entry'. */
1085#define HAVE_STRUCT_BR_MDB_ENTRY 1
1086
1087/* Define to 1 if `flags' is a member of `struct br_mdb_entry'. */
1088#define HAVE_STRUCT_BR_MDB_ENTRY_FLAGS 1
1089
1090/* Define to 1 if `vid' is a member of `struct br_mdb_entry'. */
1091#define HAVE_STRUCT_BR_MDB_ENTRY_VID 1
1092
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001093/* Define to 1 if the system has the type `struct br_port_msg'. */
1094#define HAVE_STRUCT_BR_PORT_MSG 1
1095
Elliott Hughesdc75b012017-07-05 13:54:44 -07001096/* Define to 1 if `start' is a member of `struct
1097 btrfs_ioctl_defrag_range_args'. */
1098#define HAVE_STRUCT_BTRFS_IOCTL_DEFRAG_RANGE_ARGS_START 1
1099
1100/* Define to 1 if `compat_flags' is a member of `struct
1101 btrfs_ioctl_feature_flags'. */
1102#define HAVE_STRUCT_BTRFS_IOCTL_FEATURE_FLAGS_COMPAT_FLAGS 1
1103
1104/* Define to 1 if `nodesize' is a member of `struct btrfs_ioctl_fs_info_args'.
1105 */
1106#define HAVE_STRUCT_BTRFS_IOCTL_FS_INFO_ARGS_NODESIZE 1
1107
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001108/* Define to 1 if `flags' is a member of `struct
1109 btrfs_ioctl_logical_ino_args'. */
1110#define HAVE_STRUCT_BTRFS_IOCTL_LOGICAL_INO_ARGS_FLAGS 1
1111
Elliott Hughesdc75b012017-07-05 13:54:44 -07001112/* Define to 1 if `buf_size' is a member of `struct
1113 btrfs_ioctl_search_args_v2'. */
1114#define HAVE_STRUCT_BTRFS_IOCTL_SEARCH_ARGS_V2_BUF_SIZE 1
1115
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001116/* Define to 1 if the system has the type `struct crypto_report_aead'. */
1117#define HAVE_STRUCT_CRYPTO_REPORT_AEAD 1
1118
1119/* Define to 1 if the system has the type `struct crypto_report_blkcipher'. */
1120#define HAVE_STRUCT_CRYPTO_REPORT_BLKCIPHER 1
1121
1122/* Define to 1 if the system has the type `struct crypto_report_cipher'. */
1123#define HAVE_STRUCT_CRYPTO_REPORT_CIPHER 1
1124
1125/* Define to 1 if the system has the type `struct crypto_report_hash'. */
1126#define HAVE_STRUCT_CRYPTO_REPORT_HASH 1
1127
1128/* Define to 1 if the system has the type `struct crypto_report_rng'. */
1129#define HAVE_STRUCT_CRYPTO_REPORT_RNG 1
1130
1131/* Define to 1 if the system has the type `struct dcbmsg'. */
1132#define HAVE_STRUCT_DCBMSG 1
1133
Elliott Hughes03a418e2018-06-15 13:11:40 -07001134/* Define to 1 if the system has the type `struct fib_rule_port_range'. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001135#define HAVE_STRUCT_FIB_RULE_PORT_RANGE 1
Elliott Hughes03a418e2018-06-15 13:11:40 -07001136
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001137/* Define to 1 if the system has the type `struct fib_rule_uid_range'. */
1138#define HAVE_STRUCT_FIB_RULE_UID_RANGE 1
1139
Elliott Hughesdc75b012017-07-05 13:54:44 -07001140/* Define to 1 if the system has the type `struct flock'. */
1141#define HAVE_STRUCT_FLOCK 1
1142
1143/* Define to 1 if the system has the type `struct flock64'. */
1144#define HAVE_STRUCT_FLOCK64 1
1145
Elliott Hughes03a418e2018-06-15 13:11:40 -07001146/* Define to 1 if the system has the type `struct f_owner_ex'. */
1147#define HAVE_STRUCT_F_OWNER_EX 1
1148
Elliott Hughesbbf97dc2017-11-15 16:45:52 -08001149/* Define to 1 if the system has the type `struct gnet_stats_basic'. */
1150#define HAVE_STRUCT_GNET_STATS_BASIC 1
1151
1152/* Define to 1 if the system has the type `struct gnet_stats_queue'. */
1153#define HAVE_STRUCT_GNET_STATS_QUEUE 1
1154
1155/* Define to 1 if the system has the type `struct gnet_stats_rate_est'. */
1156#define HAVE_STRUCT_GNET_STATS_RATE_EST 1
1157
1158/* Define to 1 if the system has the type `struct gnet_stats_rate_est64'. */
1159#define HAVE_STRUCT_GNET_STATS_RATE_EST64 1
1160
Elliott Hughesdc75b012017-07-05 13:54:44 -07001161/* Define to 1 if the system has the type `struct ia64_fpreg'. */
1162/* #undef HAVE_STRUCT_IA64_FPREG */
1163
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001164/* Define to 1 if the system has the type `struct ifaddrlblmsg'. */
1165#define HAVE_STRUCT_IFADDRLBLMSG 1
1166
1167/* Define to 1 if the system has the type `struct ifla_bridge_id'. */
1168#define HAVE_STRUCT_IFLA_BRIDGE_ID 1
1169
Elliott Hughes03a418e2018-06-15 13:11:40 -07001170/* Define to 1 if the system has the type `struct ifla_cacheinfo'. */
1171#define HAVE_STRUCT_IFLA_CACHEINFO 1
1172
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001173/* Define to 1 if the system has the type `struct ifla_port_vsi'. */
1174#define HAVE_STRUCT_IFLA_PORT_VSI 1
1175
Elliott Hughesdc75b012017-07-05 13:54:44 -07001176/* Define to 1 if `resolution' is a member of `struct input_absinfo'. */
1177#define HAVE_STRUCT_INPUT_ABSINFO_RESOLUTION 1
1178
Elliott Hughesbbf97dc2017-11-15 16:45:52 -08001179/* Define to 1 if the system has the type `struct kcmp_epoll_slot'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001180#define HAVE_STRUCT_KCMP_EPOLL_SLOT 1
Elliott Hughesbbf97dc2017-11-15 16:45:52 -08001181
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001182/* Define to 1 if the system has the type `struct keyctl_kdf_params'. */
1183#define HAVE_STRUCT_KEYCTL_KDF_PARAMS 1
1184
Elliott Hughesc1873762018-12-19 15:13:36 -08001185/* Define to 1 if the system has the type `struct kvm_cpuid2'. */
1186/* #undef HAVE_STRUCT_KVM_CPUID2 */
1187
Elliott Hughesb7556142018-02-20 17:03:16 -08001188/* Define to 1 if the system has the type `struct kvm_regs'. */
1189#define HAVE_STRUCT_KVM_REGS 1
1190
1191/* Define to 1 if the system has the type `struct kvm_sregs'. */
1192#define HAVE_STRUCT_KVM_SREGS 1
1193
1194/* Define to 1 if the system has the type `struct
1195 kvm_userspace_memory_region'. */
1196#define HAVE_STRUCT_KVM_USERSPACE_MEMORY_REGION 1
1197
Elliott Hughesdc75b012017-07-05 13:54:44 -07001198/* Define to 1 if the system has the type `struct mmsghdr'. */
1199#define HAVE_STRUCT_MMSGHDR 1
1200
Elliott Hughesb7556142018-02-20 17:03:16 -08001201/* Define to 1 if the system has the type `struct mtd_write_req'. */
1202#define HAVE_STRUCT_MTD_WRITE_REQ 1
1203
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001204/* Define to 1 if the system has the type `struct ndt_config'. */
1205#define HAVE_STRUCT_NDT_CONFIG 1
1206
1207/* Define to 1 if the system has the type `struct ndt_stats'. */
1208#define HAVE_STRUCT_NDT_STATS 1
1209
1210/* Define to 1 if `ndts_table_fulls' is a member of `struct ndt_stats'. */
1211#define HAVE_STRUCT_NDT_STATS_NDTS_TABLE_FULLS 1
1212
1213/* Define to 1 if the system has the type `struct netconfmsg'. */
1214#define HAVE_STRUCT_NETCONFMSG 1
1215
Elliott Hughesdc75b012017-07-05 13:54:44 -07001216/* Define to 1 if `aux_watermark' is a member of `struct perf_event_attr'. */
1217#define HAVE_STRUCT_PERF_EVENT_ATTR_AUX_WATERMARK 1
1218
1219/* Define to 1 if `bp_type' is a member of `struct perf_event_attr'. */
1220#define HAVE_STRUCT_PERF_EVENT_ATTR_BP_TYPE 1
1221
1222/* Define to 1 if `branch_sample_type' is a member of `struct
1223 perf_event_attr'. */
1224#define HAVE_STRUCT_PERF_EVENT_ATTR_BRANCH_SAMPLE_TYPE 1
1225
1226/* Define to 1 if `comm_exec' is a member of `struct perf_event_attr'. */
1227#define HAVE_STRUCT_PERF_EVENT_ATTR_COMM_EXEC 1
1228
1229/* Define to 1 if `config1' is a member of `struct perf_event_attr'. */
1230#define HAVE_STRUCT_PERF_EVENT_ATTR_CONFIG1 1
1231
1232/* Define to 1 if `config2' is a member of `struct perf_event_attr'. */
1233#define HAVE_STRUCT_PERF_EVENT_ATTR_CONFIG2 1
1234
1235/* Define to 1 if `context_switch' is a member of `struct perf_event_attr'. */
1236#define HAVE_STRUCT_PERF_EVENT_ATTR_CONTEXT_SWITCH 1
1237
1238/* Define to 1 if `exclude_callchain_kernel' is a member of `struct
1239 perf_event_attr'. */
1240#define HAVE_STRUCT_PERF_EVENT_ATTR_EXCLUDE_CALLCHAIN_KERNEL 1
1241
1242/* Define to 1 if `exclude_callchain_user' is a member of `struct
1243 perf_event_attr'. */
1244#define HAVE_STRUCT_PERF_EVENT_ATTR_EXCLUDE_CALLCHAIN_USER 1
1245
1246/* Define to 1 if `exclude_guest' is a member of `struct perf_event_attr'. */
1247#define HAVE_STRUCT_PERF_EVENT_ATTR_EXCLUDE_GUEST 1
1248
1249/* Define to 1 if `exclude_host' is a member of `struct perf_event_attr'. */
1250#define HAVE_STRUCT_PERF_EVENT_ATTR_EXCLUDE_HOST 1
1251
1252/* Define to 1 if `mmap2' is a member of `struct perf_event_attr'. */
1253#define HAVE_STRUCT_PERF_EVENT_ATTR_MMAP2 1
1254
1255/* Define to 1 if `mmap_data' is a member of `struct perf_event_attr'. */
1256#define HAVE_STRUCT_PERF_EVENT_ATTR_MMAP_DATA 1
1257
Elliott Hughesb7556142018-02-20 17:03:16 -08001258/* Define to 1 if `namespaces' is a member of `struct perf_event_attr'. */
1259#define HAVE_STRUCT_PERF_EVENT_ATTR_NAMESPACES 1
1260
Elliott Hughesdc75b012017-07-05 13:54:44 -07001261/* Define to 1 if `precise_ip' is a member of `struct perf_event_attr'. */
1262#define HAVE_STRUCT_PERF_EVENT_ATTR_PRECISE_IP 1
1263
1264/* Define to 1 if `sample_id_all' is a member of `struct perf_event_attr'. */
1265#define HAVE_STRUCT_PERF_EVENT_ATTR_SAMPLE_ID_ALL 1
1266
1267/* Define to 1 if `sample_max_stack' is a member of `struct perf_event_attr'.
1268 */
1269#define HAVE_STRUCT_PERF_EVENT_ATTR_SAMPLE_MAX_STACK 1
1270
1271/* Define to 1 if `sample_regs_intr' is a member of `struct perf_event_attr'.
1272 */
1273#define HAVE_STRUCT_PERF_EVENT_ATTR_SAMPLE_REGS_INTR 1
1274
1275/* Define to 1 if `sample_regs_user' is a member of `struct perf_event_attr'.
1276 */
1277#define HAVE_STRUCT_PERF_EVENT_ATTR_SAMPLE_REGS_USER 1
1278
1279/* Define to 1 if `sample_stack_user' is a member of `struct perf_event_attr'.
1280 */
1281#define HAVE_STRUCT_PERF_EVENT_ATTR_SAMPLE_STACK_USER 1
1282
1283/* Define to 1 if `use_clockid' is a member of `struct perf_event_attr'. */
1284#define HAVE_STRUCT_PERF_EVENT_ATTR_USE_CLOCKID 1
1285
1286/* Define to 1 if `write_backward' is a member of `struct perf_event_attr'. */
1287#define HAVE_STRUCT_PERF_EVENT_ATTR_WRITE_BACKWARD 1
1288
Elliott Hughesb7556142018-02-20 17:03:16 -08001289/* Define to 1 if the system has the type `struct ptp_sys_offset'. */
1290#define HAVE_STRUCT_PTP_SYS_OFFSET 1
1291
Elliott Hughesdc75b012017-07-05 13:54:44 -07001292/* Define to 1 if the system has the type `struct ptrace_peeksiginfo_args'. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001293/* #undef HAVE_STRUCT_PTRACE_PEEKSIGINFO_ARGS */
Elliott Hughesdc75b012017-07-05 13:54:44 -07001294
1295/* Define to 1 if the system has the type `struct pt_all_user_regs'. */
1296/* #undef HAVE_STRUCT_PT_ALL_USER_REGS */
1297
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001298/* Define to 1 if the system has the type `struct rta_mfc_stats'. */
1299#define HAVE_STRUCT_RTA_MFC_STATS 1
1300
1301/* Define to 1 if the system has the type `struct rtnl_link_stats64'. */
1302#define HAVE_STRUCT_RTNL_LINK_STATS64 1
1303
1304/* Define to 1 if `rx_nohandler' is a member of `struct rtnl_link_stats64'. */
1305#define HAVE_STRUCT_RTNL_LINK_STATS64_RX_NOHANDLER 1
1306
1307/* Define to 1 if `rx_nohandler' is a member of `struct rtnl_link_stats'. */
1308#define HAVE_STRUCT_RTNL_LINK_STATS_RX_NOHANDLER 1
1309
1310/* Define to 1 if the system has the type `struct rtvia'. */
1311#define HAVE_STRUCT_RTVIA 1
1312
Elliott Hughesdc75b012017-07-05 13:54:44 -07001313/* Define to 1 if the system has the type `struct sigcontext'. */
1314#define HAVE_STRUCT_SIGCONTEXT 1
1315
Elliott Hughes03a418e2018-06-15 13:11:40 -07001316/* Define to 1 if `l2_bdaddr_type' is a member of `struct sockaddr_l2'. */
1317/* #undef HAVE_STRUCT_SOCKADDR_L2_L2_BDADDR_TYPE */
1318
Elliott Hughesdc75b012017-07-05 13:54:44 -07001319/* Define to 1 if the system has the type `struct stat64'. */
1320/* #undef HAVE_STRUCT_STAT64 */
1321
1322/* Define to 1 if `st_mtime_nsec' is a member of `struct stat64'. */
1323/* #undef HAVE_STRUCT_STAT64_ST_MTIME_NSEC */
1324
1325/* Define to 1 if the system has the type `struct statfs'. */
1326#define HAVE_STRUCT_STATFS 1
1327
1328/* Define to 1 if the system has the type `struct statfs64'. */
1329#define HAVE_STRUCT_STATFS64 1
1330
1331/* Define to 1 if `f_flags' is a member of `struct statfs64'. */
1332#define HAVE_STRUCT_STATFS64_F_FLAGS 1
1333
1334/* Define to 1 if `f_frsize' is a member of `struct statfs64'. */
1335#define HAVE_STRUCT_STATFS64_F_FRSIZE 1
1336
1337/* Define to 1 if `f_fsid.val' is a member of `struct statfs64'. */
1338#define HAVE_STRUCT_STATFS64_F_FSID_VAL 1
1339
1340/* Define to 1 if `f_fsid.__val' is a member of `struct statfs64'. */
1341/* #undef HAVE_STRUCT_STATFS64_F_FSID___VAL */
1342
1343/* Define to 1 if `f_flags' is a member of `struct statfs'. */
1344#define HAVE_STRUCT_STATFS_F_FLAGS 1
1345
1346/* Define to 1 if `f_frsize' is a member of `struct statfs'. */
1347#define HAVE_STRUCT_STATFS_F_FRSIZE 1
1348
1349/* Define to 1 if `f_fsid.val' is a member of `struct statfs'. */
1350#define HAVE_STRUCT_STATFS_F_FSID_VAL 1
1351
1352/* Define to 1 if `f_fsid.__val' is a member of `struct statfs'. */
1353/* #undef HAVE_STRUCT_STATFS_F_FSID___VAL */
1354
1355/* Define to 1 if `st_mtime_nsec' is a member of `struct stat'. */
1356#define HAVE_STRUCT_STAT_ST_MTIME_NSEC 1
1357
Elliott Hughesbbf97dc2017-11-15 16:45:52 -08001358/* Define to 1 if the system has the type `struct tc_sizespec'. */
1359#define HAVE_STRUCT_TC_SIZESPEC 1
1360
Elliott Hughesdc75b012017-07-05 13:54:44 -07001361/* Define to 1 if `tai' is a member of `struct timex'. */
1362#define HAVE_STRUCT_TIMEX_TAI 1
1363
Elliott Hughesb7556142018-02-20 17:03:16 -08001364/* Define to 1 if `max_beb_per1024' is a member of `struct ubi_attach_req'. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001365#define HAVE_STRUCT_UBI_ATTACH_REQ_MAX_BEB_PER1024 1
Elliott Hughesb7556142018-02-20 17:03:16 -08001366
Elliott Hughesdc75b012017-07-05 13:54:44 -07001367/* Define to 1 if the system has the type `struct user_desc'. */
1368/* #undef HAVE_STRUCT_USER_DESC */
1369
Elliott Hughesb7556142018-02-20 17:03:16 -08001370/* Define to 1 if `lm' is a member of `struct user_desc'. */
1371/* #undef HAVE_STRUCT_USER_DESC_LM */
1372
Elliott Hughesdc75b012017-07-05 13:54:44 -07001373/* Define to 1 if `domainname' is a member of `struct utsname'. */
1374#define HAVE_STRUCT_UTSNAME_DOMAINNAME 1
1375
1376/* Define to 1 if `buffersize' is a member of `struct v4l2_sdr_format'. */
1377#define HAVE_STRUCT_V4L2_SDR_FORMAT_BUFFERSIZE 1
1378
1379/* Define to 1 if `global_alpha' is a member of `struct v4l2_window'. */
1380#define HAVE_STRUCT_V4L2_WINDOW_GLOBAL_ALPHA 1
1381
Elliott Hughes03a418e2018-06-15 13:11:40 -07001382/* Define to 1 if the system has the type `struct __aio_sigset'. */
1383/* #undef HAVE_STRUCT___AIO_SIGSET */
1384
Elliott Hughesdc75b012017-07-05 13:54:44 -07001385/* Define to 1 if the system has the type `struct __kernel_flock'. */
1386/* #undef HAVE_STRUCT___KERNEL_FLOCK */
1387
1388/* Define to 1 if the system has the type `struct __kernel_flock64'. */
1389/* #undef HAVE_STRUCT___KERNEL_FLOCK64 */
1390
Elliott Hughes03a418e2018-06-15 13:11:40 -07001391/* Define to 1 if the system has the type `struct __kernel_f_owner_ex'. */
1392/* #undef HAVE_STRUCT___KERNEL_F_OWNER_EX */
1393
Elliott Hughesdc75b012017-07-05 13:54:44 -07001394/* Define to 1 if the system has the type `struct __old_kernel_stat'. */
1395/* #undef HAVE_STRUCT___OLD_KERNEL_STAT */
1396
1397/* Define to 1 if you have the `sync_file_range' function. */
1398#define HAVE_SYNC_FILE_RANGE 1
1399
1400/* Define to 1 if you have the <sys/conf.h> header file. */
1401/* #undef HAVE_SYS_CONF_H */
1402
1403/* Define to 1 if you have the <sys/eventfd.h> header file. */
1404#define HAVE_SYS_EVENTFD_H 1
1405
1406/* Define to 1 if you have the <sys/fanotify.h> header file. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001407#define HAVE_SYS_FANOTIFY_H 1
Elliott Hughesdc75b012017-07-05 13:54:44 -07001408
1409/* Define to 1 if you have the <sys/ipc.h> header file. */
1410#define HAVE_SYS_IPC_H 1
1411
1412/* Define to 1 if you have the <sys/msg.h> header file. */
1413#define HAVE_SYS_MSG_H 1
1414
1415/* Define to 1 if you have the <sys/quota.h> header file. */
1416#define HAVE_SYS_QUOTA_H 1
1417
Elliott Hughesdc75b012017-07-05 13:54:44 -07001418/* Define to 1 if you have the <sys/sem.h> header file. */
1419#define HAVE_SYS_SEM_H 1
1420
1421/* Define to 1 if you have the <sys/shm.h> header file. */
1422#define HAVE_SYS_SHM_H 1
1423
1424/* Define to 1 if you have the <sys/signalfd.h> header file. */
1425#define HAVE_SYS_SIGNALFD_H 1
1426
1427/* Define to 1 if you have the <sys/stat.h> header file. */
1428#define HAVE_SYS_STAT_H 1
1429
1430/* Define to 1 if you have the <sys/types.h> header file. */
1431#define HAVE_SYS_TYPES_H 1
1432
1433/* Define to 1 if you have the <sys/xattr.h> header file. */
1434#define HAVE_SYS_XATTR_H 1
1435
1436/* Define to 1 if typeof works with your compiler. */
1437#define HAVE_TYPEOF 1
1438
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001439/* Define to 1 if `attach_bpf_fd' is a member of `union bpf_attr'. */
1440#define HAVE_UNION_BPF_ATTR_ATTACH_BPF_FD 1
1441
Elliott Hughesb7556142018-02-20 17:03:16 -08001442/* Define to 1 if `attach_flags' is a member of `union bpf_attr'. */
Elliott Hughesdc75b012017-07-05 13:54:44 -07001443#define HAVE_UNION_BPF_ATTR_ATTACH_FLAGS 1
1444
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001445/* Define to 1 if `attach_type' is a member of `union bpf_attr'. */
1446#define HAVE_UNION_BPF_ATTR_ATTACH_TYPE 1
1447
Elliott Hughesb7556142018-02-20 17:03:16 -08001448/* Define to 1 if `bpf_fd' is a member of `union bpf_attr'. */
Elliott Hughesdc75b012017-07-05 13:54:44 -07001449#define HAVE_UNION_BPF_ATTR_BPF_FD 1
1450
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001451/* Define to 1 if `dummy' is a member of `union bpf_attr'. */
1452/* #undef HAVE_UNION_BPF_ATTR_DUMMY */
1453
Elliott Hughes03a418e2018-06-15 13:11:40 -07001454/* Define to 1 if `expected_attach_type' is a member of `union bpf_attr'. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001455#define HAVE_UNION_BPF_ATTR_EXPECTED_ATTACH_TYPE 1
Elliott Hughes03a418e2018-06-15 13:11:40 -07001456
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001457/* Define to 1 if `file_flags' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001458#define HAVE_UNION_BPF_ATTR_FILE_FLAGS 1
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001459
Elliott Hughesb7556142018-02-20 17:03:16 -08001460/* Define to 1 if `flags' is a member of `union bpf_attr'. */
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001461#define HAVE_UNION_BPF_ATTR_FLAGS 1
1462
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001463/* Define to 1 if `info.bpf_fd' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001464#define HAVE_UNION_BPF_ATTR_INFO_BPF_FD 1
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001465
Elliott Hughesb7556142018-02-20 17:03:16 -08001466/* Define to 1 if `info.info' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001467#define HAVE_UNION_BPF_ATTR_INFO_INFO 1
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001468
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001469/* Define to 1 if `info.info_len' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001470#define HAVE_UNION_BPF_ATTR_INFO_INFO_LEN 1
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001471
1472/* Define to 1 if `inner_map_fd' is a member of `union bpf_attr'. */
1473#define HAVE_UNION_BPF_ATTR_INNER_MAP_FD 1
1474
1475/* Define to 1 if `insns' is a member of `union bpf_attr'. */
1476#define HAVE_UNION_BPF_ATTR_INSNS 1
1477
1478/* Define to 1 if `insn_cnt' is a member of `union bpf_attr'. */
1479#define HAVE_UNION_BPF_ATTR_INSN_CNT 1
1480
1481/* Define to 1 if `kern_version' is a member of `union bpf_attr'. */
1482#define HAVE_UNION_BPF_ATTR_KERN_VERSION 1
1483
1484/* Define to 1 if `key' is a member of `union bpf_attr'. */
1485#define HAVE_UNION_BPF_ATTR_KEY 1
1486
1487/* Define to 1 if `key_size' is a member of `union bpf_attr'. */
1488#define HAVE_UNION_BPF_ATTR_KEY_SIZE 1
1489
1490/* Define to 1 if `license' is a member of `union bpf_attr'. */
1491#define HAVE_UNION_BPF_ATTR_LICENSE 1
1492
1493/* Define to 1 if `log_buf' is a member of `union bpf_attr'. */
1494#define HAVE_UNION_BPF_ATTR_LOG_BUF 1
1495
1496/* Define to 1 if `log_level' is a member of `union bpf_attr'. */
1497#define HAVE_UNION_BPF_ATTR_LOG_LEVEL 1
1498
1499/* Define to 1 if `log_size' is a member of `union bpf_attr'. */
1500#define HAVE_UNION_BPF_ATTR_LOG_SIZE 1
1501
1502/* Define to 1 if `map_fd' is a member of `union bpf_attr'. */
1503#define HAVE_UNION_BPF_ATTR_MAP_FD 1
1504
1505/* Define to 1 if `map_flags' is a member of `union bpf_attr'. */
1506#define HAVE_UNION_BPF_ATTR_MAP_FLAGS 1
1507
1508/* Define to 1 if `map_id' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001509#define HAVE_UNION_BPF_ATTR_MAP_ID 1
1510
1511/* Define to 1 if `map_ifindex' is a member of `union bpf_attr'. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001512#define HAVE_UNION_BPF_ATTR_MAP_IFINDEX 1
Elliott Hughes03a418e2018-06-15 13:11:40 -07001513
1514/* Define to 1 if `map_name' is a member of `union bpf_attr'. */
1515#define HAVE_UNION_BPF_ATTR_MAP_NAME 1
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001516
1517/* Define to 1 if `map_type' is a member of `union bpf_attr'. */
1518#define HAVE_UNION_BPF_ATTR_MAP_TYPE 1
1519
1520/* Define to 1 if `max_entries' is a member of `union bpf_attr'. */
1521#define HAVE_UNION_BPF_ATTR_MAX_ENTRIES 1
1522
Elliott Hughesb7556142018-02-20 17:03:16 -08001523/* Define to 1 if `next_id' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001524#define HAVE_UNION_BPF_ATTR_NEXT_ID 1
Elliott Hughesb7556142018-02-20 17:03:16 -08001525
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001526/* Define to 1 if `next_key' is a member of `union bpf_attr'. */
1527#define HAVE_UNION_BPF_ATTR_NEXT_KEY 1
1528
Elliott Hughesb7556142018-02-20 17:03:16 -08001529/* Define to 1 if `numa_node' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001530#define HAVE_UNION_BPF_ATTR_NUMA_NODE 1
Elliott Hughesb7556142018-02-20 17:03:16 -08001531
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001532/* Define to 1 if `open_flags' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001533#define HAVE_UNION_BPF_ATTR_OPEN_FLAGS 1
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001534
1535/* Define to 1 if `pathname' is a member of `union bpf_attr'. */
1536#define HAVE_UNION_BPF_ATTR_PATHNAME 1
1537
Elliott Hughesb7556142018-02-20 17:03:16 -08001538/* Define to 1 if `prog_flags' is a member of `union bpf_attr'. */
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001539#define HAVE_UNION_BPF_ATTR_PROG_FLAGS 1
Elliott Hughesdc75b012017-07-05 13:54:44 -07001540
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001541/* Define to 1 if `prog_id' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001542#define HAVE_UNION_BPF_ATTR_PROG_ID 1
1543
1544/* Define to 1 if `prog_ifindex' is a member of `union bpf_attr'. */
1545#define HAVE_UNION_BPF_ATTR_PROG_IFINDEX 1
1546
1547/* Define to 1 if `prog_name' is a member of `union bpf_attr'. */
1548#define HAVE_UNION_BPF_ATTR_PROG_NAME 1
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001549
1550/* Define to 1 if `prog_type' is a member of `union bpf_attr'. */
1551#define HAVE_UNION_BPF_ATTR_PROG_TYPE 1
1552
Elliott Hughes03a418e2018-06-15 13:11:40 -07001553/* Define to 1 if `query.attach_flags' is a member of `union bpf_attr'. */
1554#define HAVE_UNION_BPF_ATTR_QUERY_ATTACH_FLAGS 1
1555
1556/* Define to 1 if `query.attach_type' is a member of `union bpf_attr'. */
1557#define HAVE_UNION_BPF_ATTR_QUERY_ATTACH_TYPE 1
1558
1559/* Define to 1 if `query.prog_cnt' is a member of `union bpf_attr'. */
1560#define HAVE_UNION_BPF_ATTR_QUERY_PROG_CNT 1
1561
1562/* Define to 1 if `query.prog_ids' is a member of `union bpf_attr'. */
1563#define HAVE_UNION_BPF_ATTR_QUERY_PROG_IDS 1
1564
1565/* Define to 1 if `query.query_flags' is a member of `union bpf_attr'. */
1566#define HAVE_UNION_BPF_ATTR_QUERY_QUERY_FLAGS 1
1567
1568/* Define to 1 if `query.target_fd' is a member of `union bpf_attr'. */
1569#define HAVE_UNION_BPF_ATTR_QUERY_TARGET_FD 1
1570
1571/* Define to 1 if `raw_tracepoint.name' is a member of `union bpf_attr'. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001572#define HAVE_UNION_BPF_ATTR_RAW_TRACEPOINT_NAME 1
Elliott Hughes03a418e2018-06-15 13:11:40 -07001573
1574/* Define to 1 if `raw_tracepoint.prog_fd' is a member of `union bpf_attr'. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001575#define HAVE_UNION_BPF_ATTR_RAW_TRACEPOINT_PROG_FD 1
Elliott Hughes03a418e2018-06-15 13:11:40 -07001576
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001577/* Define to 1 if `start_id' is a member of `union bpf_attr'. */
Elliott Hughes03a418e2018-06-15 13:11:40 -07001578#define HAVE_UNION_BPF_ATTR_START_ID 1
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001579
1580/* Define to 1 if `target_fd' is a member of `union bpf_attr'. */
1581#define HAVE_UNION_BPF_ATTR_TARGET_FD 1
1582
1583/* Define to 1 if `test.data_in' is a member of `union bpf_attr'. */
1584#define HAVE_UNION_BPF_ATTR_TEST_DATA_IN 1
1585
1586/* Define to 1 if `test.data_out' is a member of `union bpf_attr'. */
1587#define HAVE_UNION_BPF_ATTR_TEST_DATA_OUT 1
1588
1589/* Define to 1 if `test.data_size_in' is a member of `union bpf_attr'. */
1590#define HAVE_UNION_BPF_ATTR_TEST_DATA_SIZE_IN 1
1591
1592/* Define to 1 if `test.data_size_out' is a member of `union bpf_attr'. */
1593#define HAVE_UNION_BPF_ATTR_TEST_DATA_SIZE_OUT 1
1594
Elliott Hughesb7556142018-02-20 17:03:16 -08001595/* Define to 1 if `test.duration' is a member of `union bpf_attr'. */
1596#define HAVE_UNION_BPF_ATTR_TEST_DURATION 1
1597
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001598/* Define to 1 if `test.prog_fd' is a member of `union bpf_attr'. */
1599#define HAVE_UNION_BPF_ATTR_TEST_PROG_FD 1
1600
1601/* Define to 1 if `test.repeat' is a member of `union bpf_attr'. */
1602#define HAVE_UNION_BPF_ATTR_TEST_REPEAT 1
1603
1604/* Define to 1 if `test.retval' is a member of `union bpf_attr'. */
1605#define HAVE_UNION_BPF_ATTR_TEST_RETVAL 1
1606
1607/* Define to 1 if `value' is a member of `union bpf_attr'. */
1608#define HAVE_UNION_BPF_ATTR_VALUE 1
1609
1610/* Define to 1 if `value_size' is a member of `union bpf_attr'. */
1611#define HAVE_UNION_BPF_ATTR_VALUE_SIZE 1
1612
Elliott Hughesdc75b012017-07-05 13:54:44 -07001613/* Define to 1 if you have the <unistd.h> header file. */
1614#define HAVE_UNISTD_H 1
1615
1616/* Define to 1 if you have the <ustat.h> header file. */
1617/* #undef HAVE_USTAT_H */
1618
1619/* Define to 1 if you have the `utimensat' function. */
1620#define HAVE_UTIMENSAT 1
1621
Elliott Hughes03a418e2018-06-15 13:11:40 -07001622/* Define to 1 if the system provides _Static_assert */
1623/* #undef HAVE__STATIC_ASSERT */
1624
Elliott Hughesdc75b012017-07-05 13:54:44 -07001625/* Define to 1 if the system provides __builtin_popcount function */
1626#define HAVE___BUILTIN_POPCOUNT 1
1627
1628/* Define to 1 if the system has the type `__kernel_long_t'. */
1629#define HAVE___KERNEL_LONG_T 1
1630
1631/* Define to 1 if the system has the type `__kernel_ulong_t'. */
1632#define HAVE___KERNEL_ULONG_T 1
1633
1634/* Define for the HPPA architecture. */
1635/* #undef HPPA */
1636
1637/* Define for the i386 architecture. */
1638/* #undef I386 */
1639
1640/* Define for the IA64 architecture. */
1641/* #undef IA64 */
1642
1643/* Define for _ABIN32. */
1644/* #undef LINUX_MIPSN32 */
1645
1646/* Define for _ABI64. */
1647/* #undef LINUX_MIPSN64 */
1648
1649/* Define for _ABIO32. */
1650/* #undef LINUX_MIPSO32 */
1651
Elliott Hughesbbf97dc2017-11-15 16:45:52 -08001652/* The size of `kernel_long_t', as computed by sizeof. */
1653/* #undef M32_SIZEOF_KERNEL_LONG_T */
1654
1655/* The size of `long', as computed by sizeof. */
1656/* #undef M32_SIZEOF_LONG */
1657
Elliott Hughesdc75b012017-07-05 13:54:44 -07001658/* Define for the m68k architecture. */
1659/* #undef M68K */
1660
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001661/* Date */
Elliott Hughesc1873762018-12-19 15:13:36 -08001662#define MANPAGE_DATE "2018-07-07"
Elliott Hughes77c3ff82017-09-08 17:11:00 -07001663
Elliott Hughesdc75b012017-07-05 13:54:44 -07001664/* Define for the Meta architecture. */
1665/* #undef METAG */
1666
1667/* Define for the MicroBlaze architecture. */
1668/* #undef MICROBLAZE */
1669
1670/* Define for the MIPS architecture. */
1671/* #undef MIPS */
1672
Elliott Hughesbbf97dc2017-11-15 16:45:52 -08001673/* The size of `kernel_long_t', as computed by sizeof. */
1674/* #undef MX32_SIZEOF_KERNEL_LONG_T */
1675
1676/* The size of `long', as computed by sizeof. */
1677/* #undef MX32_SIZEOF_LONG */
1678
Elliott Hughesdc75b012017-07-05 13:54:44 -07001679/* Define for the Nios-II architecture. */
1680/* #undef NIOS2 */
1681
1682/* Define for the OpenRISC 1000 architecture. */
1683/* #undef OR1K */
1684
1685/* Name of package */
1686#define PACKAGE "strace"
1687
1688/* Define to the address where bug reports for this package should be sent. */
Elliott Hughes28e98bc2018-06-14 16:59:04 -07001689#define PACKAGE_BUGREPORT "strace-devel@lists.strace.io"
Elliott Hughesdc75b012017-07-05 13:54:44 -07001690
1691/* Define to the full name of this package. */
1692#define PACKAGE_NAME "strace"
1693
1694/* Define to the full name and version of this package. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001695#define PACKAGE_STRING "strace 4.25"
Elliott Hughesdc75b012017-07-05 13:54:44 -07001696
1697/* Define to the one symbol short name of this package. */
1698#define PACKAGE_TARNAME "strace"
1699
1700/* Define to the home page for this package. */
1701#define PACKAGE_URL "https://strace.io"
1702
1703/* Define to the version of this package. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001704#define PACKAGE_VERSION "4.25"
Elliott Hughesdc75b012017-07-05 13:54:44 -07001705
1706/* Define for the PowerPC architecture. */
1707/* #undef POWERPC */
1708
1709/* Define for the PowerPC64 architecture. */
1710/* #undef POWERPC64 */
1711
1712/* Define for the RISC-V architecture */
1713/* #undef RISCV */
1714
1715/* Define for the S390 architecture. */
1716/* #undef S390 */
1717
1718/* Define for the S390x architecture. */
1719/* #undef S390X */
1720
1721/* Define for the SH architecture. */
1722/* #undef SH */
1723
1724/* Define for the SH64 architecture. */
1725/* #undef SH64 */
1726
1727/* The size of `kernel_long_t', as computed by sizeof. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001728/* #undef SIZEOF_KERNEL_LONG_T */
Elliott Hughesdc75b012017-07-05 13:54:44 -07001729
1730/* The size of `long', as computed by sizeof. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001731/* #undef SIZEOF_LONG */
Elliott Hughesdc75b012017-07-05 13:54:44 -07001732
1733/* The size of `long long', as computed by sizeof. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001734/* #undef SIZEOF_LONG_LONG */
Elliott Hughesdc75b012017-07-05 13:54:44 -07001735
1736/* The size of `off_t', as computed by sizeof. */
Elliott Hughesc1873762018-12-19 15:13:36 -08001737/* #undef SIZEOF_OFF_T */
Elliott Hughesdc75b012017-07-05 13:54:44 -07001738
1739/* The size of `struct i64_i32', as computed by sizeof. */
1740#define SIZEOF_STRUCT_I64_I32 16
1741
1742/* Define for the SPARC architecture. */
1743/* #undef SPARC */
1744
1745/* Define for the SPARC64 architecture. */
1746/* #undef SPARC64 */
1747
1748/* Define to 1 if you have the ANSI C header files. */
1749#define STDC_HEADERS 1
1750
1751/* Define for the Tile architecture */
1752/* #undef TILE */
1753
Elliott Hughes03a418e2018-06-15 13:11:40 -07001754/* Do symbols demangling in stack trace */
Elliott Hughesb7556142018-02-20 17:03:16 -08001755/* #undef USE_DEMANGLE */
1756
Elliott Hughes03a418e2018-06-15 13:11:40 -07001757/* Whether to use libdw for stack tracing */
1758/* #undef USE_LIBDW */
1759
1760/* Whether to use libunwind for stack tracing */
Elliott Hughesdc75b012017-07-05 13:54:44 -07001761/* #undef USE_LIBUNWIND */
1762
1763/* Enable extensions on AIX 3, Interix. */
1764#ifndef _ALL_SOURCE
1765# define _ALL_SOURCE 1
1766#endif
1767/* Enable GNU extensions on systems that have them. */
1768#ifndef _GNU_SOURCE
1769# define _GNU_SOURCE 1
1770#endif
1771/* Enable threading extensions on Solaris. */
1772#ifndef _POSIX_PTHREAD_SEMANTICS
1773# define _POSIX_PTHREAD_SEMANTICS 1
1774#endif
1775/* Enable extensions on HP NonStop. */
1776#ifndef _TANDEM_SOURCE
1777# define _TANDEM_SOURCE 1
1778#endif
1779/* Enable general extensions on Solaris. */
1780#ifndef __EXTENSIONS__
1781# define __EXTENSIONS__ 1
1782#endif
1783
1784
Elliott Hughes03a418e2018-06-15 13:11:40 -07001785/* The unwinder to use for stack tracing support */
1786/* #undef USE_UNWINDER */
1787
Elliott Hughesdc75b012017-07-05 13:54:44 -07001788/* Version number of package */
Elliott Hughesc1873762018-12-19 15:13:36 -08001789#define VERSION "4.25"
Elliott Hughesdc75b012017-07-05 13:54:44 -07001790
1791/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1792 significant byte first (like Motorola and SPARC, unlike Intel). */
1793#if defined AC_APPLE_UNIVERSAL_BUILD
1794# if defined __BIG_ENDIAN__
1795# define WORDS_BIGENDIAN 1
1796# endif
1797#else
1798# ifndef WORDS_BIGENDIAN
1799/* # undef WORDS_BIGENDIAN */
1800# endif
1801#endif
1802
1803/* Define for the 32bit AMD x86-64 architecture. */
1804/* #undef X32 */
1805
1806/* Define for the 64bit AMD x86-64 architecture. */
1807/* #undef X86_64 */
1808
1809/* Define for the Xtensa architecture */
1810/* #undef XTENSA */
1811
1812/* Define to 1 if on MINIX. */
1813/* #undef _MINIX */
1814
1815/* Define to 2 if the system does not provide POSIX.1 features except with
1816 this defined. */
1817/* #undef _POSIX_1_SOURCE */
1818
1819/* Define to 1 if you need to in order for `stat' and other things to work. */
1820/* #undef _POSIX_SOURCE */
1821
1822/* Define to `int' if <sys/types.h> doesn't define. */
1823/* #undef gid_t */
1824
1825/* Define to __typeof__ if your compiler spells it that way. */
1826/* #undef typeof */
1827
1828/* Define to `int' if <sys/types.h> doesn't define. */
1829/* #undef uid_t */