pyconfig.h.in 26.5 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 if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */
#undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE

46 47 48
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET

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

52 53 54
/* Define to 1 if you have the <bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_H

55 56
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
57

58 59 60
/* Define if poll() sets errno on invalid file descriptors. */
#undef HAVE_BROKEN_POLL

61 62 63
/* Define if the Posix semaphores do not work on your system */
#undef HAVE_BROKEN_POSIX_SEMAPHORES

64 65 66
/* Define if pthread_sigmask() does not work on your system. */
#undef HAVE_BROKEN_PTHREAD_SIGMASK

67
/* Define to 1 if you have the `chown' function. */
68 69
#undef HAVE_CHOWN

70
/* Define if you have the 'chroot' function. */
71 72
#undef HAVE_CHROOT

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

76
/* Define to 1 if you have the `confstr' function. */
77 78
#undef HAVE_CONFSTR

79 80 81
/* Define to 1 if you have the <conio.h> header file. */
#undef HAVE_CONIO_H

82
/* Define to 1 if you have the `ctermid' function. */
83 84
#undef HAVE_CTERMID

85
/* Define if you have the 'ctermid_r' function. */
86 87
#undef HAVE_CTERMID_R

88 89 90
/* Define to 1 if you have the <curses.h> header file. */
#undef HAVE_CURSES_H

91 92 93 94 95 96 97 98 99
/* 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

100 101 102
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS

103 104 105
/* Define if we have /dev/ptc. */
#undef HAVE_DEV_PTC

106 107 108
/* Define if we have /dev/ptmx. */
#undef HAVE_DEV_PTMX

109 110 111
/* Define to 1 if you have the <direct.h> header file. */
#undef HAVE_DIRECT_H

112 113 114 115 116 117 118 119
/* 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. */
120 121
#undef HAVE_DLOPEN

122
/* Define to 1 if you have the `dup2' function. */
123 124
#undef HAVE_DUP2

125 126 127
/* Defined when any dynamic module loading is enabled. */
#undef HAVE_DYNAMIC_LOADING

128 129 130
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

131
/* Define to 1 if you have the `execv' function. */
132 133
#undef HAVE_EXECV

134
/* Define if you have the 'fchdir' function. */
Fred Drake's avatar
Fred Drake committed
135 136
#undef HAVE_FCHDIR

137 138 139
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

140
/* Define if you have the 'fdatasync' function. */
141 142
#undef HAVE_FDATASYNC

143
/* Define if you have the 'flock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
144 145
#undef HAVE_FLOCK

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

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

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

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

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

161
/* Define to 1 if you have the `fstatvfs' function. */
162 163
#undef HAVE_FSTATVFS

164 165 166
/* Define if you have the 'fsync' function. */
#undef HAVE_FSYNC

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

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

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

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

179
/* Define to 1 if you have the `gai_strerror' function. */
180 181
#undef HAVE_GAI_STRERROR

182 183 184 185
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO

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

188 189 190 191
/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
#undef HAVE_GETC_UNLOCKED

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

194
/* Define to 1 if you have the `gethostbyname' function. */
195 196
#undef HAVE_GETHOSTBYNAME

197 198 199 200 201 202 203 204 205 206 207 208
/* 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

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

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

215
/* Define to 1 if you have the `getnameinfo' function. */
216 217
#undef HAVE_GETNAMEINFO

218 219 220
/* Define if you have the 'getpagesize' function. */
#undef HAVE_GETPAGESIZE

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

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

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

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

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

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

239 240 241
/* Define to 1 if you have the `getsid' function. */
#undef HAVE_GETSID

242 243 244 245 246 247
/* Define to 1 if you have the `getspent' function. */
#undef HAVE_GETSPENT

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

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

251
/* Define to 1 if you have the `getwd' function. */
252 253
#undef HAVE_GETWD

254 255 256
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H

257
/* Define if you have the 'hstrerror' function. */
258 259
#undef HAVE_HSTRERROR

260
/* Define to 1 if you have the `hypot' function. */
261 262
#undef HAVE_HYPOT

263
/* Define if you have the 'inet_aton' function. */
264 265
#undef HAVE_INET_ATON

266
/* Define if you have the 'inet_pton' function. */
267 268
#undef HAVE_INET_PTON

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

272 273 274
/* Define to 1 if you have the <io.h> header file. */
#undef HAVE_IO_H

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

278
/* Define to 1 if you have the `killpg' function. */
279 280
#undef HAVE_KILLPG

281 282 283 284 285 286 287 288 289
/* 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

290 291 292
/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN

293 294 295 296 297 298 299 300 301 302 303 304
/* 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

305 306 307
/* Define to 1 if you have the `readline' library (-lreadline). */
#undef HAVE_LIBREADLINE

308 309 310
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV

311 312 313
/* Define to 1 if you have the `termcap' library (-ltermcap). */
#undef HAVE_LIBTERMCAP

314 315 316
/* Define to 1 if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H

317
/* Define if you have the 'link' function. */
318 319
#undef HAVE_LINK

320 321 322
/* Define to 1 if you have the <linux/netlink.h> header file. */
#undef HAVE_LINUX_NETLINK_H

323 324 325 326
/* Define this if you have the type long long. */
#undef HAVE_LONG_LONG

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

329 330 331
/* Define this if you have the makedev macro. */
#undef HAVE_MAKEDEV

332
/* Define to 1 if you have the `memmove' function. */
333 334
#undef HAVE_MEMMOVE

335 336 337 338
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

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

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

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

347
/* Define to 1 if you have the `mremap' function. */
348 349
#undef HAVE_MREMAP

350 351 352 353 354 355 356 357 358 359
/* 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. */
360
#undef HAVE_NICE
361

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

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

368
/* Define to 1 if you have the `pause' function. */
369 370
#undef HAVE_PAUSE

371
/* Define to 1 if you have the `plock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
372 373
#undef HAVE_PLOCK

374
/* Define to 1 if you have the `poll' function. */
375 376
#undef HAVE_POLL

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

380 381 382
/* Define to 1 if you have the <process.h> header file. */
#undef HAVE_PROCESS_H

383 384 385 386 387 388
/* Define if your compiler supports function prototype */
#undef HAVE_PROTOTYPES

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

389 390 391
/* Defined for Solaris 2.6 bug in pthread header. */
#undef HAVE_PTHREAD_DESTRUCTOR

392 393 394 395
/* 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
396 397
#undef HAVE_PTHREAD_INIT

398
/* Define to 1 if you have the `pthread_sigmask' function. */
399 400
#undef HAVE_PTHREAD_SIGMASK

401 402 403 404
/* 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
405 406
#undef HAVE_PUTENV

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

410 411 412
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH

Michael W. Hudson's avatar
Michael W. Hudson committed
413 414 415 416 417 418
/* 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

419 420 421
/* Define if you have readline 2.2 */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER

422 423 424 425 426 427 428
/* 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. */
429 430
#undef HAVE_SELECT

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

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

437
/* Define to 1 if you have the `setgid' function. */
438 439
#undef HAVE_SETGID

440
/* Define if you have the 'setgroups' function. */
441 442
#undef HAVE_SETGROUPS

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

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

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

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

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

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

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

464
/* Define to 1 if you have the `setvbuf' function. */
465 466
#undef HAVE_SETVBUF

467 468 469
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H

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

473
/* Define to 1 if you have the `siginterrupt' function. */
474 475
#undef HAVE_SIGINTERRUPT

476 477 478
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H

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

482
/* Define to 1 if you have the `snprintf' function. */
483 484
#undef HAVE_SNPRINTF

485 486 487 488 489 490
/* Define if sockaddr has sa_len member */
#undef HAVE_SOCKADDR_SA_LEN

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

491 492 493
/* Define if you have the 'socketpair' function. */
#undef HAVE_SOCKETPAIR

Martin v. Löwis's avatar
Martin v. Löwis committed
494 495 496
/* Define if your compiler provides ssize_t */
#undef HAVE_SSIZE_T

497
/* Define to 1 if you have the `statvfs' function. */
498 499
#undef HAVE_STATVFS

500 501 502
/* Define if you have struct stat.st_mtim.tv_nsec */
#undef HAVE_STAT_TV_NSEC

503 504 505
/* Define if you have struct stat.st_mtimensec */
#undef HAVE_STAT_TV_NSEC2

506 507 508 509 510 511 512
/* 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

513 514 515 516 517 518
/* 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

519
/* Define to 1 if you have the `strerror' function. */
520 521
#undef HAVE_STRERROR

522
/* Define to 1 if you have the `strftime' function. */
Guido van Rossum's avatar
Guido van Rossum committed
523 524
#undef HAVE_STRFTIME

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

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

531 532 533
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H

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

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

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

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

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

549 550
/* Define to 1 if `st_rdev' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_RDEV
551

552 553
/* Define to 1 if `tm_zone' is member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
554

555 556 557
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
#undef HAVE_ST_BLOCKS
558

559
/* Define if you have the 'symlink' function. */
560
#undef HAVE_SYMLINK
561

562 563
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
564

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

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

571 572 573
/* Define to 1 if you have the <sys/bsdtty.h> header file. */
#undef HAVE_SYS_BSDTTY_H

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

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

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

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

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

590 591
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
592

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

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

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

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

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

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

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

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

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

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

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

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

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

633 634
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
635

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

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

642 643
/* Define to 1 if you have the `tempnam' function. */
#undef HAVE_TEMPNAM
644

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

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

651 652
/* Define to 1 if you have the <thread.h> header file. */
#undef HAVE_THREAD_H
653

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

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

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

663 664
/* Define to 1 if you have the `tmpnam' function. */
#undef HAVE_TMPNAM
665

666 667
/* Define to 1 if you have the `tmpnam_r' function. */
#undef HAVE_TMPNAM_R
Guido van Rossum's avatar
Guido van Rossum committed
668

669 670 671
/* 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
672

673 674
/* Define to 1 if you have the `truncate' function. */
#undef HAVE_TRUNCATE
675

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

680 681 682
/* Define this if you have tcl and TCL_UTF_MAX==6 */
#undef HAVE_UCS4_TCL

683
/* Define to 1 if the system has the type `uintptr_t'. */
684
#undef HAVE_UINTPTR_T
685

686 687
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME
688

689 690
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
691

692 693
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
694

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

700 701 702
/* Define to 1 if you have the `utimes' function. */
#undef HAVE_UTIMES

703 704
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
705

706 707 708 709 710 711
/* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3

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

712 713
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
714

715 716
/* Define if the compiler provides a wchar.h header file. */
#undef HAVE_WCHAR_H
717

718 719 720
/* Define to 1 if you have the `wcscoll' function. */
#undef HAVE_WCSCOLL

721 722 723 724
/* Define if tzset() actually switches the local timezone in a meaningful way.
   */
#undef HAVE_WORKING_TZSET

725 726 727
/* Define if the zlib library has inflateCopy */
#undef HAVE_ZLIB_COPY

728 729
/* Define to 1 if you have the `_getpty' function. */
#undef HAVE__GETPTY
730

731 732
/* Define if you are using Mach cthreads directly under /include */
#undef HURD_C_THREADS
733

734 735
/* Define if you are using Mach cthreads under mach / */
#undef MACH_C_THREADS
736

737 738 739 740 741 742 743 744
/* 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

745 746
/* Define if mvwdelch in curses.h is an expression. */
#undef MVWDELCH_IS_EXPRESSION
747

748 749
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
750

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

754 755
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
756

757 758
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
759

760 761
/* Define to the version of this package. */
#undef PACKAGE_VERSION
762

763 764
/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
765

766 767 768
/* Define to printf format modifier for Py_ssize_t */
#undef PY_FORMAT_SIZE_T

769 770
/* Define as the integral type used for Unicode representation. */
#undef PY_UNICODE_TYPE
771 772 773 774

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

775 776 777
/* Defined if Python is built as a shared library. */
#undef Py_ENABLE_SHARED

Martin v. Löwis's avatar
Martin v. Löwis committed
778 779 780
/* Define as the size of the unicode type. */
#undef Py_UNICODE_SIZE

781 782
/* Define if you want to have a Unicode type. */
#undef Py_USING_UNICODE
783

784 785
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
786

787 788
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG
789

790 791 792
/* Define this to be extension of shared libraries (including the dot!). */
#undef SHLIB_EXT

793 794
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
795

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

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

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

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

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

811 812
/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
813

814 815
/* The number of bytes in an off_t. */
#undef SIZEOF_OFF_T
816

817 818
/* The number of bytes in a pthread_t. */
#undef SIZEOF_PTHREAD_T
819

820 821
/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT
822

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

826 827
/* The number of bytes in a time_t. */
#undef SIZEOF_TIME_T
828

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

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

835 836
/* The size of a `wchar_t', as computed by sizeof. */
#undef SIZEOF_WCHAR_T
837

838 839
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
840

841 842 843
/* 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
844

845 846
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
847

848 849
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
850

851 852
/* Define if you want to use MacPython modules on MacOSX in unix-Python. */
#undef USE_TOOLBOX_OBJECT_GLUE
853

854 855
/* Define if a va_list is an array of some kind */
#undef VA_LIST_IS_ARRAY
856

857 858
/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
#undef WANT_SIGFPE_HANDLER
859

860 861 862
/* 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
863

864 865
/* Define if WINDOW in curses.h offers a field _flags. */
#undef WINDOW_HAS_FLAGS
866

867 868 869
/* Define if you want documentation strings in extension modules */
#undef WITH_DOC_STRINGS

870 871 872 873
/* 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
874

875 876 877
/* Define to 1 if libintl is needed for locale functions. */
#undef WITH_LIBINTL

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

882 883
/* Define if you want to compile in Python-specific mallocs */
#undef WITH_PYMALLOC
884

885 886
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
887

888 889 890
/* Define to profile with the Pentium timestamp counter */
#undef WITH_TSC

891 892 893 894 895 896 897 898 899 900 901 902 903

 /* 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__
904
#undef WORDS_BIGENDIAN
905 906
#endif
#endif
907

908 909 910 911 912 913
/* 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
914

915 916 917
/* Define on Irix to enable u_int */
#undef _BSD_TYPES

918 919
/* This must be set to 64 on some systems to enable large file support. */
#undef _FILE_OFFSET_BITS
920

921 922 923
/* Define on Linux to activate all library features */
#undef _GNU_SOURCE

924 925
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE
926

927 928 929
/* Define on NetBSD to activate all library features */
#undef _NETBSD_SOURCE

930 931 932
/* Define _OSF_SOURCE to get the makedev macro. */
#undef _OSF_SOURCE

933
/* Define to activate features from IEEE Stds 1003.1-2001 */
934 935
#undef _POSIX_C_SOURCE

936 937
/* Define if you have POSIX threads, and your system does not define that. */
#undef _POSIX_THREADS
938

939 940
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT
941

942 943
/* Define to the level of X/Open that your system supports */
#undef _XOPEN_SOURCE
944

945 946 947
/* Define to activate Unix95-and-earlier features */
#undef _XOPEN_SOURCE_EXTENDED

948 949 950
/* Define on FreeBSD to activate all library features */
#undef __BSD_VISIBLE

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

956 957
/* Defined on Solaris to see additional function prototypes. */
#undef __EXTENSIONS__
958

959 960
/* Define to 'long' if <time.h> doesn't define. */
#undef clock_t
961

962 963
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
964

965 966
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
967

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

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

974 975
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
976

977 978
/* Define to empty if the keyword does not work. */
#undef signed
979

980 981
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
982

983
/* Define to `int' if <sys/socket.h> does not define. */
984
#undef socklen_t
985

986 987
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
988

989 990
/* Define to empty if the keyword does not work. */
#undef volatile
991 992


993 994 995 996 997
/* 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

998 999
#endif /*Py_PYCONFIG_H*/