comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/python3.8/pyconfig.h @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 69:33d812a61356
1 /* pyconfig.h. Generated from pyconfig.h.in by configure. */
2 /* pyconfig.h.in. Generated from configure.ac by autoheader. */
3
4
5 #ifndef Py_PYCONFIG_H
6 #define Py_PYCONFIG_H
7
8
9 /* Define if building universal (internal helper macro) */
10 /* #undef AC_APPLE_UNIVERSAL_BUILD */
11
12 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
13 support for AIX C++ shared extension modules. */
14 /* #undef AIX_GENUINE_CPLUSPLUS */
15
16 /* Alternative SOABI used in debug build to load C extensions built in release
17 mode */
18 /* #undef ALT_SOABI */
19
20 /* The Android API level. */
21 /* #undef ANDROID_API_LEVEL */
22
23 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
24 mixed-endian order (byte order 45670123) */
25 /* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */
26
27 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
28 significant byte first */
29 /* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */
30
31 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
32 least significant byte first */
33 #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
34
35 /* Define if --enable-ipv6 is specified */
36 #define ENABLE_IPV6 1
37
38 /* Define to 1 if your system stores words within floats with the most
39 significant word first */
40 /* #undef FLOAT_WORDS_BIGENDIAN */
41
42 /* Define if flock needs to be linked with bsd library. */
43 /* #undef FLOCK_NEEDS_LIBBSD */
44
45 /* Define if getpgrp() must be called as getpgrp(0). */
46 /* #undef GETPGRP_HAVE_ARG */
47
48 /* Define if gettimeofday() does not have second (timezone) argument This is
49 the case on Motorola V4 (R40V4.2) */
50 /* #undef GETTIMEOFDAY_NO_TZ */
51
52 /* Define to 1 if you have the `accept4' function. */
53 #define HAVE_ACCEPT4 1
54
55 /* Define to 1 if you have the `acosh' function. */
56 #define HAVE_ACOSH 1
57
58 /* struct addrinfo (netdb.h) */
59 #define HAVE_ADDRINFO 1
60
61 /* Define to 1 if you have the `alarm' function. */
62 #define HAVE_ALARM 1
63
64 /* Define if aligned memory access is required */
65 /* #undef HAVE_ALIGNED_REQUIRED */
66
67 /* Define to 1 if you have the <alloca.h> header file. */
68 #define HAVE_ALLOCA_H 1
69
70 /* Define this if your time.h defines altzone. */
71 /* #undef HAVE_ALTZONE */
72
73 /* Define to 1 if you have the `asinh' function. */
74 #define HAVE_ASINH 1
75
76 /* Define to 1 if you have the <asm/types.h> header file. */
77 #define HAVE_ASM_TYPES_H 1
78
79 /* Define to 1 if you have the `atanh' function. */
80 #define HAVE_ATANH 1
81
82 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
83 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
84
85 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
86 /* #undef HAVE_BLUETOOTH_BLUETOOTH_H */
87
88 /* Define to 1 if you have the <bluetooth.h> header file. */
89 /* #undef HAVE_BLUETOOTH_H */
90
91 /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
92 chars that would be converted. */
93 /* #undef HAVE_BROKEN_MBSTOWCS */
94
95 /* Define if nice() returns success/failure instead of the new priority. */
96 /* #undef HAVE_BROKEN_NICE */
97
98 /* Define if the system reports an invalid PIPE_BUF value. */
99 /* #undef HAVE_BROKEN_PIPE_BUF */
100
101 /* Define if poll() sets errno on invalid file descriptors. */
102 /* #undef HAVE_BROKEN_POLL */
103
104 /* Define if the Posix semaphores do not work on your system */
105 /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
106
107 /* Define if pthread_sigmask() does not work on your system. */
108 /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */
109
110 /* define to 1 if your sem_getvalue is broken. */
111 /* #undef HAVE_BROKEN_SEM_GETVALUE */
112
113 /* Define if `unsetenv` does not return an int. */
114 /* #undef HAVE_BROKEN_UNSETENV */
115
116 /* Has builtin atomics */
117 #define HAVE_BUILTIN_ATOMIC 1
118
119 /* Define to 1 if you have the 'chflags' function. */
120 /* #undef HAVE_CHFLAGS */
121
122 /* Define to 1 if you have the `chown' function. */
123 #define HAVE_CHOWN 1
124
125 /* Define if you have the 'chroot' function. */
126 #define HAVE_CHROOT 1
127
128 /* Define to 1 if you have the `clock' function. */
129 #define HAVE_CLOCK 1
130
131 /* Define to 1 if you have the `clock_getres' function. */
132 #define HAVE_CLOCK_GETRES 1
133
134 /* Define to 1 if you have the `clock_gettime' function. */
135 #define HAVE_CLOCK_GETTIME 1
136
137 /* Define to 1 if you have the `clock_settime' function. */
138 #define HAVE_CLOCK_SETTIME 1
139
140 /* Define if the C compiler supports computed gotos. */
141 #define HAVE_COMPUTED_GOTOS 1
142
143 /* Define to 1 if you have the `confstr' function. */
144 #define HAVE_CONFSTR 1
145
146 /* Define to 1 if you have the <conio.h> header file. */
147 /* #undef HAVE_CONIO_H */
148
149 /* Define to 1 if you have the `copysign' function. */
150 #define HAVE_COPYSIGN 1
151
152 /* Define to 1 if you have the `copy_file_range' function. */
153 /* #undef HAVE_COPY_FILE_RANGE */
154
155 /* Define to 1 if you have the <crypt.h> header file. */
156 #define HAVE_CRYPT_H 1
157
158 /* Define if you have the crypt_r() function. */
159 #define HAVE_CRYPT_R 1
160
161 /* Define to 1 if you have the `ctermid' function. */
162 #define HAVE_CTERMID 1
163
164 /* Define if you have the 'ctermid_r' function. */
165 /* #undef HAVE_CTERMID_R */
166
167 /* Define if you have the 'filter' function. */
168 #define HAVE_CURSES_FILTER 1
169
170 /* Define to 1 if you have the <curses.h> header file. */
171 #define HAVE_CURSES_H 1
172
173 /* Define if you have the 'has_key' function. */
174 #define HAVE_CURSES_HAS_KEY 1
175
176 /* Define if you have the 'immedok' function. */
177 #define HAVE_CURSES_IMMEDOK 1
178
179 /* Define if you have the 'is_pad' function or macro. */
180 #define HAVE_CURSES_IS_PAD 1
181
182 /* Define if you have the 'is_term_resized' function. */
183 #define HAVE_CURSES_IS_TERM_RESIZED 1
184
185 /* Define if you have the 'resizeterm' function. */
186 #define HAVE_CURSES_RESIZETERM 1
187
188 /* Define if you have the 'resize_term' function. */
189 #define HAVE_CURSES_RESIZE_TERM 1
190
191 /* Define if you have the 'syncok' function. */
192 #define HAVE_CURSES_SYNCOK 1
193
194 /* Define if you have the 'typeahead' function. */
195 #define HAVE_CURSES_TYPEAHEAD 1
196
197 /* Define if you have the 'use_env' function. */
198 #define HAVE_CURSES_USE_ENV 1
199
200 /* Define if you have the 'wchgat' function. */
201 #define HAVE_CURSES_WCHGAT 1
202
203 /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
204 don't. */
205 #define HAVE_DECL_ISFINITE 1
206
207 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
208 */
209 #define HAVE_DECL_ISINF 1
210
211 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
212 */
213 #define HAVE_DECL_ISNAN 1
214
215 /* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
216 don't. */
217 #define HAVE_DECL_RTLD_DEEPBIND 1
218
219 /* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
220 don't. */
221 #define HAVE_DECL_RTLD_GLOBAL 1
222
223 /* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
224 don't. */
225 #define HAVE_DECL_RTLD_LAZY 1
226
227 /* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
228 don't. */
229 #define HAVE_DECL_RTLD_LOCAL 1
230
231 /* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
232 don't. */
233 #define HAVE_DECL_RTLD_MEMBER 0
234
235 /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
236 don't. */
237 #define HAVE_DECL_RTLD_NODELETE 1
238
239 /* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
240 don't. */
241 #define HAVE_DECL_RTLD_NOLOAD 1
242
243 /* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
244 don't. */
245 #define HAVE_DECL_RTLD_NOW 1
246
247 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
248 */
249 /* #undef HAVE_DECL_TZNAME */
250
251 /* Define to 1 if you have the device macros. */
252 #define HAVE_DEVICE_MACROS 1
253
254 /* Define to 1 if you have the /dev/ptc device file. */
255 /* #undef HAVE_DEV_PTC */
256
257 /* Define to 1 if you have the /dev/ptmx device file. */
258 #define HAVE_DEV_PTMX 1
259
260 /* Define to 1 if you have the <direct.h> header file. */
261 /* #undef HAVE_DIRECT_H */
262
263 /* Define to 1 if the dirent structure has a d_type field */
264 #define HAVE_DIRENT_D_TYPE 1
265
266 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
267 */
268 #define HAVE_DIRENT_H 1
269
270 /* Define if you have the 'dirfd' function or macro. */
271 #define HAVE_DIRFD 1
272
273 /* Define to 1 if you have the <dlfcn.h> header file. */
274 #define HAVE_DLFCN_H 1
275
276 /* Define to 1 if you have the `dlopen' function. */
277 #define HAVE_DLOPEN 1
278
279 /* Define to 1 if you have the `dup2' function. */
280 #define HAVE_DUP2 1
281
282 /* Define to 1 if you have the `dup3' function. */
283 #define HAVE_DUP3 1
284
285 /* Defined when any dynamic module loading is enabled. */
286 #define HAVE_DYNAMIC_LOADING 1
287
288 /* Define to 1 if you have the <endian.h> header file. */
289 #define HAVE_ENDIAN_H 1
290
291 /* Define if you have the 'epoll' functions. */
292 #define HAVE_EPOLL 1
293
294 /* Define if you have the 'epoll_create1' function. */
295 #define HAVE_EPOLL_CREATE1 1
296
297 /* Define to 1 if you have the `erf' function. */
298 #define HAVE_ERF 1
299
300 /* Define to 1 if you have the `erfc' function. */
301 #define HAVE_ERFC 1
302
303 /* Define to 1 if you have the <errno.h> header file. */
304 #define HAVE_ERRNO_H 1
305
306 /* Define to 1 if you have the `execv' function. */
307 #define HAVE_EXECV 1
308
309 /* Define to 1 if you have the `explicit_bzero' function. */
310 /* #undef HAVE_EXPLICIT_BZERO */
311
312 /* Define to 1 if you have the `explicit_memset' function. */
313 /* #undef HAVE_EXPLICIT_MEMSET */
314
315 /* Define to 1 if you have the `expm1' function. */
316 #define HAVE_EXPM1 1
317
318 /* Define to 1 if you have the `faccessat' function. */
319 #define HAVE_FACCESSAT 1
320
321 /* Define if you have the 'fchdir' function. */
322 #define HAVE_FCHDIR 1
323
324 /* Define to 1 if you have the `fchmod' function. */
325 #define HAVE_FCHMOD 1
326
327 /* Define to 1 if you have the `fchmodat' function. */
328 #define HAVE_FCHMODAT 1
329
330 /* Define to 1 if you have the `fchown' function. */
331 #define HAVE_FCHOWN 1
332
333 /* Define to 1 if you have the `fchownat' function. */
334 #define HAVE_FCHOWNAT 1
335
336 /* Define to 1 if you have the <fcntl.h> header file. */
337 #define HAVE_FCNTL_H 1
338
339 /* Define if you have the 'fdatasync' function. */
340 #define HAVE_FDATASYNC 1
341
342 /* Define to 1 if you have the `fdopendir' function. */
343 #define HAVE_FDOPENDIR 1
344
345 /* Define to 1 if you have the `fdwalk' function. */
346 /* #undef HAVE_FDWALK */
347
348 /* Define to 1 if you have the `fexecve' function. */
349 #define HAVE_FEXECVE 1
350
351 /* Define to 1 if you have the `finite' function. */
352 #define HAVE_FINITE 1
353
354 /* Define to 1 if you have the `flock' function. */
355 #define HAVE_FLOCK 1
356
357 /* Define to 1 if you have the `fork' function. */
358 #define HAVE_FORK 1
359
360 /* Define to 1 if you have the `forkpty' function. */
361 #define HAVE_FORKPTY 1
362
363 /* Define to 1 if you have the `fpathconf' function. */
364 #define HAVE_FPATHCONF 1
365
366 /* Define to 1 if you have the `fseek64' function. */
367 /* #undef HAVE_FSEEK64 */
368
369 /* Define to 1 if you have the `fseeko' function. */
370 #define HAVE_FSEEKO 1
371
372 /* Define to 1 if you have the `fstatat' function. */
373 #define HAVE_FSTATAT 1
374
375 /* Define to 1 if you have the `fstatvfs' function. */
376 #define HAVE_FSTATVFS 1
377
378 /* Define if you have the 'fsync' function. */
379 #define HAVE_FSYNC 1
380
381 /* Define to 1 if you have the `ftell64' function. */
382 /* #undef HAVE_FTELL64 */
383
384 /* Define to 1 if you have the `ftello' function. */
385 #define HAVE_FTELLO 1
386
387 /* Define to 1 if you have the `ftime' function. */
388 #define HAVE_FTIME 1
389
390 /* Define to 1 if you have the `ftruncate' function. */
391 #define HAVE_FTRUNCATE 1
392
393 /* Define to 1 if you have the `futimens' function. */
394 #define HAVE_FUTIMENS 1
395
396 /* Define to 1 if you have the `futimes' function. */
397 #define HAVE_FUTIMES 1
398
399 /* Define to 1 if you have the `futimesat' function. */
400 #define HAVE_FUTIMESAT 1
401
402 /* Define to 1 if you have the `gai_strerror' function. */
403 #define HAVE_GAI_STRERROR 1
404
405 /* Define to 1 if you have the `gamma' function. */
406 #define HAVE_GAMMA 1
407
408 /* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
409 /* #undef HAVE_GCC_ASM_FOR_MC68881 */
410
411 /* Define if we can use x64 gcc inline assembler */
412 #define HAVE_GCC_ASM_FOR_X64 1
413
414 /* Define if we can use gcc inline assembler to get and set x87 control word
415 */
416 #define HAVE_GCC_ASM_FOR_X87 1
417
418 /* Define if your compiler provides __uint128_t */
419 #define HAVE_GCC_UINT128_T 1
420
421 /* Define if you have the getaddrinfo function. */
422 #define HAVE_GETADDRINFO 1
423
424 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
425 #define HAVE_GETC_UNLOCKED 1
426
427 /* Define to 1 if you have the `getentropy' function. */
428 /* #undef HAVE_GETENTROPY */
429
430 /* Define to 1 if you have the `getgrgid_r' function. */
431 #define HAVE_GETGRGID_R 1
432
433 /* Define to 1 if you have the `getgrnam_r' function. */
434 #define HAVE_GETGRNAM_R 1
435
436 /* Define to 1 if you have the `getgrouplist' function. */
437 #define HAVE_GETGROUPLIST 1
438
439 /* Define to 1 if you have the `getgroups' function. */
440 #define HAVE_GETGROUPS 1
441
442 /* Define to 1 if you have the `gethostbyname' function. */
443 /* #undef HAVE_GETHOSTBYNAME */
444
445 /* Define this if you have some version of gethostbyname_r() */
446 #define HAVE_GETHOSTBYNAME_R 1
447
448 /* Define this if you have the 3-arg version of gethostbyname_r(). */
449 /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
450
451 /* Define this if you have the 5-arg version of gethostbyname_r(). */
452 /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
453
454 /* Define this if you have the 6-arg version of gethostbyname_r(). */
455 #define HAVE_GETHOSTBYNAME_R_6_ARG 1
456
457 /* Define to 1 if you have the `getitimer' function. */
458 #define HAVE_GETITIMER 1
459
460 /* Define to 1 if you have the `getloadavg' function. */
461 #define HAVE_GETLOADAVG 1
462
463 /* Define to 1 if you have the `getlogin' function. */
464 #define HAVE_GETLOGIN 1
465
466 /* Define to 1 if you have the `getnameinfo' function. */
467 #define HAVE_GETNAMEINFO 1
468
469 /* Define if you have the 'getpagesize' function. */
470 #define HAVE_GETPAGESIZE 1
471
472 /* Define to 1 if you have the `getpeername' function. */
473 #define HAVE_GETPEERNAME 1
474
475 /* Define to 1 if you have the `getpgid' function. */
476 #define HAVE_GETPGID 1
477
478 /* Define to 1 if you have the `getpgrp' function. */
479 #define HAVE_GETPGRP 1
480
481 /* Define to 1 if you have the `getpid' function. */
482 #define HAVE_GETPID 1
483
484 /* Define to 1 if you have the `getpriority' function. */
485 #define HAVE_GETPRIORITY 1
486
487 /* Define to 1 if you have the `getpwent' function. */
488 #define HAVE_GETPWENT 1
489
490 /* Define to 1 if you have the `getpwnam_r' function. */
491 #define HAVE_GETPWNAM_R 1
492
493 /* Define to 1 if you have the `getpwuid_r' function. */
494 #define HAVE_GETPWUID_R 1
495
496 /* Define to 1 if the getrandom() function is available */
497 /* #undef HAVE_GETRANDOM */
498
499 /* Define to 1 if the Linux getrandom() syscall is available */
500 /* #undef HAVE_GETRANDOM_SYSCALL */
501
502 /* Define to 1 if you have the `getresgid' function. */
503 #define HAVE_GETRESGID 1
504
505 /* Define to 1 if you have the `getresuid' function. */
506 #define HAVE_GETRESUID 1
507
508 /* Define to 1 if you have the `getsid' function. */
509 #define HAVE_GETSID 1
510
511 /* Define to 1 if you have the `getspent' function. */
512 #define HAVE_GETSPENT 1
513
514 /* Define to 1 if you have the `getspnam' function. */
515 #define HAVE_GETSPNAM 1
516
517 /* Define to 1 if you have the `gettimeofday' function. */
518 #define HAVE_GETTIMEOFDAY 1
519
520 /* Define to 1 if you have the `getwd' function. */
521 #define HAVE_GETWD 1
522
523 /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
524 bcopy. */
525 /* #undef HAVE_GLIBC_MEMMOVE_BUG */
526
527 /* Define to 1 if you have the <grp.h> header file. */
528 #define HAVE_GRP_H 1
529
530 /* Define if you have the 'hstrerror' function. */
531 #define HAVE_HSTRERROR 1
532
533 /* Define this if you have le64toh() */
534 #define HAVE_HTOLE64 1
535
536 /* Define to 1 if you have the `hypot' function. */
537 #define HAVE_HYPOT 1
538
539 /* Define to 1 if you have the <ieeefp.h> header file. */
540 /* #undef HAVE_IEEEFP_H */
541
542 /* Define to 1 if you have the `if_nameindex' function. */
543 #define HAVE_IF_NAMEINDEX 1
544
545 /* Define if you have the 'inet_aton' function. */
546 #define HAVE_INET_ATON 1
547
548 /* Define if you have the 'inet_pton' function. */
549 #define HAVE_INET_PTON 1
550
551 /* Define to 1 if you have the `initgroups' function. */
552 #define HAVE_INITGROUPS 1
553
554 /* Define to 1 if you have the <inttypes.h> header file. */
555 #define HAVE_INTTYPES_H 1
556
557 /* Define to 1 if you have the <io.h> header file. */
558 /* #undef HAVE_IO_H */
559
560 /* Define if gcc has the ipa-pure-const bug. */
561 /* #undef HAVE_IPA_PURE_CONST_BUG */
562
563 /* Define to 1 if you have the `kill' function. */
564 #define HAVE_KILL 1
565
566 /* Define to 1 if you have the `killpg' function. */
567 #define HAVE_KILLPG 1
568
569 /* Define if you have the 'kqueue' functions. */
570 /* #undef HAVE_KQUEUE */
571
572 /* Define to 1 if you have the <langinfo.h> header file. */
573 #define HAVE_LANGINFO_H 1
574
575 /* Defined to enable large file support when an off_t is bigger than a long
576 and long long is at least as big as an off_t. You may need to add some
577 flags for configuration and compilation to enable this mode. (For Solaris
578 and Linux, the necessary defines are already defined.) */
579 /* #undef HAVE_LARGEFILE_SUPPORT */
580
581 /* Define to 1 if you have the 'lchflags' function. */
582 /* #undef HAVE_LCHFLAGS */
583
584 /* Define to 1 if you have the `lchmod' function. */
585 /* #undef HAVE_LCHMOD */
586
587 /* Define to 1 if you have the `lchown' function. */
588 #define HAVE_LCHOWN 1
589
590 /* Define to 1 if you have the `lgamma' function. */
591 #define HAVE_LGAMMA 1
592
593 /* Define to 1 if you have the `dl' library (-ldl). */
594 #define HAVE_LIBDL 1
595
596 /* Define to 1 if you have the `dld' library (-ldld). */
597 /* #undef HAVE_LIBDLD */
598
599 /* Define to 1 if you have the `ieee' library (-lieee). */
600 /* #undef HAVE_LIBIEEE */
601
602 /* Define to 1 if you have the <libintl.h> header file. */
603 #define HAVE_LIBINTL_H 1
604
605 /* Define if you have the readline library (-lreadline). */
606 #define HAVE_LIBREADLINE 1
607
608 /* Define to 1 if you have the `resolv' library (-lresolv). */
609 /* #undef HAVE_LIBRESOLV */
610
611 /* Define to 1 if you have the `sendfile' library (-lsendfile). */
612 /* #undef HAVE_LIBSENDFILE */
613
614 /* Define to 1 if you have the <libutil.h> header file. */
615 /* #undef HAVE_LIBUTIL_H */
616
617 /* Define if you have the 'link' function. */
618 #define HAVE_LINK 1
619
620 /* Define to 1 if you have the `linkat' function. */
621 #define HAVE_LINKAT 1
622
623 /* Define to 1 if you have the <linux/can/bcm.h> header file. */
624 /* #undef HAVE_LINUX_CAN_BCM_H */
625
626 /* Define to 1 if you have the <linux/can.h> header file. */
627 #define HAVE_LINUX_CAN_H 1
628
629 /* Define if compiling using Linux 3.6 or later. */
630 /* #undef HAVE_LINUX_CAN_RAW_FD_FRAMES */
631
632 /* Define to 1 if you have the <linux/can/raw.h> header file. */
633 #define HAVE_LINUX_CAN_RAW_H 1
634
635 /* Define to 1 if you have the <linux/memfd.h> header file. */
636 /* #undef HAVE_LINUX_MEMFD_H */
637
638 /* Define to 1 if you have the <linux/netlink.h> header file. */
639 #define HAVE_LINUX_NETLINK_H 1
640
641 /* Define to 1 if you have the <linux/qrtr.h> header file. */
642 /* #undef HAVE_LINUX_QRTR_H */
643
644 /* Define to 1 if you have the <linux/random.h> header file. */
645 #define HAVE_LINUX_RANDOM_H 1
646
647 /* Define to 1 if you have the <linux/tipc.h> header file. */
648 #define HAVE_LINUX_TIPC_H 1
649
650 /* Define to 1 if you have the <linux/vm_sockets.h> header file. */
651 /* #undef HAVE_LINUX_VM_SOCKETS_H */
652
653 /* Define to 1 if you have the `lockf' function. */
654 #define HAVE_LOCKF 1
655
656 /* Define to 1 if you have the `log1p' function. */
657 #define HAVE_LOG1P 1
658
659 /* Define to 1 if you have the `log2' function. */
660 #define HAVE_LOG2 1
661
662 /* Define to 1 if the system has the type `long double'. */
663 #define HAVE_LONG_DOUBLE 1
664
665 /* Define to 1 if you have the `lstat' function. */
666 #define HAVE_LSTAT 1
667
668 /* Define to 1 if you have the `lutimes' function. */
669 #define HAVE_LUTIMES 1
670
671 /* Define to 1 if you have the `madvise' function. */
672 #define HAVE_MADVISE 1
673
674 /* Define this if you have the makedev macro. */
675 #define HAVE_MAKEDEV 1
676
677 /* Define to 1 if you have the `mbrtowc' function. */
678 #define HAVE_MBRTOWC 1
679
680 /* Define if you have the 'memfd_create' function. */
681 /* #undef HAVE_MEMFD_CREATE */
682
683 /* Define to 1 if you have the <memory.h> header file. */
684 #define HAVE_MEMORY_H 1
685
686 /* Define to 1 if you have the `memrchr' function. */
687 #define HAVE_MEMRCHR 1
688
689 /* Define to 1 if you have the `mkdirat' function. */
690 #define HAVE_MKDIRAT 1
691
692 /* Define to 1 if you have the `mkfifo' function. */
693 #define HAVE_MKFIFO 1
694
695 /* Define to 1 if you have the `mkfifoat' function. */
696 #define HAVE_MKFIFOAT 1
697
698 /* Define to 1 if you have the `mknod' function. */
699 #define HAVE_MKNOD 1
700
701 /* Define to 1 if you have the `mknodat' function. */
702 #define HAVE_MKNODAT 1
703
704 /* Define to 1 if you have the `mktime' function. */
705 #define HAVE_MKTIME 1
706
707 /* Define to 1 if you have the `mmap' function. */
708 #define HAVE_MMAP 1
709
710 /* Define to 1 if you have the `mremap' function. */
711 #define HAVE_MREMAP 1
712
713 /* Define to 1 if you have the <ncurses.h> header file. */
714 #define HAVE_NCURSES_H 1
715
716 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
717 /* #undef HAVE_NDIR_H */
718
719 /* Define to 1 if you have the <netpacket/packet.h> header file. */
720 #define HAVE_NETPACKET_PACKET_H 1
721
722 /* Define to 1 if you have the <net/if.h> header file. */
723 #define HAVE_NET_IF_H 1
724
725 /* Define to 1 if you have the `nice' function. */
726 #define HAVE_NICE 1
727
728 /* Define to 1 if you have the `openat' function. */
729 #define HAVE_OPENAT 1
730
731 /* Define to 1 if you have the `openpty' function. */
732 #define HAVE_OPENPTY 1
733
734 /* Define to 1 if you have the `pathconf' function. */
735 #define HAVE_PATHCONF 1
736
737 /* Define to 1 if you have the `pause' function. */
738 #define HAVE_PAUSE 1
739
740 /* Define to 1 if you have the `pipe2' function. */
741 #define HAVE_PIPE2 1
742
743 /* Define to 1 if you have the `plock' function. */
744 /* #undef HAVE_PLOCK */
745
746 /* Define to 1 if you have the `poll' function. */
747 #define HAVE_POLL 1
748
749 /* Define to 1 if you have the <poll.h> header file. */
750 #define HAVE_POLL_H 1
751
752 /* Define to 1 if you have the `posix_fadvise' function. */
753 #define HAVE_POSIX_FADVISE 1
754
755 /* Define to 1 if you have the `posix_fallocate' function. */
756 #define HAVE_POSIX_FALLOCATE 1
757
758 /* Define to 1 if you have the `posix_spawn' function. */
759 #define HAVE_POSIX_SPAWN 1
760
761 /* Define to 1 if you have the `posix_spawnp' function. */
762 #define HAVE_POSIX_SPAWNP 1
763
764 /* Define to 1 if you have the `pread' function. */
765 #define HAVE_PREAD 1
766
767 /* Define to 1 if you have the `preadv' function. */
768 #define HAVE_PREADV 1
769
770 /* Define to 1 if you have the `preadv2' function. */
771 /* #undef HAVE_PREADV2 */
772
773 /* Define if you have the 'prlimit' functions. */
774 /* #undef HAVE_PRLIMIT */
775
776 /* Define to 1 if you have the <process.h> header file. */
777 /* #undef HAVE_PROCESS_H */
778
779 /* Define if your compiler supports function prototype */
780 #define HAVE_PROTOTYPES 1
781
782 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
783 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
784
785 /* Defined for Solaris 2.6 bug in pthread header. */
786 /* #undef HAVE_PTHREAD_DESTRUCTOR */
787
788 /* Define to 1 if you have the `pthread_getcpuclockid' function. */
789 #define HAVE_PTHREAD_GETCPUCLOCKID 1
790
791 /* Define to 1 if you have the <pthread.h> header file. */
792 #define HAVE_PTHREAD_H 1
793
794 /* Define to 1 if you have the `pthread_init' function. */
795 /* #undef HAVE_PTHREAD_INIT */
796
797 /* Define to 1 if you have the `pthread_kill' function. */
798 #define HAVE_PTHREAD_KILL 1
799
800 /* Define to 1 if you have the `pthread_sigmask' function. */
801 #define HAVE_PTHREAD_SIGMASK 1
802
803 /* Define to 1 if you have the <pty.h> header file. */
804 #define HAVE_PTY_H 1
805
806 /* Define to 1 if you have the `putenv' function. */
807 #define HAVE_PUTENV 1
808
809 /* Define to 1 if you have the `pwrite' function. */
810 #define HAVE_PWRITE 1
811
812 /* Define to 1 if you have the `pwritev' function. */
813 #define HAVE_PWRITEV 1
814
815 /* Define to 1 if you have the `pwritev2' function. */
816 /* #undef HAVE_PWRITEV2 */
817
818 /* Define to 1 if you have the `readlink' function. */
819 #define HAVE_READLINK 1
820
821 /* Define to 1 if you have the `readlinkat' function. */
822 #define HAVE_READLINKAT 1
823
824 /* Define to 1 if you have the `readv' function. */
825 #define HAVE_READV 1
826
827 /* Define to 1 if you have the `realpath' function. */
828 #define HAVE_REALPATH 1
829
830 /* Define to 1 if you have the `renameat' function. */
831 #define HAVE_RENAMEAT 1
832
833 /* Define if readline supports append_history */
834 #define HAVE_RL_APPEND_HISTORY 1
835
836 /* Define if you can turn off readline's signal handling. */
837 #define HAVE_RL_CATCH_SIGNAL 1
838
839 /* Define if you have readline 2.2 */
840 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
841
842 /* Define if you have readline 4.0 */
843 #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
844
845 /* Define if you have readline 4.2 */
846 #define HAVE_RL_COMPLETION_MATCHES 1
847
848 /* Define if you have rl_completion_suppress_append */
849 #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
850
851 /* Define if you have readline 4.0 */
852 #define HAVE_RL_PRE_INPUT_HOOK 1
853
854 /* Define if you have readline 4.0 */
855 #define HAVE_RL_RESIZE_TERMINAL 1
856
857 /* Define to 1 if you have the `round' function. */
858 #define HAVE_ROUND 1
859
860 /* Define to 1 if you have the `rtpSpawn' function. */
861 /* #undef HAVE_RTPSPAWN */
862
863 /* Define to 1 if you have the `sched_get_priority_max' function. */
864 #define HAVE_SCHED_GET_PRIORITY_MAX 1
865
866 /* Define to 1 if you have the <sched.h> header file. */
867 #define HAVE_SCHED_H 1
868
869 /* Define to 1 if you have the `sched_rr_get_interval' function. */
870 #define HAVE_SCHED_RR_GET_INTERVAL 1
871
872 /* Define to 1 if you have the `sched_setaffinity' function. */
873 #define HAVE_SCHED_SETAFFINITY 1
874
875 /* Define to 1 if you have the `sched_setparam' function. */
876 #define HAVE_SCHED_SETPARAM 1
877
878 /* Define to 1 if you have the `sched_setscheduler' function. */
879 #define HAVE_SCHED_SETSCHEDULER 1
880
881 /* Define to 1 if you have the `sem_getvalue' function. */
882 #define HAVE_SEM_GETVALUE 1
883
884 /* Define to 1 if you have the `sem_open' function. */
885 #define HAVE_SEM_OPEN 1
886
887 /* Define to 1 if you have the `sem_timedwait' function. */
888 #define HAVE_SEM_TIMEDWAIT 1
889
890 /* Define to 1 if you have the `sem_unlink' function. */
891 #define HAVE_SEM_UNLINK 1
892
893 /* Define to 1 if you have the `sendfile' function. */
894 #define HAVE_SENDFILE 1
895
896 /* Define to 1 if you have the `setegid' function. */
897 #define HAVE_SETEGID 1
898
899 /* Define to 1 if you have the `seteuid' function. */
900 #define HAVE_SETEUID 1
901
902 /* Define to 1 if you have the `setgid' function. */
903 #define HAVE_SETGID 1
904
905 /* Define if you have the 'setgroups' function. */
906 #define HAVE_SETGROUPS 1
907
908 /* Define to 1 if you have the `sethostname' function. */
909 #define HAVE_SETHOSTNAME 1
910
911 /* Define to 1 if you have the `setitimer' function. */
912 #define HAVE_SETITIMER 1
913
914 /* Define to 1 if you have the `setlocale' function. */
915 #define HAVE_SETLOCALE 1
916
917 /* Define to 1 if you have the `setpgid' function. */
918 #define HAVE_SETPGID 1
919
920 /* Define to 1 if you have the `setpgrp' function. */
921 #define HAVE_SETPGRP 1
922
923 /* Define to 1 if you have the `setpriority' function. */
924 #define HAVE_SETPRIORITY 1
925
926 /* Define to 1 if you have the `setregid' function. */
927 #define HAVE_SETREGID 1
928
929 /* Define to 1 if you have the `setresgid' function. */
930 #define HAVE_SETRESGID 1
931
932 /* Define to 1 if you have the `setresuid' function. */
933 #define HAVE_SETRESUID 1
934
935 /* Define to 1 if you have the `setreuid' function. */
936 #define HAVE_SETREUID 1
937
938 /* Define to 1 if you have the `setsid' function. */
939 #define HAVE_SETSID 1
940
941 /* Define to 1 if you have the `setuid' function. */
942 #define HAVE_SETUID 1
943
944 /* Define to 1 if you have the `setvbuf' function. */
945 #define HAVE_SETVBUF 1
946
947 /* Define to 1 if you have the <shadow.h> header file. */
948 #define HAVE_SHADOW_H 1
949
950 /* Define to 1 if you have the `shm_open' function. */
951 #define HAVE_SHM_OPEN 1
952
953 /* Define to 1 if you have the `shm_unlink' function. */
954 #define HAVE_SHM_UNLINK 1
955
956 /* Define to 1 if you have the `sigaction' function. */
957 #define HAVE_SIGACTION 1
958
959 /* Define to 1 if you have the `sigaltstack' function. */
960 #define HAVE_SIGALTSTACK 1
961
962 /* Define to 1 if you have the `sigfillset' function. */
963 #define HAVE_SIGFILLSET 1
964
965 /* Define to 1 if `si_band' is a member of `siginfo_t'. */
966 #define HAVE_SIGINFO_T_SI_BAND 1
967
968 /* Define to 1 if you have the `siginterrupt' function. */
969 #define HAVE_SIGINTERRUPT 1
970
971 /* Define to 1 if you have the <signal.h> header file. */
972 #define HAVE_SIGNAL_H 1
973
974 /* Define to 1 if you have the `sigpending' function. */
975 #define HAVE_SIGPENDING 1
976
977 /* Define to 1 if you have the `sigrelse' function. */
978 #define HAVE_SIGRELSE 1
979
980 /* Define to 1 if you have the `sigtimedwait' function. */
981 #define HAVE_SIGTIMEDWAIT 1
982
983 /* Define to 1 if you have the `sigwait' function. */
984 #define HAVE_SIGWAIT 1
985
986 /* Define to 1 if you have the `sigwaitinfo' function. */
987 #define HAVE_SIGWAITINFO 1
988
989 /* Define to 1 if you have the `snprintf' function. */
990 #define HAVE_SNPRINTF 1
991
992 /* struct sockaddr_alg (linux/if_alg.h) */
993 /* #undef HAVE_SOCKADDR_ALG */
994
995 /* Define if sockaddr has sa_len member */
996 /* #undef HAVE_SOCKADDR_SA_LEN */
997
998 /* struct sockaddr_storage (sys/socket.h) */
999 #define HAVE_SOCKADDR_STORAGE 1
1000
1001 /* Define if you have the 'socketpair' function. */
1002 #define HAVE_SOCKETPAIR 1
1003
1004 /* Define to 1 if you have the <spawn.h> header file. */
1005 #define HAVE_SPAWN_H 1
1006
1007 /* Define if your compiler provides ssize_t */
1008 #define HAVE_SSIZE_T 1
1009
1010 /* Define to 1 if you have the `statvfs' function. */
1011 #define HAVE_STATVFS 1
1012
1013 /* Define if you have struct stat.st_mtim.tv_nsec */
1014 #define HAVE_STAT_TV_NSEC 1
1015
1016 /* Define if you have struct stat.st_mtimensec */
1017 /* #undef HAVE_STAT_TV_NSEC2 */
1018
1019 /* Define if your compiler supports variable length function prototypes (e.g.
1020 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
1021 #define HAVE_STDARG_PROTOTYPES 1
1022
1023 /* Define to 1 if you have the <stdint.h> header file. */
1024 #define HAVE_STDINT_H 1
1025
1026 /* Define to 1 if you have the <stdlib.h> header file. */
1027 #define HAVE_STDLIB_H 1
1028
1029 /* Has stdatomic.h with atomic_int and atomic_uintptr_t */
1030 #define HAVE_STD_ATOMIC 1
1031
1032 /* Define to 1 if you have the `strdup' function. */
1033 #define HAVE_STRDUP 1
1034
1035 /* Define to 1 if you have the `strftime' function. */
1036 #define HAVE_STRFTIME 1
1037
1038 /* Define to 1 if you have the <strings.h> header file. */
1039 #define HAVE_STRINGS_H 1
1040
1041 /* Define to 1 if you have the <string.h> header file. */
1042 #define HAVE_STRING_H 1
1043
1044 /* Define to 1 if you have the `strlcpy' function. */
1045 /* #undef HAVE_STRLCPY */
1046
1047 /* Define to 1 if you have the <stropts.h> header file. */
1048 #define HAVE_STROPTS_H 1
1049
1050 /* Define to 1 if you have the `strsignal' function. */
1051 #define HAVE_STRSIGNAL 1
1052
1053 /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1054 #define HAVE_STRUCT_PASSWD_PW_GECOS 1
1055
1056 /* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
1057 #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
1058
1059 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
1060 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
1061
1062 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
1063 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1064
1065 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
1066 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
1067
1068 /* Define to 1 if `st_flags' is a member of `struct stat'. */
1069 /* #undef HAVE_STRUCT_STAT_ST_FLAGS */
1070
1071 /* Define to 1 if `st_gen' is a member of `struct stat'. */
1072 /* #undef HAVE_STRUCT_STAT_ST_GEN */
1073
1074 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
1075 #define HAVE_STRUCT_STAT_ST_RDEV 1
1076
1077 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
1078 #define HAVE_STRUCT_TM_TM_ZONE 1
1079
1080 /* Define if you have the 'symlink' function. */
1081 #define HAVE_SYMLINK 1
1082
1083 /* Define to 1 if you have the `symlinkat' function. */
1084 #define HAVE_SYMLINKAT 1
1085
1086 /* Define to 1 if you have the `sync' function. */
1087 #define HAVE_SYNC 1
1088
1089 /* Define to 1 if you have the `sysconf' function. */
1090 #define HAVE_SYSCONF 1
1091
1092 /* Define to 1 if you have the <sysexits.h> header file. */
1093 #define HAVE_SYSEXITS_H 1
1094
1095 /* Define to 1 if you have the <sys/audioio.h> header file. */
1096 /* #undef HAVE_SYS_AUDIOIO_H */
1097
1098 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
1099 /* #undef HAVE_SYS_BSDTTY_H */
1100
1101 /* Define to 1 if you have the <sys/devpoll.h> header file. */
1102 /* #undef HAVE_SYS_DEVPOLL_H */
1103
1104 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1105 */
1106 /* #undef HAVE_SYS_DIR_H */
1107
1108 /* Define to 1 if you have the <sys/endian.h> header file. */
1109 /* #undef HAVE_SYS_ENDIAN_H */
1110
1111 /* Define to 1 if you have the <sys/epoll.h> header file. */
1112 #define HAVE_SYS_EPOLL_H 1
1113
1114 /* Define to 1 if you have the <sys/event.h> header file. */
1115 /* #undef HAVE_SYS_EVENT_H */
1116
1117 /* Define to 1 if you have the <sys/file.h> header file. */
1118 #define HAVE_SYS_FILE_H 1
1119
1120 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1121 #define HAVE_SYS_IOCTL_H 1
1122
1123 /* Define to 1 if you have the <sys/kern_control.h> header file. */
1124 /* #undef HAVE_SYS_KERN_CONTROL_H */
1125
1126 /* Define to 1 if you have the <sys/loadavg.h> header file. */
1127 /* #undef HAVE_SYS_LOADAVG_H */
1128
1129 /* Define to 1 if you have the <sys/lock.h> header file. */
1130 /* #undef HAVE_SYS_LOCK_H */
1131
1132 /* Define to 1 if you have the <sys/memfd.h> header file. */
1133 /* #undef HAVE_SYS_MEMFD_H */
1134
1135 /* Define to 1 if you have the <sys/mkdev.h> header file. */
1136 /* #undef HAVE_SYS_MKDEV_H */
1137
1138 /* Define to 1 if you have the <sys/mman.h> header file. */
1139 #define HAVE_SYS_MMAN_H 1
1140
1141 /* Define to 1 if you have the <sys/modem.h> header file. */
1142 /* #undef HAVE_SYS_MODEM_H */
1143
1144 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1145 */
1146 /* #undef HAVE_SYS_NDIR_H */
1147
1148 /* Define to 1 if you have the <sys/param.h> header file. */
1149 #define HAVE_SYS_PARAM_H 1
1150
1151 /* Define to 1 if you have the <sys/poll.h> header file. */
1152 #define HAVE_SYS_POLL_H 1
1153
1154 /* Define to 1 if you have the <sys/random.h> header file. */
1155 /* #undef HAVE_SYS_RANDOM_H */
1156
1157 /* Define to 1 if you have the <sys/resource.h> header file. */
1158 #define HAVE_SYS_RESOURCE_H 1
1159
1160 /* Define to 1 if you have the <sys/select.h> header file. */
1161 #define HAVE_SYS_SELECT_H 1
1162
1163 /* Define to 1 if you have the <sys/sendfile.h> header file. */
1164 #define HAVE_SYS_SENDFILE_H 1
1165
1166 /* Define to 1 if you have the <sys/socket.h> header file. */
1167 #define HAVE_SYS_SOCKET_H 1
1168
1169 /* Define to 1 if you have the <sys/statvfs.h> header file. */
1170 #define HAVE_SYS_STATVFS_H 1
1171
1172 /* Define to 1 if you have the <sys/stat.h> header file. */
1173 #define HAVE_SYS_STAT_H 1
1174
1175 /* Define to 1 if you have the <sys/syscall.h> header file. */
1176 #define HAVE_SYS_SYSCALL_H 1
1177
1178 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1179 #define HAVE_SYS_SYSMACROS_H 1
1180
1181 /* Define to 1 if you have the <sys/sys_domain.h> header file. */
1182 /* #undef HAVE_SYS_SYS_DOMAIN_H */
1183
1184 /* Define to 1 if you have the <sys/termio.h> header file. */
1185 /* #undef HAVE_SYS_TERMIO_H */
1186
1187 /* Define to 1 if you have the <sys/times.h> header file. */
1188 #define HAVE_SYS_TIMES_H 1
1189
1190 /* Define to 1 if you have the <sys/time.h> header file. */
1191 #define HAVE_SYS_TIME_H 1
1192
1193 /* Define to 1 if you have the <sys/types.h> header file. */
1194 #define HAVE_SYS_TYPES_H 1
1195
1196 /* Define to 1 if you have the <sys/uio.h> header file. */
1197 #define HAVE_SYS_UIO_H 1
1198
1199 /* Define to 1 if you have the <sys/un.h> header file. */
1200 #define HAVE_SYS_UN_H 1
1201
1202 /* Define to 1 if you have the <sys/utsname.h> header file. */
1203 #define HAVE_SYS_UTSNAME_H 1
1204
1205 /* Define to 1 if you have the <sys/wait.h> header file. */
1206 #define HAVE_SYS_WAIT_H 1
1207
1208 /* Define to 1 if you have the <sys/xattr.h> header file. */
1209 #define HAVE_SYS_XATTR_H 1
1210
1211 /* Define to 1 if you have the `tcgetpgrp' function. */
1212 #define HAVE_TCGETPGRP 1
1213
1214 /* Define to 1 if you have the `tcsetpgrp' function. */
1215 #define HAVE_TCSETPGRP 1
1216
1217 /* Define to 1 if you have the `tempnam' function. */
1218 #define HAVE_TEMPNAM 1
1219
1220 /* Define to 1 if you have the <termios.h> header file. */
1221 #define HAVE_TERMIOS_H 1
1222
1223 /* Define to 1 if you have the <term.h> header file. */
1224 #define HAVE_TERM_H 1
1225
1226 /* Define to 1 if you have the `tgamma' function. */
1227 #define HAVE_TGAMMA 1
1228
1229 /* Define to 1 if you have the `timegm' function. */
1230 #define HAVE_TIMEGM 1
1231
1232 /* Define to 1 if you have the `times' function. */
1233 #define HAVE_TIMES 1
1234
1235 /* Define to 1 if you have the `tmpfile' function. */
1236 #define HAVE_TMPFILE 1
1237
1238 /* Define to 1 if you have the `tmpnam' function. */
1239 #define HAVE_TMPNAM 1
1240
1241 /* Define to 1 if you have the `tmpnam_r' function. */
1242 #define HAVE_TMPNAM_R 1
1243
1244 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1245 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1246 #define HAVE_TM_ZONE 1
1247
1248 /* Define to 1 if you have the `truncate' function. */
1249 #define HAVE_TRUNCATE 1
1250
1251 /* Define to 1 if you don't have `tm_zone' but do have the external array
1252 `tzname'. */
1253 /* #undef HAVE_TZNAME */
1254
1255 /* Define this if you have tcl and TCL_UTF_MAX==6 */
1256 /* #undef HAVE_UCS4_TCL */
1257
1258 /* Define to 1 if you have the `uname' function. */
1259 #define HAVE_UNAME 1
1260
1261 /* Define to 1 if you have the <unistd.h> header file. */
1262 #define HAVE_UNISTD_H 1
1263
1264 /* Define to 1 if you have the `unlinkat' function. */
1265 #define HAVE_UNLINKAT 1
1266
1267 /* Define to 1 if you have the `unsetenv' function. */
1268 #define HAVE_UNSETENV 1
1269
1270 /* Define if you have a useable wchar_t type defined in wchar.h; useable means
1271 wchar_t must be an unsigned type with at least 16 bits. (see
1272 Include/unicodeobject.h). */
1273 /* #undef HAVE_USABLE_WCHAR_T */
1274
1275 /* Define to 1 if you have the <util.h> header file. */
1276 /* #undef HAVE_UTIL_H */
1277
1278 /* Define to 1 if you have the `utimensat' function. */
1279 #define HAVE_UTIMENSAT 1
1280
1281 /* Define to 1 if you have the `utimes' function. */
1282 #define HAVE_UTIMES 1
1283
1284 /* Define to 1 if you have the <utime.h> header file. */
1285 #define HAVE_UTIME_H 1
1286
1287 /* Define if uuid_create() exists. */
1288 /* #undef HAVE_UUID_CREATE */
1289
1290 /* Define if uuid_enc_be() exists. */
1291 /* #undef HAVE_UUID_ENC_BE */
1292
1293 /* Define if uuid_generate_time_safe() exists. */
1294 #define HAVE_UUID_GENERATE_TIME_SAFE 1
1295
1296 /* Define to 1 if you have the <uuid.h> header file. */
1297 /* #undef HAVE_UUID_H */
1298
1299 /* Define to 1 if you have the <uuid/uuid.h> header file. */
1300 #define HAVE_UUID_UUID_H 1
1301
1302 /* Define to 1 if you have the `wait3' function. */
1303 #define HAVE_WAIT3 1
1304
1305 /* Define to 1 if you have the `wait4' function. */
1306 #define HAVE_WAIT4 1
1307
1308 /* Define to 1 if you have the `waitid' function. */
1309 #define HAVE_WAITID 1
1310
1311 /* Define to 1 if you have the `waitpid' function. */
1312 #define HAVE_WAITPID 1
1313
1314 /* Define if the compiler provides a wchar.h header file. */
1315 #define HAVE_WCHAR_H 1
1316
1317 /* Define to 1 if you have the `wcscoll' function. */
1318 #define HAVE_WCSCOLL 1
1319
1320 /* Define to 1 if you have the `wcsftime' function. */
1321 #define HAVE_WCSFTIME 1
1322
1323 /* Define to 1 if you have the `wcsxfrm' function. */
1324 #define HAVE_WCSXFRM 1
1325
1326 /* Define to 1 if you have the `wmemcmp' function. */
1327 #define HAVE_WMEMCMP 1
1328
1329 /* Define if tzset() actually switches the local timezone in a meaningful way.
1330 */
1331 #define HAVE_WORKING_TZSET 1
1332
1333 /* Define to 1 if you have the `writev' function. */
1334 #define HAVE_WRITEV 1
1335
1336 /* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
1337 #define HAVE_X509_VERIFY_PARAM_SET1_HOST 1
1338
1339 /* Define if the zlib library has inflateCopy */
1340 #define HAVE_ZLIB_COPY 1
1341
1342 /* Define to 1 if you have the `_getpty' function. */
1343 /* #undef HAVE__GETPTY */
1344
1345 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1346 */
1347 /* #undef MAJOR_IN_MKDEV */
1348
1349 /* Define to 1 if `major', `minor', and `makedev' are declared in
1350 <sysmacros.h>. */
1351 /* #undef MAJOR_IN_SYSMACROS */
1352
1353 /* Define if mvwdelch in curses.h is an expression. */
1354 #define MVWDELCH_IS_EXPRESSION 1
1355
1356 /* Define to the address where bug reports for this package should be sent. */
1357 /* #undef PACKAGE_BUGREPORT */
1358
1359 /* Define to the full name of this package. */
1360 /* #undef PACKAGE_NAME */
1361
1362 /* Define to the full name and version of this package. */
1363 /* #undef PACKAGE_STRING */
1364
1365 /* Define to the one symbol short name of this package. */
1366 /* #undef PACKAGE_TARNAME */
1367
1368 /* Define to the home page for this package. */
1369 /* #undef PACKAGE_URL */
1370
1371 /* Define to the version of this package. */
1372 /* #undef PACKAGE_VERSION */
1373
1374 /* Define if POSIX semaphores aren't enabled on your system */
1375 /* #undef POSIX_SEMAPHORES_NOT_ENABLED */
1376
1377 /* Define if pthread_key_t is compatible with int. */
1378 #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1
1379
1380 /* Defined if PTHREAD_SCOPE_SYSTEM supported. */
1381 #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
1382
1383 /* Define as the preferred size in bits of long digits */
1384 /* #undef PYLONG_BITS_IN_DIGIT */
1385
1386 /* Define if you want to coerce the C locale to a UTF-8 based locale */
1387 #define PY_COERCE_C_LOCALE 1
1388
1389 /* Define to printf format modifier for Py_ssize_t */
1390 #define PY_FORMAT_SIZE_T "z"
1391
1392 /* Default cipher suites list for ssl module. 1: Python's preferred selection,
1393 2: leave OpenSSL defaults untouched, 0: custom string */
1394 #define PY_SSL_DEFAULT_CIPHERS 1
1395
1396 /* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
1397 /* #undef PY_SSL_DEFAULT_CIPHER_STRING */
1398
1399 /* Define if you want to build an interpreter with many run-time checks. */
1400 /* #undef Py_DEBUG */
1401
1402 /* Defined if Python is built as a shared library. */
1403 /* #undef Py_ENABLE_SHARED */
1404
1405 /* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
1406 externally defined: 0 */
1407 /* #undef Py_HASH_ALGORITHM */
1408
1409 /* Define if you want to enable tracing references for debugging purpose */
1410 /* #undef Py_TRACE_REFS */
1411
1412 /* assume C89 semantics that RETSIGTYPE is always void */
1413 #define RETSIGTYPE void
1414
1415 /* Define if setpgrp() must be called as setpgrp(0, 0). */
1416 /* #undef SETPGRP_HAVE_ARG */
1417
1418 /* Define to 1 if you must link with -lrt for shm_open(). */
1419 /* #undef SHM_NEEDS_LIBRT */
1420
1421 /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
1422 /* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */
1423
1424 /* The size of `double', as computed by sizeof. */
1425 #define SIZEOF_DOUBLE 8
1426
1427 /* The size of `float', as computed by sizeof. */
1428 #define SIZEOF_FLOAT 4
1429
1430 /* The size of `fpos_t', as computed by sizeof. */
1431 #define SIZEOF_FPOS_T 16
1432
1433 /* The size of `int', as computed by sizeof. */
1434 #define SIZEOF_INT 4
1435
1436 /* The size of `long', as computed by sizeof. */
1437 #define SIZEOF_LONG 8
1438
1439 /* The size of `long double', as computed by sizeof. */
1440 #define SIZEOF_LONG_DOUBLE 16
1441
1442 /* The size of `long long', as computed by sizeof. */
1443 #define SIZEOF_LONG_LONG 8
1444
1445 /* The size of `off_t', as computed by sizeof. */
1446 #define SIZEOF_OFF_T 8
1447
1448 /* The size of `pid_t', as computed by sizeof. */
1449 #define SIZEOF_PID_T 4
1450
1451 /* The size of `pthread_key_t', as computed by sizeof. */
1452 #define SIZEOF_PTHREAD_KEY_T 4
1453
1454 /* The size of `pthread_t', as computed by sizeof. */
1455 #define SIZEOF_PTHREAD_T 8
1456
1457 /* The size of `short', as computed by sizeof. */
1458 #define SIZEOF_SHORT 2
1459
1460 /* The size of `size_t', as computed by sizeof. */
1461 #define SIZEOF_SIZE_T 8
1462
1463 /* The size of `time_t', as computed by sizeof. */
1464 #define SIZEOF_TIME_T 8
1465
1466 /* The size of `uintptr_t', as computed by sizeof. */
1467 #define SIZEOF_UINTPTR_T 8
1468
1469 /* The size of `void *', as computed by sizeof. */
1470 #define SIZEOF_VOID_P 8
1471
1472 /* The size of `wchar_t', as computed by sizeof. */
1473 #define SIZEOF_WCHAR_T 4
1474
1475 /* The size of `_Bool', as computed by sizeof. */
1476 #define SIZEOF__BOOL 1
1477
1478 /* Define to 1 if you have the ANSI C header files. */
1479 #define STDC_HEADERS 1
1480
1481 /* Define if you can safely include both <sys/select.h> and <sys/time.h>
1482 (which you can't on SCO ODT 3.0). */
1483 #define SYS_SELECT_WITH_SYS_TIME 1
1484
1485 /* Library needed by timemodule.c: librt may be needed for clock_gettime() */
1486 #define TIMEMODULE_LIB rt
1487
1488 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1489 #define TIME_WITH_SYS_TIME 1
1490
1491 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1492 /* #undef TM_IN_SYS_TIME */
1493
1494 /* Define if you want to use computed gotos in ceval.c. */
1495 #define USE_COMPUTED_GOTOS 1
1496
1497 /* Enable extensions on AIX 3, Interix. */
1498 #ifndef _ALL_SOURCE
1499 # define _ALL_SOURCE 1
1500 #endif
1501 /* Enable GNU extensions on systems that have them. */
1502 #ifndef _GNU_SOURCE
1503 # define _GNU_SOURCE 1
1504 #endif
1505 /* Enable threading extensions on Solaris. */
1506 #ifndef _POSIX_PTHREAD_SEMANTICS
1507 # define _POSIX_PTHREAD_SEMANTICS 1
1508 #endif
1509 /* Enable extensions on HP NonStop. */
1510 #ifndef _TANDEM_SOURCE
1511 # define _TANDEM_SOURCE 1
1512 #endif
1513 /* Enable general extensions on Solaris. */
1514 #ifndef __EXTENSIONS__
1515 # define __EXTENSIONS__ 1
1516 #endif
1517
1518
1519 /* Define if WINDOW in curses.h offers a field _flags. */
1520 #define WINDOW_HAS_FLAGS 1
1521
1522 /* Define if you want documentation strings in extension modules */
1523 #define WITH_DOC_STRINGS 1
1524
1525 /* Define if you want to compile in DTrace support */
1526 /* #undef WITH_DTRACE */
1527
1528 /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
1529 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
1530 Dyld is necessary to support frameworks. */
1531 /* #undef WITH_DYLD */
1532
1533 /* Define to 1 if libintl is needed for locale functions. */
1534 /* #undef WITH_LIBINTL */
1535
1536 /* Define if you want to produce an OpenStep/Rhapsody framework (shared
1537 library plus accessory files). */
1538 /* #undef WITH_NEXT_FRAMEWORK */
1539
1540 /* Define if you want to compile in Python-specific mallocs */
1541 #define WITH_PYMALLOC 1
1542
1543 /* Define if you want pymalloc to be disabled when running under valgrind */
1544 /* #undef WITH_VALGRIND */
1545
1546 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1547 significant byte first (like Motorola and SPARC, unlike Intel). */
1548 #if defined AC_APPLE_UNIVERSAL_BUILD
1549 # if defined __BIG_ENDIAN__
1550 # define WORDS_BIGENDIAN 1
1551 # endif
1552 #else
1553 # ifndef WORDS_BIGENDIAN
1554 /* # undef WORDS_BIGENDIAN */
1555 # endif
1556 #endif
1557
1558 /* Define if arithmetic is subject to x87-style double rounding issue */
1559 /* #undef X87_DOUBLE_ROUNDING */
1560
1561 /* Define on OpenBSD to activate all library features */
1562 /* #undef _BSD_SOURCE */
1563
1564 /* Define on Darwin to activate all library features */
1565 #define _DARWIN_C_SOURCE 1
1566
1567 /* This must be set to 64 on some systems to enable large file support. */
1568 #define _FILE_OFFSET_BITS 64
1569
1570 /* Define on Linux to activate all library features */
1571 #define _GNU_SOURCE 1
1572
1573 /* Define to include mbstate_t for mbrtowc */
1574 /* #undef _INCLUDE__STDC_A1_SOURCE */
1575
1576 /* This must be defined on some systems to enable large file support. */
1577 #define _LARGEFILE_SOURCE 1
1578
1579 /* This must be defined on AIX systems to enable large file support. */
1580 /* #undef _LARGE_FILES */
1581
1582 /* Define to 1 if on MINIX. */
1583 /* #undef _MINIX */
1584
1585 /* Define on NetBSD to activate all library features */
1586 #define _NETBSD_SOURCE 1
1587
1588 /* Define to 2 if the system does not provide POSIX.1 features except with
1589 this defined. */
1590 /* #undef _POSIX_1_SOURCE */
1591
1592 /* Define to activate features from IEEE Stds 1003.1-2008 */
1593 #define _POSIX_C_SOURCE 200809L
1594
1595 /* Define to 1 if you need to in order for `stat' and other things to work. */
1596 /* #undef _POSIX_SOURCE */
1597
1598 /* Define if you have POSIX threads, and your system does not define that. */
1599 /* #undef _POSIX_THREADS */
1600
1601 /* framework name */
1602 #define _PYTHONFRAMEWORK ""
1603
1604 /* Define to force use of thread-safe errno, h_errno, and other functions */
1605 /* #undef _REENTRANT */
1606
1607 /* Define to the level of X/Open that your system supports */
1608 #define _XOPEN_SOURCE 700
1609
1610 /* Define to activate Unix95-and-earlier features */
1611 #define _XOPEN_SOURCE_EXTENDED 1
1612
1613 /* Define on FreeBSD to activate all library features */
1614 #define __BSD_VISIBLE 1
1615
1616 /* Define to 1 if type `char' is unsigned and you are not using gcc. */
1617 #ifndef __CHAR_UNSIGNED__
1618 /* # undef __CHAR_UNSIGNED__ */
1619 #endif
1620
1621 /* Define to 'long' if <time.h> doesn't define. */
1622 /* #undef clock_t */
1623
1624 /* Define to empty if `const' does not conform to ANSI C. */
1625 /* #undef const */
1626
1627 /* Define to `int' if <sys/types.h> doesn't define. */
1628 /* #undef gid_t */
1629
1630 /* Define to `int' if <sys/types.h> does not define. */
1631 /* #undef mode_t */
1632
1633 /* Define to `long int' if <sys/types.h> does not define. */
1634 /* #undef off_t */
1635
1636 /* Define to `int' if <sys/types.h> does not define. */
1637 /* #undef pid_t */
1638
1639 /* Define to empty if the keyword does not work. */
1640 /* #undef signed */
1641
1642 /* Define to `unsigned int' if <sys/types.h> does not define. */
1643 /* #undef size_t */
1644
1645 /* Define to `int' if <sys/socket.h> does not define. */
1646 /* #undef socklen_t */
1647
1648 /* Define to `int' if <sys/types.h> doesn't define. */
1649 /* #undef uid_t */
1650
1651
1652 /* Define the macros needed if on a UnixWare 7.x system. */
1653 #if defined(__USLC__) && defined(__SCO_VERSION__)
1654 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
1655 #endif
1656
1657 #endif /*Py_PYCONFIG_H*/
1658