Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2943)

Delta Between Two Patch Sets: pyconfig.h.in

Issue 3754: cross-compilation support for python build
Left Patch Set: Created 2 years ago
Right Patch Set: Created 11 months, 3 weeks ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « configure.ac ('k') | setup.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* pyconfig.h.in. Generated from configure.in by autoheader. */ 1 /* pyconfig.h.in. Generated from configure.ac by autoheader. */
2 2
3 3
4 #ifndef Py_PYCONFIG_H 4 #ifndef Py_PYCONFIG_H
5 #define Py_PYCONFIG_H 5 #define Py_PYCONFIG_H
6 6
7 7
8 /* Define if building universal (internal helper macro) */ 8 /* Define if building universal (internal helper macro) */
9 #undef AC_APPLE_UNIVERSAL_BUILD 9 #undef AC_APPLE_UNIVERSAL_BUILD
10 10
11 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want 11 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
12 support for AIX C++ shared extension modules. */ 12 support for AIX C++ shared extension modules. */
13 #undef AIX_GENUINE_CPLUSPLUS 13 #undef AIX_GENUINE_CPLUSPLUS
14 14
15 /* Define if you have the Mach cthreads package */
16 #undef C_THREADS
17
18 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM 15 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
19 mixed-endian order (byte order 45670123) */ 16 mixed-endian order (byte order 45670123) */
20 #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 17 #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754
21 18
22 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most 19 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
23 significant byte first */ 20 significant byte first */
24 #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 21 #undef DOUBLE_IS_BIG_ENDIAN_IEEE754
25 22
26 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the 23 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
27 least significant byte first */ 24 least significant byte first */
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 88
92 /* Define if the Posix semaphores do not work on your system */ 89 /* Define if the Posix semaphores do not work on your system */
93 #undef HAVE_BROKEN_POSIX_SEMAPHORES 90 #undef HAVE_BROKEN_POSIX_SEMAPHORES
94 91
95 /* Define if pthread_sigmask() does not work on your system. */ 92 /* Define if pthread_sigmask() does not work on your system. */
96 #undef HAVE_BROKEN_PTHREAD_SIGMASK 93 #undef HAVE_BROKEN_PTHREAD_SIGMASK
97 94
98 /* define to 1 if your sem_getvalue is broken. */ 95 /* define to 1 if your sem_getvalue is broken. */
99 #undef HAVE_BROKEN_SEM_GETVALUE 96 #undef HAVE_BROKEN_SEM_GETVALUE
100 97
98 /* Define if `unsetenv` does not return an int. */
99 #undef HAVE_BROKEN_UNSETENV
100
101 /* Define this if you have the type _Bool. */ 101 /* Define this if you have the type _Bool. */
102 #undef HAVE_C99_BOOL 102 #undef HAVE_C99_BOOL
103 103
104 /* Define to 1 if you have the `chflags' function. */ 104 /* Define to 1 if you have the 'chflags' function. */
105 #undef HAVE_CHFLAGS 105 #undef HAVE_CHFLAGS
106 106
107 /* Define to 1 if you have the `chown' function. */ 107 /* Define to 1 if you have the `chown' function. */
108 #undef HAVE_CHOWN 108 #undef HAVE_CHOWN
109 109
110 /* Define if you have the 'chroot' function. */ 110 /* Define if you have the 'chroot' function. */
111 #undef HAVE_CHROOT 111 #undef HAVE_CHROOT
112 112
113 /* Define to 1 if you have the `clock' function. */ 113 /* Define to 1 if you have the `clock' function. */
114 #undef HAVE_CLOCK 114 #undef HAVE_CLOCK
115
116 /* Define to 1 if you have the `clock_getres' function. */
117 #undef HAVE_CLOCK_GETRES
118
119 /* Define to 1 if you have the `clock_gettime' function. */
120 #undef HAVE_CLOCK_GETTIME
115 121
116 /* Define if the C compiler supports computed gotos. */ 122 /* Define if the C compiler supports computed gotos. */
117 #undef HAVE_COMPUTED_GOTOS 123 #undef HAVE_COMPUTED_GOTOS
118 124
119 /* Define to 1 if you have the `confstr' function. */ 125 /* Define to 1 if you have the `confstr' function. */
120 #undef HAVE_CONFSTR 126 #undef HAVE_CONFSTR
121 127
122 /* Define to 1 if you have the <conio.h> header file. */ 128 /* Define to 1 if you have the <conio.h> header file. */
123 #undef HAVE_CONIO_H 129 #undef HAVE_CONIO_H
124 130
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 /* Define to 1 if you have the /dev/ptmx device file. */ 174 /* Define to 1 if you have the /dev/ptmx device file. */
169 #undef HAVE_DEV_PTMX 175 #undef HAVE_DEV_PTMX
170 176
171 /* Define to 1 if you have the <direct.h> header file. */ 177 /* Define to 1 if you have the <direct.h> header file. */
172 #undef HAVE_DIRECT_H 178 #undef HAVE_DIRECT_H
173 179
174 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 180 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
175 */ 181 */
176 #undef HAVE_DIRENT_H 182 #undef HAVE_DIRENT_H
177 183
184 /* Define if you have the 'dirfd' function or macro. */
185 #undef HAVE_DIRFD
186
178 /* Define to 1 if you have the <dlfcn.h> header file. */ 187 /* Define to 1 if you have the <dlfcn.h> header file. */
179 #undef HAVE_DLFCN_H 188 #undef HAVE_DLFCN_H
180 189
181 /* Define to 1 if you have the `dlopen' function. */ 190 /* Define to 1 if you have the `dlopen' function. */
182 #undef HAVE_DLOPEN 191 #undef HAVE_DLOPEN
183 192
184 /* Define to 1 if you have the `dup2' function. */ 193 /* Define to 1 if you have the `dup2' function. */
185 #undef HAVE_DUP2 194 #undef HAVE_DUP2
186 195
187 /* Defined when any dynamic module loading is enabled. */ 196 /* Defined when any dynamic module loading is enabled. */
188 #undef HAVE_DYNAMIC_LOADING 197 #undef HAVE_DYNAMIC_LOADING
189 198
190 /* Define if you have the 'epoll' functions. */ 199 /* Define if you have the 'epoll' functions. */
191 #undef HAVE_EPOLL 200 #undef HAVE_EPOLL
192 201
202 /* Define if you have the 'epoll_create1' function. */
203 #undef HAVE_EPOLL_CREATE1
204
193 /* Define to 1 if you have the `erf' function. */ 205 /* Define to 1 if you have the `erf' function. */
194 #undef HAVE_ERF 206 #undef HAVE_ERF
195 207
196 /* Define to 1 if you have the `erfc' function. */ 208 /* Define to 1 if you have the `erfc' function. */
197 #undef HAVE_ERFC 209 #undef HAVE_ERFC
198 210
199 /* Define to 1 if you have the <errno.h> header file. */ 211 /* Define to 1 if you have the <errno.h> header file. */
200 #undef HAVE_ERRNO_H 212 #undef HAVE_ERRNO_H
201 213
202 /* Define to 1 if you have the `execv' function. */ 214 /* Define to 1 if you have the `execv' function. */
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 #undef HAVE_FUTIMES 296 #undef HAVE_FUTIMES
285 297
286 /* Define to 1 if you have the `futimesat' function. */ 298 /* Define to 1 if you have the `futimesat' function. */
287 #undef HAVE_FUTIMESAT 299 #undef HAVE_FUTIMESAT
288 300
289 /* Define to 1 if you have the `gai_strerror' function. */ 301 /* Define to 1 if you have the `gai_strerror' function. */
290 #undef HAVE_GAI_STRERROR 302 #undef HAVE_GAI_STRERROR
291 303
292 /* Define to 1 if you have the `gamma' function. */ 304 /* Define to 1 if you have the `gamma' function. */
293 #undef HAVE_GAMMA 305 #undef HAVE_GAMMA
306
307 /* Define if we can use x64 gcc inline assembler */
308 #undef HAVE_GCC_ASM_FOR_X64
294 309
295 /* Define if we can use gcc inline assembler to get and set x87 control word 310 /* Define if we can use gcc inline assembler to get and set x87 control word
296 */ 311 */
297 #undef HAVE_GCC_ASM_FOR_X87 312 #undef HAVE_GCC_ASM_FOR_X87
298 313
314 /* Define if your compiler provides __uint128_t */
315 #undef HAVE_GCC_UINT128_T
316
299 /* Define if you have the getaddrinfo function. */ 317 /* Define if you have the getaddrinfo function. */
300 #undef HAVE_GETADDRINFO 318 #undef HAVE_GETADDRINFO
301 319
302 /* Define to 1 if you have the `getcwd' function. */ 320 /* Define to 1 if you have the `getcwd' function. */
303 #undef HAVE_GETCWD 321 #undef HAVE_GETCWD
304 322
305 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ 323 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
306 #undef HAVE_GETC_UNLOCKED 324 #undef HAVE_GETC_UNLOCKED
307 325
326 /* Define to 1 if you have the `getgrouplist' function. */
327 #undef HAVE_GETGROUPLIST
328
308 /* Define to 1 if you have the `getgroups' function. */ 329 /* Define to 1 if you have the `getgroups' function. */
309 #undef HAVE_GETGROUPS 330 #undef HAVE_GETGROUPS
310 331
311 /* Define to 1 if you have the `gethostbyname' function. */ 332 /* Define to 1 if you have the `gethostbyname' function. */
312 #undef HAVE_GETHOSTBYNAME 333 #undef HAVE_GETHOSTBYNAME
313 334
314 /* Define this if you have some version of gethostbyname_r() */ 335 /* Define this if you have some version of gethostbyname_r() */
315 #undef HAVE_GETHOSTBYNAME_R 336 #undef HAVE_GETHOSTBYNAME_R
316 337
317 /* Define this if you have the 3-arg version of gethostbyname_r(). */ 338 /* Define this if you have the 3-arg version of gethostbyname_r(). */
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 391
371 /* Define to 1 if you have the `getspnam' function. */ 392 /* Define to 1 if you have the `getspnam' function. */
372 #undef HAVE_GETSPNAM 393 #undef HAVE_GETSPNAM
373 394
374 /* Define to 1 if you have the `gettimeofday' function. */ 395 /* Define to 1 if you have the `gettimeofday' function. */
375 #undef HAVE_GETTIMEOFDAY 396 #undef HAVE_GETTIMEOFDAY
376 397
377 /* Define to 1 if you have the `getwd' function. */ 398 /* Define to 1 if you have the `getwd' function. */
378 #undef HAVE_GETWD 399 #undef HAVE_GETWD
379 400
401 /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
402 bcopy. */
403 #undef HAVE_GLIBC_MEMMOVE_BUG
404
380 /* Define to 1 if you have the <grp.h> header file. */ 405 /* Define to 1 if you have the <grp.h> header file. */
381 #undef HAVE_GRP_H 406 #undef HAVE_GRP_H
382 407
383 /* Define if you have the 'hstrerror' function. */ 408 /* Define if you have the 'hstrerror' function. */
384 #undef HAVE_HSTRERROR 409 #undef HAVE_HSTRERROR
385 410
386 /* Define to 1 if you have the `hypot' function. */ 411 /* Define to 1 if you have the `hypot' function. */
387 #undef HAVE_HYPOT 412 #undef HAVE_HYPOT
388 413
389 /* Define to 1 if you have the <ieeefp.h> header file. */ 414 /* Define to 1 if you have the <ieeefp.h> header file. */
390 #undef HAVE_IEEEFP_H 415 #undef HAVE_IEEEFP_H
391 416
392 /* Define to 1 if you have the `if_nameindex' function. */ 417 /* Define to 1 if you have the `if_nameindex' function. */
393 #undef HAVE_IF_NAMEINDEX 418 #undef HAVE_IF_NAMEINDEX
394 419
395 /* Define if you have the 'inet_aton' function. */ 420 /* Define if you have the 'inet_aton' function. */
396 #undef HAVE_INET_ATON 421 #undef HAVE_INET_ATON
397 422
398 /* Define if you have the 'inet_pton' function. */ 423 /* Define if you have the 'inet_pton' function. */
399 #undef HAVE_INET_PTON 424 #undef HAVE_INET_PTON
400 425
401 /* Define to 1 if you have the `initgroups' function. */ 426 /* Define to 1 if you have the `initgroups' function. */
402 #undef HAVE_INITGROUPS 427 #undef HAVE_INITGROUPS
403 428
404 /* Define to 1 if you have the <inttypes.h> header file. */ 429 /* Define to 1 if you have the <inttypes.h> header file. */
405 #undef HAVE_INTTYPES_H 430 #undef HAVE_INTTYPES_H
406 431
407 /* Define to 1 if you have the <io.h> header file. */ 432 /* Define to 1 if you have the <io.h> header file. */
408 #undef HAVE_IO_H 433 #undef HAVE_IO_H
434
435 /* Define if gcc has the ipa-pure-const bug. */
436 #undef HAVE_IPA_PURE_CONST_BUG
409 437
410 /* Define to 1 if you have the `kill' function. */ 438 /* Define to 1 if you have the `kill' function. */
411 #undef HAVE_KILL 439 #undef HAVE_KILL
412 440
413 /* Define to 1 if you have the `killpg' function. */ 441 /* Define to 1 if you have the `killpg' function. */
414 #undef HAVE_KILLPG 442 #undef HAVE_KILLPG
415 443
416 /* Define if you have the 'kqueue' functions. */ 444 /* Define if you have the 'kqueue' functions. */
417 #undef HAVE_KQUEUE 445 #undef HAVE_KQUEUE
418 446
419 /* Define to 1 if you have the <langinfo.h> header file. */ 447 /* Define to 1 if you have the <langinfo.h> header file. */
420 #undef HAVE_LANGINFO_H 448 #undef HAVE_LANGINFO_H
421 449
422 /* Defined to enable large file support when an off_t is bigger than a long 450 /* Defined to enable large file support when an off_t is bigger than a long
423 and long long is available and at least as big as an off_t. You may need to 451 and long long is available and at least as big as an off_t. You may need to
424 add some flags for configuration and compilation to enable this mode. (For 452 add some flags for configuration and compilation to enable this mode. (For
425 Solaris and Linux, the necessary defines are already defined.) */ 453 Solaris and Linux, the necessary defines are already defined.) */
426 #undef HAVE_LARGEFILE_SUPPORT 454 #undef HAVE_LARGEFILE_SUPPORT
427 455
428 /* Define to 1 if you have the `lchflags' function. */ 456 /* Define to 1 if you have the 'lchflags' function. */
429 #undef HAVE_LCHFLAGS 457 #undef HAVE_LCHFLAGS
430 458
431 /* Define to 1 if you have the `lchmod' function. */ 459 /* Define to 1 if you have the `lchmod' function. */
432 #undef HAVE_LCHMOD 460 #undef HAVE_LCHMOD
433 461
434 /* Define to 1 if you have the `lchown' function. */ 462 /* Define to 1 if you have the `lchown' function. */
435 #undef HAVE_LCHOWN 463 #undef HAVE_LCHOWN
436 464
437 /* Define to 1 if you have the `lgamma' function. */ 465 /* Define to 1 if you have the `lgamma' function. */
438 #undef HAVE_LGAMMA 466 #undef HAVE_LGAMMA
(...skipping 21 matching lines...) Expand all
460 488
461 /* Define to 1 if you have the <libutil.h> header file. */ 489 /* Define to 1 if you have the <libutil.h> header file. */
462 #undef HAVE_LIBUTIL_H 490 #undef HAVE_LIBUTIL_H
463 491
464 /* Define if you have the 'link' function. */ 492 /* Define if you have the 'link' function. */
465 #undef HAVE_LINK 493 #undef HAVE_LINK
466 494
467 /* Define to 1 if you have the `linkat' function. */ 495 /* Define to 1 if you have the `linkat' function. */
468 #undef HAVE_LINKAT 496 #undef HAVE_LINKAT
469 497
498 /* Define to 1 if you have the <linux/can.h> header file. */
499 #undef HAVE_LINUX_CAN_H
500
501 /* Define to 1 if you have the <linux/can/raw.h> header file. */
502 #undef HAVE_LINUX_CAN_RAW_H
503
470 /* Define to 1 if you have the <linux/netlink.h> header file. */ 504 /* Define to 1 if you have the <linux/netlink.h> header file. */
471 #undef HAVE_LINUX_NETLINK_H 505 #undef HAVE_LINUX_NETLINK_H
472 506
473 /* Define to 1 if you have the <linux/tipc.h> header file. */ 507 /* Define to 1 if you have the <linux/tipc.h> header file. */
474 #undef HAVE_LINUX_TIPC_H 508 #undef HAVE_LINUX_TIPC_H
475 509
476 /* Define to 1 if you have the `lockf' function. */ 510 /* Define to 1 if you have the `lockf' function. */
477 #undef HAVE_LOCKF 511 #undef HAVE_LOCKF
478 512
479 /* Define to 1 if you have the `log1p' function. */ 513 /* Define to 1 if you have the `log1p' function. */
(...skipping 10 matching lines...) Expand all
490 524
491 /* Define to 1 if you have the `lstat' function. */ 525 /* Define to 1 if you have the `lstat' function. */
492 #undef HAVE_LSTAT 526 #undef HAVE_LSTAT
493 527
494 /* Define to 1 if you have the `lutimes' function. */ 528 /* Define to 1 if you have the `lutimes' function. */
495 #undef HAVE_LUTIMES 529 #undef HAVE_LUTIMES
496 530
497 /* Define this if you have the makedev macro. */ 531 /* Define this if you have the makedev macro. */
498 #undef HAVE_MAKEDEV 532 #undef HAVE_MAKEDEV
499 533
500 /* Define if mallopt can set malloc mmap threshold. */
501 #undef HAVE_MALLOPT_MMAP_THRESHOLD
502
503 /* Define to 1 if you have the `mbrtowc' function. */ 534 /* Define to 1 if you have the `mbrtowc' function. */
504 #undef HAVE_MBRTOWC 535 #undef HAVE_MBRTOWC
505 536
506 /* Define to 1 if you have the `memmove' function. */ 537 /* Define to 1 if you have the `memmove' function. */
507 #undef HAVE_MEMMOVE 538 #undef HAVE_MEMMOVE
508 539
509 /* Define to 1 if you have the <memory.h> header file. */ 540 /* Define to 1 if you have the <memory.h> header file. */
510 #undef HAVE_MEMORY_H 541 #undef HAVE_MEMORY_H
511 542
543 /* Define to 1 if you have the `memrchr' function. */
544 #undef HAVE_MEMRCHR
545
512 /* Define to 1 if you have the `mkdirat' function. */ 546 /* Define to 1 if you have the `mkdirat' function. */
513 #undef HAVE_MKDIRAT 547 #undef HAVE_MKDIRAT
514 548
515 /* Define to 1 if you have the `mkfifo' function. */ 549 /* Define to 1 if you have the `mkfifo' function. */
516 #undef HAVE_MKFIFO 550 #undef HAVE_MKFIFO
517 551
518 /* Define to 1 if you have the `mkfifoat' function. */ 552 /* Define to 1 if you have the `mkfifoat' function. */
519 #undef HAVE_MKFIFOAT 553 #undef HAVE_MKFIFOAT
520 554
521 /* Define to 1 if you have the `mknod' function. */ 555 /* Define to 1 if you have the `mknod' function. */
522 #undef HAVE_MKNOD 556 #undef HAVE_MKNOD
523 557
524 /* Define to 1 if you have the `mknodat' function. */ 558 /* Define to 1 if you have the `mknodat' function. */
525 #undef HAVE_MKNODAT 559 #undef HAVE_MKNODAT
526 560
527 /* Define to 1 if you have the `mktime' function. */ 561 /* Define to 1 if you have the `mktime' function. */
528 #undef HAVE_MKTIME 562 #undef HAVE_MKTIME
529 563
564 /* Define to 1 if you have the `mmap' function. */
565 #undef HAVE_MMAP
566
530 /* Define to 1 if you have the `mremap' function. */ 567 /* Define to 1 if you have the `mremap' function. */
531 #undef HAVE_MREMAP 568 #undef HAVE_MREMAP
532 569
533 /* Define to 1 if you have the <ncurses.h> header file. */ 570 /* Define to 1 if you have the <ncurses.h> header file. */
534 #undef HAVE_NCURSES_H 571 #undef HAVE_NCURSES_H
535 572
536 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 573 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
537 #undef HAVE_NDIR_H 574 #undef HAVE_NDIR_H
538 575
539 /* Define to 1 if you have the <netpacket/packet.h> header file. */ 576 /* Define to 1 if you have the <netpacket/packet.h> header file. */
(...skipping 13 matching lines...) Expand all
553 590
554 /* Define if compiling using MacOS X 10.5 SDK or later. */ 591 /* Define if compiling using MacOS X 10.5 SDK or later. */
555 #undef HAVE_OSX105_SDK 592 #undef HAVE_OSX105_SDK
556 593
557 /* Define to 1 if you have the `pathconf' function. */ 594 /* Define to 1 if you have the `pathconf' function. */
558 #undef HAVE_PATHCONF 595 #undef HAVE_PATHCONF
559 596
560 /* Define to 1 if you have the `pause' function. */ 597 /* Define to 1 if you have the `pause' function. */
561 #undef HAVE_PAUSE 598 #undef HAVE_PAUSE
562 599
563 /* Define if the OS supports pipe2() */ 600 /* Define to 1 if you have the `pipe2' function. */
564 #undef HAVE_PIPE2 601 #undef HAVE_PIPE2
565 602
566 /* Define to 1 if you have the `plock' function. */ 603 /* Define to 1 if you have the `plock' function. */
567 #undef HAVE_PLOCK 604 #undef HAVE_PLOCK
568 605
569 /* Define to 1 if you have the `poll' function. */ 606 /* Define to 1 if you have the `poll' function. */
570 #undef HAVE_POLL 607 #undef HAVE_POLL
571 608
572 /* Define to 1 if you have the <poll.h> header file. */ 609 /* Define to 1 if you have the <poll.h> header file. */
573 #undef HAVE_POLL_H 610 #undef HAVE_POLL_H
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 680
644 /* Define if you have rl_completion_suppress_append */ 681 /* Define if you have rl_completion_suppress_append */
645 #undef HAVE_RL_COMPLETION_SUPPRESS_APPEND 682 #undef HAVE_RL_COMPLETION_SUPPRESS_APPEND
646 683
647 /* Define if you have readline 4.0 */ 684 /* Define if you have readline 4.0 */
648 #undef HAVE_RL_PRE_INPUT_HOOK 685 #undef HAVE_RL_PRE_INPUT_HOOK
649 686
650 /* Define to 1 if you have the `round' function. */ 687 /* Define to 1 if you have the `round' function. */
651 #undef HAVE_ROUND 688 #undef HAVE_ROUND
652 689
690 /* Define to 1 if you have the `sched_get_priority_max' function. */
691 #undef HAVE_SCHED_GET_PRIORITY_MAX
692
693 /* Define to 1 if you have the <sched.h> header file. */
694 #undef HAVE_SCHED_H
695
696 /* Define to 1 if you have the `sched_rr_get_interval' function. */
697 #undef HAVE_SCHED_RR_GET_INTERVAL
698
699 /* Define to 1 if you have the `sched_setaffinity' function. */
700 #undef HAVE_SCHED_SETAFFINITY
701
702 /* Define to 1 if you have the `sched_setparam' function. */
703 #undef HAVE_SCHED_SETPARAM
704
705 /* Define to 1 if you have the `sched_setscheduler' function. */
706 #undef HAVE_SCHED_SETSCHEDULER
707
653 /* Define to 1 if you have the `select' function. */ 708 /* Define to 1 if you have the `select' function. */
654 #undef HAVE_SELECT 709 #undef HAVE_SELECT
655 710
656 /* Define to 1 if you have the `sem_getvalue' function. */ 711 /* Define to 1 if you have the `sem_getvalue' function. */
657 #undef HAVE_SEM_GETVALUE 712 #undef HAVE_SEM_GETVALUE
658 713
659 /* Define to 1 if you have the `sem_open' function. */ 714 /* Define to 1 if you have the `sem_open' function. */
660 #undef HAVE_SEM_OPEN 715 #undef HAVE_SEM_OPEN
661 716
662 /* Define to 1 if you have the `sem_timedwait' function. */ 717 /* Define to 1 if you have the `sem_timedwait' function. */
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 788
734 /* Define to 1 if you have the <signal.h> header file. */ 789 /* Define to 1 if you have the <signal.h> header file. */
735 #undef HAVE_SIGNAL_H 790 #undef HAVE_SIGNAL_H
736 791
737 /* Define to 1 if you have the `sigpending' function. */ 792 /* Define to 1 if you have the `sigpending' function. */
738 #undef HAVE_SIGPENDING 793 #undef HAVE_SIGPENDING
739 794
740 /* Define to 1 if you have the `sigrelse' function. */ 795 /* Define to 1 if you have the `sigrelse' function. */
741 #undef HAVE_SIGRELSE 796 #undef HAVE_SIGRELSE
742 797
798 /* Define to 1 if you have the `sigtimedwait' function. */
799 #undef HAVE_SIGTIMEDWAIT
800
743 /* Define to 1 if you have the `sigwait' function. */ 801 /* Define to 1 if you have the `sigwait' function. */
744 #undef HAVE_SIGWAIT 802 #undef HAVE_SIGWAIT
803
804 /* Define to 1 if you have the `sigwaitinfo' function. */
805 #undef HAVE_SIGWAITINFO
745 806
746 /* Define to 1 if you have the `snprintf' function. */ 807 /* Define to 1 if you have the `snprintf' function. */
747 #undef HAVE_SNPRINTF 808 #undef HAVE_SNPRINTF
748 809
749 /* Define if sockaddr has sa_len member */ 810 /* Define if sockaddr has sa_len member */
750 #undef HAVE_SOCKADDR_SA_LEN 811 #undef HAVE_SOCKADDR_SA_LEN
751 812
752 /* struct sockaddr_storage (sys/socket.h) */ 813 /* struct sockaddr_storage (sys/socket.h) */
753 #undef HAVE_SOCKADDR_STORAGE 814 #undef HAVE_SOCKADDR_STORAGE
754 815
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 898
838 /* Define to 1 if you have the <sysexits.h> header file. */ 899 /* Define to 1 if you have the <sysexits.h> header file. */
839 #undef HAVE_SYSEXITS_H 900 #undef HAVE_SYSEXITS_H
840 901
841 /* Define to 1 if you have the <sys/audioio.h> header file. */ 902 /* Define to 1 if you have the <sys/audioio.h> header file. */
842 #undef HAVE_SYS_AUDIOIO_H 903 #undef HAVE_SYS_AUDIOIO_H
843 904
844 /* Define to 1 if you have the <sys/bsdtty.h> header file. */ 905 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
845 #undef HAVE_SYS_BSDTTY_H 906 #undef HAVE_SYS_BSDTTY_H
846 907
908 /* Define to 1 if you have the <sys/devpoll.h> header file. */
909 #undef HAVE_SYS_DEVPOLL_H
910
847 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 911 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
848 */ 912 */
849 #undef HAVE_SYS_DIR_H 913 #undef HAVE_SYS_DIR_H
850 914
851 /* Define to 1 if you have the <sys/epoll.h> header file. */ 915 /* Define to 1 if you have the <sys/epoll.h> header file. */
852 #undef HAVE_SYS_EPOLL_H 916 #undef HAVE_SYS_EPOLL_H
853 917
854 /* Define to 1 if you have the <sys/event.h> header file. */ 918 /* Define to 1 if you have the <sys/event.h> header file. */
855 #undef HAVE_SYS_EVENT_H 919 #undef HAVE_SYS_EVENT_H
856 920
857 /* Define to 1 if you have the <sys/file.h> header file. */ 921 /* Define to 1 if you have the <sys/file.h> header file. */
858 #undef HAVE_SYS_FILE_H 922 #undef HAVE_SYS_FILE_H
859 923
924 /* Define to 1 if you have the <sys/ioctl.h> header file. */
925 #undef HAVE_SYS_IOCTL_H
926
927 /* Define to 1 if you have the <sys/kern_control.h> header file. */
928 #undef HAVE_SYS_KERN_CONTROL_H
929
860 /* Define to 1 if you have the <sys/loadavg.h> header file. */ 930 /* Define to 1 if you have the <sys/loadavg.h> header file. */
861 #undef HAVE_SYS_LOADAVG_H 931 #undef HAVE_SYS_LOADAVG_H
862 932
863 /* Define to 1 if you have the <sys/lock.h> header file. */ 933 /* Define to 1 if you have the <sys/lock.h> header file. */
864 #undef HAVE_SYS_LOCK_H 934 #undef HAVE_SYS_LOCK_H
865 935
866 /* Define to 1 if you have the <sys/mkdev.h> header file. */ 936 /* Define to 1 if you have the <sys/mkdev.h> header file. */
867 #undef HAVE_SYS_MKDEV_H 937 #undef HAVE_SYS_MKDEV_H
868 938
869 /* Define to 1 if you have the <sys/modem.h> header file. */ 939 /* Define to 1 if you have the <sys/modem.h> header file. */
(...skipping 20 matching lines...) Expand all
890 960
891 /* Define to 1 if you have the <sys/socket.h> header file. */ 961 /* Define to 1 if you have the <sys/socket.h> header file. */
892 #undef HAVE_SYS_SOCKET_H 962 #undef HAVE_SYS_SOCKET_H
893 963
894 /* Define to 1 if you have the <sys/statvfs.h> header file. */ 964 /* Define to 1 if you have the <sys/statvfs.h> header file. */
895 #undef HAVE_SYS_STATVFS_H 965 #undef HAVE_SYS_STATVFS_H
896 966
897 /* Define to 1 if you have the <sys/stat.h> header file. */ 967 /* Define to 1 if you have the <sys/stat.h> header file. */
898 #undef HAVE_SYS_STAT_H 968 #undef HAVE_SYS_STAT_H
899 969
970 /* Define to 1 if you have the <sys/syscall.h> header file. */
971 #undef HAVE_SYS_SYSCALL_H
972
973 /* Define to 1 if you have the <sys/sys_domain.h> header file. */
974 #undef HAVE_SYS_SYS_DOMAIN_H
975
900 /* Define to 1 if you have the <sys/termio.h> header file. */ 976 /* Define to 1 if you have the <sys/termio.h> header file. */
901 #undef HAVE_SYS_TERMIO_H 977 #undef HAVE_SYS_TERMIO_H
902 978
903 /* Define to 1 if you have the <sys/times.h> header file. */ 979 /* Define to 1 if you have the <sys/times.h> header file. */
904 #undef HAVE_SYS_TIMES_H 980 #undef HAVE_SYS_TIMES_H
905 981
906 /* Define to 1 if you have the <sys/time.h> header file. */ 982 /* Define to 1 if you have the <sys/time.h> header file. */
907 #undef HAVE_SYS_TIME_H 983 #undef HAVE_SYS_TIME_H
908 984
909 /* Define to 1 if you have the <sys/types.h> header file. */ 985 /* Define to 1 if you have the <sys/types.h> header file. */
910 #undef HAVE_SYS_TYPES_H 986 #undef HAVE_SYS_TYPES_H
911 987
912 /* Define to 1 if you have the <sys/uio.h> header file. */ 988 /* Define to 1 if you have the <sys/uio.h> header file. */
913 #undef HAVE_SYS_UIO_H 989 #undef HAVE_SYS_UIO_H
914 990
915 /* Define to 1 if you have the <sys/un.h> header file. */ 991 /* Define to 1 if you have the <sys/un.h> header file. */
916 #undef HAVE_SYS_UN_H 992 #undef HAVE_SYS_UN_H
917 993
918 /* Define to 1 if you have the <sys/utsname.h> header file. */ 994 /* Define to 1 if you have the <sys/utsname.h> header file. */
919 #undef HAVE_SYS_UTSNAME_H 995 #undef HAVE_SYS_UTSNAME_H
920 996
921 /* Define to 1 if you have the <sys/wait.h> header file. */ 997 /* Define to 1 if you have the <sys/wait.h> header file. */
922 #undef HAVE_SYS_WAIT_H 998 #undef HAVE_SYS_WAIT_H
923 999
1000 /* Define to 1 if you have the <sys/xattr.h> header file. */
1001 #undef HAVE_SYS_XATTR_H
1002
924 /* Define to 1 if you have the `tcgetpgrp' function. */ 1003 /* Define to 1 if you have the `tcgetpgrp' function. */
925 #undef HAVE_TCGETPGRP 1004 #undef HAVE_TCGETPGRP
926 1005
927 /* Define to 1 if you have the `tcsetpgrp' function. */ 1006 /* Define to 1 if you have the `tcsetpgrp' function. */
928 #undef HAVE_TCSETPGRP 1007 #undef HAVE_TCSETPGRP
929 1008
930 /* Define to 1 if you have the `tempnam' function. */ 1009 /* Define to 1 if you have the `tempnam' function. */
931 #undef HAVE_TEMPNAM 1010 #undef HAVE_TEMPNAM
932 1011
933 /* Define to 1 if you have the <termios.h> header file. */ 1012 /* Define to 1 if you have the <termios.h> header file. */
934 #undef HAVE_TERMIOS_H 1013 #undef HAVE_TERMIOS_H
935 1014
936 /* Define to 1 if you have the <term.h> header file. */ 1015 /* Define to 1 if you have the <term.h> header file. */
937 #undef HAVE_TERM_H 1016 #undef HAVE_TERM_H
938 1017
939 /* Define to 1 if you have the `tgamma' function. */ 1018 /* Define to 1 if you have the `tgamma' function. */
940 #undef HAVE_TGAMMA 1019 #undef HAVE_TGAMMA
941
942 /* Define to 1 if you have the <thread.h> header file. */
943 #undef HAVE_THREAD_H
944 1020
945 /* Define to 1 if you have the `timegm' function. */ 1021 /* Define to 1 if you have the `timegm' function. */
946 #undef HAVE_TIMEGM 1022 #undef HAVE_TIMEGM
947 1023
948 /* Define to 1 if you have the `times' function. */ 1024 /* Define to 1 if you have the `times' function. */
949 #undef HAVE_TIMES 1025 #undef HAVE_TIMES
950 1026
951 /* Define to 1 if you have the `tmpfile' function. */ 1027 /* Define to 1 if you have the `tmpfile' function. */
952 #undef HAVE_TMPFILE 1028 #undef HAVE_TMPFILE
953 1029
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 1109
1034 /* Define to 1 if you have the `writev' function. */ 1110 /* Define to 1 if you have the `writev' function. */
1035 #undef HAVE_WRITEV 1111 #undef HAVE_WRITEV
1036 1112
1037 /* Define if the zlib library has inflateCopy */ 1113 /* Define if the zlib library has inflateCopy */
1038 #undef HAVE_ZLIB_COPY 1114 #undef HAVE_ZLIB_COPY
1039 1115
1040 /* Define to 1 if you have the `_getpty' function. */ 1116 /* Define to 1 if you have the `_getpty' function. */
1041 #undef HAVE__GETPTY 1117 #undef HAVE__GETPTY
1042 1118
1043 /* Define if you are using Mach cthreads directly under /include */
1044 #undef HURD_C_THREADS
1045
1046 /* Define if log1p(-0.) is 0. rather than -0. */ 1119 /* Define if log1p(-0.) is 0. rather than -0. */
1047 #undef LOG1P_DROPS_ZERO_SIGN 1120 #undef LOG1P_DROPS_ZERO_SIGN
1048
1049 /* Define if you are using Mach cthreads under mach / */
1050 #undef MACH_C_THREADS
1051 1121
1052 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 1122 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1053 */ 1123 */
1054 #undef MAJOR_IN_MKDEV 1124 #undef MAJOR_IN_MKDEV
1055 1125
1056 /* Define to 1 if `major', `minor', and `makedev' are declared in 1126 /* Define to 1 if `major', `minor', and `makedev' are declared in
1057 <sysmacros.h>. */ 1127 <sysmacros.h>. */
1058 #undef MAJOR_IN_SYSMACROS 1128 #undef MAJOR_IN_SYSMACROS
1059 1129
1060 /* Define if mvwdelch in curses.h is an expression. */ 1130 /* Define if mvwdelch in curses.h is an expression. */
1061 #undef MVWDELCH_IS_EXPRESSION 1131 #undef MVWDELCH_IS_EXPRESSION
1062 1132
1133 /* Define to 1 if you have WINDOW _flags as internal structure. */
1134 #undef NCURSES_INTERNALS
1135
1136 /* Define to 0 if you have WINDOW _flags in non-opaque structure. */
1137 #undef NCURSES_OPAQUE
1138
1063 /* Define to the address where bug reports for this package should be sent. */ 1139 /* Define to the address where bug reports for this package should be sent. */
1064 #undef PACKAGE_BUGREPORT 1140 #undef PACKAGE_BUGREPORT
1065 1141
1066 /* Define to the full name of this package. */ 1142 /* Define to the full name of this package. */
1067 #undef PACKAGE_NAME 1143 #undef PACKAGE_NAME
1068 1144
1069 /* Define to the full name and version of this package. */ 1145 /* Define to the full name and version of this package. */
1070 #undef PACKAGE_STRING 1146 #undef PACKAGE_STRING
1071 1147
1072 /* Define to the one symbol short name of this package. */ 1148 /* Define to the one symbol short name of this package. */
(...skipping 13 matching lines...) Expand all
1086 1162
1087 /* Define as the preferred size in bits of long digits */ 1163 /* Define as the preferred size in bits of long digits */
1088 #undef PYLONG_BITS_IN_DIGIT 1164 #undef PYLONG_BITS_IN_DIGIT
1089 1165
1090 /* Define to printf format modifier for long long type */ 1166 /* Define to printf format modifier for long long type */
1091 #undef PY_FORMAT_LONG_LONG 1167 #undef PY_FORMAT_LONG_LONG
1092 1168
1093 /* Define to printf format modifier for Py_ssize_t */ 1169 /* Define to printf format modifier for Py_ssize_t */
1094 #undef PY_FORMAT_SIZE_T 1170 #undef PY_FORMAT_SIZE_T
1095 1171
1096 /* Define as the integral type used for Unicode representation. */
1097 #undef PY_UNICODE_TYPE
1098
1099 /* Define if you want to build an interpreter with many run-time checks. */ 1172 /* Define if you want to build an interpreter with many run-time checks. */
1100 #undef Py_DEBUG 1173 #undef Py_DEBUG
1101 1174
1102 /* Defined if Python is built as a shared library. */ 1175 /* Defined if Python is built as a shared library. */
1103 #undef Py_ENABLE_SHARED 1176 #undef Py_ENABLE_SHARED
1104
1105 /* Define as the size of the unicode type. */
1106 #undef Py_UNICODE_SIZE
1107 1177
1108 /* assume C89 semantics that RETSIGTYPE is always void */ 1178 /* assume C89 semantics that RETSIGTYPE is always void */
1109 #undef RETSIGTYPE 1179 #undef RETSIGTYPE
1110 1180
1111 /* Define if setpgrp() must be called as setpgrp(0, 0). */ 1181 /* Define if setpgrp() must be called as setpgrp(0, 0). */
1112 #undef SETPGRP_HAVE_ARG 1182 #undef SETPGRP_HAVE_ARG
1113 1183
1114 /* Define this to be extension of shared libraries (including the dot!). */ 1184 /* Define this to be extension of shared libraries (including the dot!). */
1115 #undef SHLIB_EXT 1185 #undef SHLIB_EXT
1116 1186
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 1240
1171 /* Define to 1 if you have the ANSI C header files. */ 1241 /* Define to 1 if you have the ANSI C header files. */
1172 #undef STDC_HEADERS 1242 #undef STDC_HEADERS
1173 1243
1174 /* Define if you can safely include both <sys/select.h> and <sys/time.h> 1244 /* Define if you can safely include both <sys/select.h> and <sys/time.h>
1175 (which you can't on SCO ODT 3.0). */ 1245 (which you can't on SCO ODT 3.0). */
1176 #undef SYS_SELECT_WITH_SYS_TIME 1246 #undef SYS_SELECT_WITH_SYS_TIME
1177 1247
1178 /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */ 1248 /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */
1179 #undef TANH_PRESERVES_ZERO_SIGN 1249 #undef TANH_PRESERVES_ZERO_SIGN
1250
1251 /* Library needed by timemodule.c: librt may be needed for clock_gettime() */
1252 #undef TIMEMODULE_LIB
1180 1253
1181 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 1254 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1182 #undef TIME_WITH_SYS_TIME 1255 #undef TIME_WITH_SYS_TIME
1183 1256
1184 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 1257 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1185 #undef TM_IN_SYS_TIME 1258 #undef TM_IN_SYS_TIME
1186 1259
1187 /* Define if you want to use computed gotos in ceval.c. */ 1260 /* Define if you want to use computed gotos in ceval.c. */
1188 #undef USE_COMPUTED_GOTOS 1261 #undef USE_COMPUTED_GOTOS
1189 1262
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 /* Define to 1 if on MINIX. */ 1360 /* Define to 1 if on MINIX. */
1288 #undef _MINIX 1361 #undef _MINIX
1289 1362
1290 /* Define on NetBSD to activate all library features */ 1363 /* Define on NetBSD to activate all library features */
1291 #undef _NETBSD_SOURCE 1364 #undef _NETBSD_SOURCE
1292 1365
1293 /* Define to 2 if the system does not provide POSIX.1 features except with 1366 /* Define to 2 if the system does not provide POSIX.1 features except with
1294 this defined. */ 1367 this defined. */
1295 #undef _POSIX_1_SOURCE 1368 #undef _POSIX_1_SOURCE
1296 1369
1297 /* Define to activate features from IEEE Stds 1003.1-2001 */ 1370 /* Define to activate features from IEEE Stds 1003.1-2008 */
1298 #undef _POSIX_C_SOURCE 1371 #undef _POSIX_C_SOURCE
1299 1372
1300 /* Define to 1 if you need to in order for `stat' and other things to work. */ 1373 /* Define to 1 if you need to in order for `stat' and other things to work. */
1301 #undef _POSIX_SOURCE 1374 #undef _POSIX_SOURCE
1302 1375
1303 /* Define if you have POSIX threads, and your system does not define that. */ 1376 /* Define if you have POSIX threads, and your system does not define that. */
1304 #undef _POSIX_THREADS 1377 #undef _POSIX_THREADS
1305 1378
1306 /* Define to force use of thread-safe errno, h_errno, and other functions */ 1379 /* Define to force use of thread-safe errno, h_errno, and other functions */
1307 #undef _REENTRANT 1380 #undef _REENTRANT
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1386 #undef volatile 1459 #undef volatile
1387 1460
1388 1461
1389 /* Define the macros needed if on a UnixWare 7.x system. */ 1462 /* Define the macros needed if on a UnixWare 7.x system. */
1390 #if defined(__USLC__) && defined(__SCO_VERSION__) 1463 #if defined(__USLC__) && defined(__SCO_VERSION__)
1391 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ 1464 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
1392 #endif 1465 #endif
1393 1466
1394 #endif /*Py_PYCONFIG_H*/ 1467 #endif /*Py_PYCONFIG_H*/
1395 1468
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7