pyconfig.h.in 26.4 KB
Newer Older
1
/* pyconfig.h.in.  Generated from configure.in by autoheader.  */
2

3 4 5 6 7

#ifndef Py_PYCONFIG_H
#define Py_PYCONFIG_H


8 9 10
/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
   support for AIX C++ shared extension modules. */
#undef AIX_GENUINE_CPLUSPLUS
11

12 13 14
/* Define this if you have AtheOS threads. */
#undef ATHEOS_THREADS

15 16
/* Define this if you have BeOS threads. */
#undef BEOS_THREADS
17

18 19 20
/* Define if you have the Mach cthreads package */
#undef C_THREADS

21 22 23
/* Define if --enable-ipv6 is specified */
#undef ENABLE_IPV6

24 25
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG
26

27 28 29
/* Define if gettimeofday() does not have second (timezone) argument This is
   the case on Motorola V4 (R40V4.2) */
#undef GETTIMEOFDAY_NO_TZ
30

31 32
/* struct addrinfo (netdb.h) */
#undef HAVE_ADDRINFO
Guido van Rossum's avatar
Guido van Rossum committed
33

34 35
/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM
36

37 38
/* Define this if your time.h defines altzone. */
#undef HAVE_ALTZONE
39

40 41 42
/* Define to 1 if you have the <asm/types.h> header file. */
#undef HAVE_ASM_TYPES_H

43 44 45
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET

46 47 48
/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_BLUETOOTH_H

49 50 51
/* Define to 1 if you have the <bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_H

52 53
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
54

55 56 57
/* Define if poll() sets errno on invalid file descriptors. */
#undef HAVE_BROKEN_POLL

58 59 60
/* Define if the Posix semaphores do not work on your system */
#undef HAVE_BROKEN_POSIX_SEMAPHORES

61 62 63
/* Define if pthread_sigmask() does not work on your system. */
#undef HAVE_BROKEN_PTHREAD_SIGMASK

64
/* Define to 1 if you have the `chown' function. */
65 66
#undef HAVE_CHOWN

67
/* Define if you have the 'chroot' function. */
68 69
#undef HAVE_CHROOT

70
/* Define to 1 if you have the `clock' function. */
71 72
#undef HAVE_CLOCK

73
/* Define to 1 if you have the `confstr' function. */
74 75
#undef HAVE_CONFSTR

76 77 78
/* Define to 1 if you have the <conio.h> header file. */
#undef HAVE_CONIO_H

79
/* Define to 1 if you have the `ctermid' function. */
80 81
#undef HAVE_CTERMID

82
/* Define if you have the 'ctermid_r' function. */
83 84
#undef HAVE_CTERMID_R

85 86 87
/* Define to 1 if you have the <curses.h> header file. */
#undef HAVE_CURSES_H

88 89 90 91 92 93 94 95 96
/* Define if you have the 'is_term_resized' function. */
#undef HAVE_CURSES_IS_TERM_RESIZED

/* Define if you have the 'resizeterm' function. */
#undef HAVE_CURSES_RESIZETERM

/* Define if you have the 'resize_term' function. */
#undef HAVE_CURSES_RESIZE_TERM

97 98 99
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS

100 101 102
/* Define if we have /dev/ptc. */
#undef HAVE_DEV_PTC

103 104 105
/* Define if we have /dev/ptmx. */
#undef HAVE_DEV_PTMX

106 107 108
/* Define to 1 if you have the <direct.h> header file. */
#undef HAVE_DIRECT_H

109 110 111 112 113 114 115 116
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
   */
#undef HAVE_DIRENT_H

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the `dlopen' function. */
117 118
#undef HAVE_DLOPEN

119
/* Define to 1 if you have the `dup2' function. */
120 121
#undef HAVE_DUP2

122 123 124
/* Defined when any dynamic module loading is enabled. */
#undef HAVE_DYNAMIC_LOADING

125 126 127
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

128
/* Define to 1 if you have the `execv' function. */
129 130
#undef HAVE_EXECV

131
/* Define if you have the 'fchdir' function. */
Fred Drake's avatar
Fred Drake committed
132 133
#undef HAVE_FCHDIR

134 135 136
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

137
/* Define if you have the 'fdatasync' function. */
138 139
#undef HAVE_FDATASYNC

140
/* Define if you have the 'flock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
141 142
#undef HAVE_FLOCK

143
/* Define to 1 if you have the `fork' function. */
144 145
#undef HAVE_FORK

146
/* Define to 1 if you have the `forkpty' function. */
147 148
#undef HAVE_FORKPTY

149
/* Define to 1 if you have the `fpathconf' function. */
150 151
#undef HAVE_FPATHCONF

152
/* Define to 1 if you have the `fseek64' function. */
153 154
#undef HAVE_FSEEK64

155
/* Define to 1 if you have the `fseeko' function. */
156 157
#undef HAVE_FSEEKO

158
/* Define to 1 if you have the `fstatvfs' function. */
159 160
#undef HAVE_FSTATVFS

161 162 163
/* Define if you have the 'fsync' function. */
#undef HAVE_FSYNC

164
/* Define to 1 if you have the `ftell64' function. */
165 166
#undef HAVE_FTELL64

167
/* Define to 1 if you have the `ftello' function. */
168 169
#undef HAVE_FTELLO

170
/* Define to 1 if you have the `ftime' function. */
171 172
#undef HAVE_FTIME

173
/* Define to 1 if you have the `ftruncate' function. */
174 175
#undef HAVE_FTRUNCATE

176
/* Define to 1 if you have the `gai_strerror' function. */
177 178
#undef HAVE_GAI_STRERROR

179 180 181 182
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO

/* Define to 1 if you have the `getcwd' function. */
183 184
#undef HAVE_GETCWD

185 186 187 188
/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
#undef HAVE_GETC_UNLOCKED

/* Define to 1 if you have the `getgroups' function. */
189 190
#undef HAVE_GETGROUPS

191
/* Define to 1 if you have the `gethostbyname' function. */
192 193
#undef HAVE_GETHOSTBYNAME

194 195 196 197 198 199 200 201 202 203 204 205
/* Define this if you have some version of gethostbyname_r() */
#undef HAVE_GETHOSTBYNAME_R

/* Define this if you have the 3-arg version of gethostbyname_r(). */
#undef HAVE_GETHOSTBYNAME_R_3_ARG

/* Define this if you have the 5-arg version of gethostbyname_r(). */
#undef HAVE_GETHOSTBYNAME_R_5_ARG

/* Define this if you have the 6-arg version of gethostbyname_r(). */
#undef HAVE_GETHOSTBYNAME_R_6_ARG

206 207 208
/* Define to 1 if you have the `getloadavg' function. */
#undef HAVE_GETLOADAVG

209
/* Define to 1 if you have the `getlogin' function. */
210 211
#undef HAVE_GETLOGIN

212
/* Define to 1 if you have the `getnameinfo' function. */
213 214
#undef HAVE_GETNAMEINFO

215 216 217
/* Define if you have the 'getpagesize' function. */
#undef HAVE_GETPAGESIZE

218
/* Define to 1 if you have the `getpeername' function. */
219
#undef HAVE_GETPEERNAME
220

221 222 223
/* Define to 1 if you have the `getpgid' function. */
#undef HAVE_GETPGID

224
/* Define to 1 if you have the `getpgrp' function. */
225 226
#undef HAVE_GETPGRP

227
/* Define to 1 if you have the `getpid' function. */
228 229
#undef HAVE_GETPID

230
/* Define to 1 if you have the `getpriority' function. */
231
#undef HAVE_GETPRIORITY
232

233
/* Define to 1 if you have the `getpwent' function. */
234 235
#undef HAVE_GETPWENT

236 237 238
/* Define to 1 if you have the `getsid' function. */
#undef HAVE_GETSID

239 240 241 242 243 244
/* Define to 1 if you have the `getspent' function. */
#undef HAVE_GETSPENT

/* Define to 1 if you have the `getspnam' function. */
#undef HAVE_GETSPNAM

245
/* Define to 1 if you have the `gettimeofday' function. */
246 247
#undef HAVE_GETTIMEOFDAY

248
/* Define to 1 if you have the `getwd' function. */
249 250
#undef HAVE_GETWD

251 252 253
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H

254
/* Define if you have the 'hstrerror' function. */
255 256
#undef HAVE_HSTRERROR

257
/* Define to 1 if you have the `hypot' function. */
258 259
#undef HAVE_HYPOT

260
/* Define if you have the 'inet_aton' function. */
261 262
#undef HAVE_INET_ATON

263
/* Define if you have the 'inet_pton' function. */
264 265
#undef HAVE_INET_PTON

266 267 268
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

269 270 271
/* Define to 1 if you have the <io.h> header file. */
#undef HAVE_IO_H

272
/* Define to 1 if you have the `kill' function. */
273 274
#undef HAVE_KILL

275
/* Define to 1 if you have the `killpg' function. */
276 277
#undef HAVE_KILLPG

278 279 280 281 282 283 284 285 286
/* Define to 1 if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H

/* Defined to enable large file support when an off_t is bigger than a long
   and long long is available and at least as big as an off_t. You may need to
   add some flags for configuration and compilation to enable this mode. (For
   Solaris and Linux, the necessary defines are already defined.) */
#undef HAVE_LARGEFILE_SUPPORT

287 288 289
/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN

290 291 292 293 294 295 296 297 298 299 300 301
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL

/* Define to 1 if you have the `dld' library (-ldld). */
#undef HAVE_LIBDLD

/* Define to 1 if you have the `ieee' library (-lieee). */
#undef HAVE_LIBIEEE

/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H

302 303 304
/* Define to 1 if you have the `readline' library (-lreadline). */
#undef HAVE_LIBREADLINE

305 306 307
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV

308 309 310
/* Define to 1 if you have the `termcap' library (-ltermcap). */
#undef HAVE_LIBTERMCAP

311 312 313
/* Define to 1 if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H

314
/* Define if you have the 'link' function. */
315 316
#undef HAVE_LINK

317 318 319
/* Define to 1 if you have the <linux/netlink.h> header file. */
#undef HAVE_LINUX_NETLINK_H

320 321 322 323
/* Define this if you have the type long long. */
#undef HAVE_LONG_LONG

/* Define to 1 if you have the `lstat' function. */
324 325
#undef HAVE_LSTAT

326 327 328
/* Define this if you have the makedev macro. */
#undef HAVE_MAKEDEV

329
/* Define to 1 if you have the `memmove' function. */
330 331
#undef HAVE_MEMMOVE

332 333 334 335
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `mkfifo' function. */
336 337
#undef HAVE_MKFIFO

338 339 340
/* Define to 1 if you have the `mknod' function. */
#undef HAVE_MKNOD

341
/* Define to 1 if you have the `mktime' function. */
342 343
#undef HAVE_MKTIME

344
/* Define to 1 if you have the `mremap' function. */
345 346
#undef HAVE_MREMAP

347 348 349 350 351 352 353 354 355 356
/* Define to 1 if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H

/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H

/* Define to 1 if you have the <netpacket/packet.h> header file. */
#undef HAVE_NETPACKET_PACKET_H

/* Define to 1 if you have the `nice' function. */
357
#undef HAVE_NICE
358

359
/* Define to 1 if you have the `openpty' function. */
360 361
#undef HAVE_OPENPTY

362
/* Define to 1 if you have the `pathconf' function. */
363 364
#undef HAVE_PATHCONF

365
/* Define to 1 if you have the `pause' function. */
366 367
#undef HAVE_PAUSE

368
/* Define to 1 if you have the `plock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
369 370
#undef HAVE_PLOCK

371
/* Define to 1 if you have the `poll' function. */
372 373
#undef HAVE_POLL

374 375 376
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H

377 378 379
/* Define to 1 if you have the <process.h> header file. */
#undef HAVE_PROCESS_H

380 381 382 383 384 385
/* Define if your compiler supports function prototype */
#undef HAVE_PROTOTYPES

/* Define if you have GNU PTH threads. */
#undef HAVE_PTH

386 387 388
/* Defined for Solaris 2.6 bug in pthread header. */
#undef HAVE_PTHREAD_DESTRUCTOR

389 390 391 392
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H

/* Define to 1 if you have the `pthread_init' function. */
Guido van Rossum's avatar
Guido van Rossum committed
393 394
#undef HAVE_PTHREAD_INIT

395
/* Define to 1 if you have the `pthread_sigmask' function. */
396 397
#undef HAVE_PTHREAD_SIGMASK

398 399 400 401
/* Define to 1 if you have the <pty.h> header file. */
#undef HAVE_PTY_H

/* Define to 1 if you have the `putenv' function. */
Guido van Rossum's avatar
Guido van Rossum committed
402 403
#undef HAVE_PUTENV

404
/* Define to 1 if you have the `readlink' function. */
405 406
#undef HAVE_READLINK

407 408 409
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH

Michael W. Hudson's avatar
Michael W. Hudson committed
410 411 412 413 414 415
/* Define if you have readline 2.1 */
#undef HAVE_RL_CALLBACK

/* Define if you can turn off readline's signal handling. */
#undef HAVE_RL_CATCH_SIGNAL

416 417 418
/* Define if you have readline 2.2 */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER

419 420 421 422 423 424 425
/* Define if you have readline 4.2 */
#undef HAVE_RL_COMPLETION_MATCHES

/* Define if you have readline 4.0 */
#undef HAVE_RL_PRE_INPUT_HOOK

/* Define to 1 if you have the `select' function. */
426 427
#undef HAVE_SELECT

428
/* Define to 1 if you have the `setegid' function. */
429 430
#undef HAVE_SETEGID

431
/* Define to 1 if you have the `seteuid' function. */
432 433
#undef HAVE_SETEUID

434
/* Define to 1 if you have the `setgid' function. */
435 436
#undef HAVE_SETGID

437
/* Define if you have the 'setgroups' function. */
438 439
#undef HAVE_SETGROUPS

440
/* Define to 1 if you have the `setlocale' function. */
441 442
#undef HAVE_SETLOCALE

443
/* Define to 1 if you have the `setpgid' function. */
444 445
#undef HAVE_SETPGID

446 447 448
/* Define to 1 if you have the `setpgrp' function. */
#undef HAVE_SETPGRP

449
/* Define to 1 if you have the `setregid' function. */
450 451
#undef HAVE_SETREGID

452
/* Define to 1 if you have the `setreuid' function. */
453 454
#undef HAVE_SETREUID

455
/* Define to 1 if you have the `setsid' function. */
456 457
#undef HAVE_SETSID

458
/* Define to 1 if you have the `setuid' function. */
459 460
#undef HAVE_SETUID

461
/* Define to 1 if you have the `setvbuf' function. */
462 463
#undef HAVE_SETVBUF

464 465 466
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H

467
/* Define to 1 if you have the `sigaction' function. */
468 469
#undef HAVE_SIGACTION

470
/* Define to 1 if you have the `siginterrupt' function. */
471 472
#undef HAVE_SIGINTERRUPT

473 474 475
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H

476
/* Define to 1 if you have the `sigrelse' function. */
477 478
#undef HAVE_SIGRELSE

479
/* Define to 1 if you have the `snprintf' function. */
480 481
#undef HAVE_SNPRINTF

482 483 484 485 486 487
/* Define if sockaddr has sa_len member */
#undef HAVE_SOCKADDR_SA_LEN

/* struct sockaddr_storage (sys/socket.h) */
#undef HAVE_SOCKADDR_STORAGE

488 489 490
/* Define if you have the 'socketpair' function. */
#undef HAVE_SOCKETPAIR

Martin v. Löwis's avatar
Martin v. Löwis committed
491 492 493
/* Define if your compiler provides ssize_t */
#undef HAVE_SSIZE_T

494
/* Define to 1 if you have the `statvfs' function. */
495 496
#undef HAVE_STATVFS

497 498 499
/* Define if you have struct stat.st_mtim.tv_nsec */
#undef HAVE_STAT_TV_NSEC

500 501 502
/* Define if you have struct stat.st_mtimensec */
#undef HAVE_STAT_TV_NSEC2

503 504 505 506 507 508 509
/* Define if your compiler supports variable length function prototypes (e.g.
   void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
#undef HAVE_STDARG_PROTOTYPES

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

510 511 512 513 514 515
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP

516
/* Define to 1 if you have the `strerror' function. */
517 518
#undef HAVE_STRERROR

519
/* Define to 1 if you have the `strftime' function. */
Guido van Rossum's avatar
Guido van Rossum committed
520 521
#undef HAVE_STRFTIME

522 523
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
524

525 526 527
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

528 529 530
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H

531 532 533
/* Define to 1 if `st_birthtime' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BIRTHTIME

534 535
/* Define to 1 if `st_blksize' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
536

537 538
/* Define to 1 if `st_blocks' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLOCKS
539

540 541 542
/* Define to 1 if `st_flags' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_FLAGS

543 544 545
/* Define to 1 if `st_gen' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_GEN

546 547
/* Define to 1 if `st_rdev' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_RDEV
548

549 550
/* Define to 1 if `tm_zone' is member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
551

552 553 554
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
#undef HAVE_ST_BLOCKS
555

556
/* Define if you have the 'symlink' function. */
557
#undef HAVE_SYMLINK
558

559 560
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
561

562 563 564
/* Define to 1 if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H

565 566
/* Define to 1 if you have the <sys/audioio.h> header file. */
#undef HAVE_SYS_AUDIOIO_H
567

568 569 570
/* Define to 1 if you have the <sys/bsdtty.h> header file. */
#undef HAVE_SYS_BSDTTY_H

571 572 573
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_DIR_H
574

575 576
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
577

578 579 580
/* Define to 1 if you have the <sys/loadavg.h> header file. */
#undef HAVE_SYS_LOADAVG_H

581 582
/* Define to 1 if you have the <sys/lock.h> header file. */
#undef HAVE_SYS_LOCK_H
583

584 585 586
/* Define to 1 if you have the <sys/mkdev.h> header file. */
#undef HAVE_SYS_MKDEV_H

587 588
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
589

590 591 592
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_NDIR_H
593

594 595
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
596

597 598
/* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
599

600 601
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
602

603 604
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
605

606 607
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
608

609 610 611
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#undef HAVE_SYS_STATVFS_H

612 613
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
614

615 616
/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
617

618 619
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
620

621 622
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
623

624 625
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
626

627 628
/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
629

630 631
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
632

633 634
/* Define to 1 if you have the `tcgetpgrp' function. */
#undef HAVE_TCGETPGRP
635

636 637
/* Define to 1 if you have the `tcsetpgrp' function. */
#undef HAVE_TCSETPGRP
638

639 640
/* Define to 1 if you have the `tempnam' function. */
#undef HAVE_TEMPNAM
641

642 643
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
644

645 646
/* Define to 1 if you have the <term.h> header file. */
#undef HAVE_TERM_H
647

648 649
/* Define to 1 if you have the <thread.h> header file. */
#undef HAVE_THREAD_H
650

651 652
/* Define to 1 if you have the `timegm' function. */
#undef HAVE_TIMEGM
653

654 655
/* Define to 1 if you have the `times' function. */
#undef HAVE_TIMES
656

657 658
/* Define to 1 if you have the `tmpfile' function. */
#undef HAVE_TMPFILE
659

660 661
/* Define to 1 if you have the `tmpnam' function. */
#undef HAVE_TMPNAM
662

663 664
/* Define to 1 if you have the `tmpnam_r' function. */
#undef HAVE_TMPNAM_R
Guido van Rossum's avatar
Guido van Rossum committed
665

666 667 668
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
   `HAVE_STRUCT_TM_TM_ZONE' instead. */
#undef HAVE_TM_ZONE
Guido van Rossum's avatar
Guido van Rossum committed
669

670 671
/* Define to 1 if you have the `truncate' function. */
#undef HAVE_TRUNCATE
672

673 674 675
/* Define to 1 if you don't have `tm_zone' but do have the external array
   `tzname'. */
#undef HAVE_TZNAME
676

677 678 679
/* Define this if you have tcl and TCL_UTF_MAX==6 */
#undef HAVE_UCS4_TCL

680
/* Define to 1 if the system has the type `uintptr_t'. */
681
#undef HAVE_UINTPTR_T
682

683 684
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME
685

686 687
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
688

689 690
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
691

692
/* Define if you have a useable wchar_t type defined in wchar.h; useable means
693 694
   wchar_t must be an unsigned type with at least 16 bits. (see
   Include/unicodeobject.h). */
695
#undef HAVE_USABLE_WCHAR_T
696

697 698 699
/* Define to 1 if you have the `utimes' function. */
#undef HAVE_UTIMES

700 701
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
702

703 704 705 706 707 708
/* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3

/* Define to 1 if you have the `wait4' function. */
#undef HAVE_WAIT4

709 710
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
711

712 713
/* Define if the compiler provides a wchar.h header file. */
#undef HAVE_WCHAR_H
714

715 716 717
/* Define to 1 if you have the `wcscoll' function. */
#undef HAVE_WCSCOLL

718 719 720 721
/* Define if tzset() actually switches the local timezone in a meaningful way.
   */
#undef HAVE_WORKING_TZSET

722 723 724
/* Define if the zlib library has inflateCopy */
#undef HAVE_ZLIB_COPY

725 726
/* Define to 1 if you have the `_getpty' function. */
#undef HAVE__GETPTY
727

728 729
/* Define if you are using Mach cthreads directly under /include */
#undef HURD_C_THREADS
730

731 732
/* Define if you are using Mach cthreads under mach / */
#undef MACH_C_THREADS
733

734 735 736 737 738 739 740 741
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
   */
#undef MAJOR_IN_MKDEV

/* Define to 1 if `major', `minor', and `makedev' are declared in
   <sysmacros.h>. */
#undef MAJOR_IN_SYSMACROS

742 743
/* Define if mvwdelch in curses.h is an expression. */
#undef MVWDELCH_IS_EXPRESSION
744

745 746
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
747

748 749
/* Define to the full name of this package. */
#undef PACKAGE_NAME
750

751 752
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
753

754 755
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
756

757 758
/* Define to the version of this package. */
#undef PACKAGE_VERSION
759

760 761
/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
762

763 764 765
/* Define to printf format modifier for Py_ssize_t */
#undef PY_FORMAT_SIZE_T

766 767
/* Define as the integral type used for Unicode representation. */
#undef PY_UNICODE_TYPE
768 769 770 771

/* Define if you want to build an interpreter with many run-time checks. */
#undef Py_DEBUG

772 773 774
/* Defined if Python is built as a shared library. */
#undef Py_ENABLE_SHARED

Martin v. Löwis's avatar
Martin v. Löwis committed
775 776 777
/* Define as the size of the unicode type. */
#undef Py_UNICODE_SIZE

778 779
/* Define if you want to have a Unicode type. */
#undef Py_USING_UNICODE
780

781 782
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
783

784 785
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG
786

787 788 789
/* Define this to be extension of shared libraries (including the dot!). */
#undef SHLIB_EXT

790 791
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
792

793 794
/* The size of a `double', as computed by sizeof. */
#undef SIZEOF_DOUBLE
795

796 797
/* The size of a `float', as computed by sizeof. */
#undef SIZEOF_FLOAT
798

799 800
/* The size of a `fpos_t', as computed by sizeof. */
#undef SIZEOF_FPOS_T
801

802 803
/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT
804

805 806
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
807

808 809
/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
810

811 812
/* The number of bytes in an off_t. */
#undef SIZEOF_OFF_T
813

814 815
/* The number of bytes in a pthread_t. */
#undef SIZEOF_PTHREAD_T
816

817 818
/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT
819

Martin v. Löwis's avatar
Martin v. Löwis committed
820 821 822
/* The size of a `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T

823 824
/* The number of bytes in a time_t. */
#undef SIZEOF_TIME_T
825

826 827
/* The size of a `uintptr_t', as computed by sizeof. */
#undef SIZEOF_UINTPTR_T
828

829 830
/* The size of a `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
831

832 833
/* The size of a `wchar_t', as computed by sizeof. */
#undef SIZEOF_WCHAR_T
834

835 836
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
837

838 839 840
/* Define if you can safely include both <sys/select.h> and <sys/time.h>
   (which you can't on SCO ODT 3.0). */
#undef SYS_SELECT_WITH_SYS_TIME
841

842 843
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
844

845 846
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
847

848 849
/* Define if you want to use MacPython modules on MacOSX in unix-Python. */
#undef USE_TOOLBOX_OBJECT_GLUE
850

851 852
/* Define if a va_list is an array of some kind */
#undef VA_LIST_IS_ARRAY
853

854 855
/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
#undef WANT_SIGFPE_HANDLER
856

857 858 859
/* Define if you want wctype.h functions to be used instead of the one
   supplied by Python itself. (see Include/unicodectype.h). */
#undef WANT_WCTYPE_FUNCTIONS
860

861 862
/* Define if WINDOW in curses.h offers a field _flags. */
#undef WINDOW_HAS_FLAGS
863

864 865 866
/* Define if you want documentation strings in extension modules */
#undef WITH_DOC_STRINGS

867 868 869 870
/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
   linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
   Dyld is necessary to support frameworks. */
#undef WITH_DYLD
871

872 873 874
/* Define to 1 if libintl is needed for locale functions. */
#undef WITH_LIBINTL

875 876 877
/* Define if you want to produce an OpenStep/Rhapsody framework (shared
   library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK
878

879 880
/* Define if you want to compile in Python-specific mallocs */
#undef WITH_PYMALLOC
881

882 883
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
884

885 886 887
/* Define to profile with the Pentium timestamp counter */
#undef WITH_TSC

888 889 890 891 892 893 894 895 896 897 898 899 900

 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). 

    The block below does compile-time checking for endianness on platforms
    that use GCC and therefore allows compiling fat binaries on OSX by using 
    '-arch ppc -arch i386' as the compile flags. The phrasing was choosen
    such that the configure-result is used on systems that don't use GCC.
  */
#ifdef __BIG_ENDIAN__
#define WORDS_BIGENDIAN 1
#else
#ifndef __LITTLE_ENDIAN__
901
#undef WORDS_BIGENDIAN
902 903
#endif
#endif
904

905 906 907 908 909 910
/* Define to 1 if on AIX 3.
   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
911

912 913 914
/* Define on Irix to enable u_int */
#undef _BSD_TYPES

915 916
/* This must be set to 64 on some systems to enable large file support. */
#undef _FILE_OFFSET_BITS
917

918 919 920
/* Define on Linux to activate all library features */
#undef _GNU_SOURCE

921 922
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE
923

924 925 926
/* Define on NetBSD to activate all library features */
#undef _NETBSD_SOURCE

927 928 929
/* Define _OSF_SOURCE to get the makedev macro. */
#undef _OSF_SOURCE

930
/* Define to activate features from IEEE Stds 1003.1-2001 */
931 932
#undef _POSIX_C_SOURCE

933 934
/* Define if you have POSIX threads, and your system does not define that. */
#undef _POSIX_THREADS
935

936 937
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT
938

939 940
/* Define to the level of X/Open that your system supports */
#undef _XOPEN_SOURCE
941

942 943 944
/* Define to activate Unix95-and-earlier features */
#undef _XOPEN_SOURCE_EXTENDED

945 946 947
/* Define on FreeBSD to activate all library features */
#undef __BSD_VISIBLE

948 949 950 951
/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
#endif
952

953 954
/* Defined on Solaris to see additional function prototypes. */
#undef __EXTENSIONS__
955

956 957
/* Define to 'long' if <time.h> doesn't define. */
#undef clock_t
958

959 960
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
961

962 963
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
964

965 966
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
967

968 969
/* Define to `long' if <sys/types.h> does not define. */
#undef off_t
970

971 972
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
973

974 975
/* Define to empty if the keyword does not work. */
#undef signed
976

977 978
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
979

980
/* Define to `int' if <sys/socket.h> does not define. */
981
#undef socklen_t
982

983 984
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
985

986 987
/* Define to empty if the keyword does not work. */
#undef volatile
988 989


990 991 992 993 994
/* Define the macros needed if on a UnixWare 7.x system. */
#if defined(__USLC__) && defined(__SCO_VERSION__)
#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
#endif

995 996
#endif /*Py_PYCONFIG_H*/