pyconfig.h.in 24.3 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 `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET

43 44 45
/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_BLUETOOTH_H

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

49 50
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
51

52 53 54
/* Define if poll() sets errno on invalid file descriptors. */
#undef HAVE_BROKEN_POLL

55 56 57
/* Define if the Posix semaphores do not work on your system */
#undef HAVE_BROKEN_POSIX_SEMAPHORES

58 59 60
/* Define if pthread_sigmask() does not work on your system. */
#undef HAVE_BROKEN_PTHREAD_SIGMASK

61
/* Define to 1 if you have the `chown' function. */
62 63
#undef HAVE_CHOWN

64
/* Define if you have the 'chroot' function. */
65 66
#undef HAVE_CHROOT

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

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

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

76
/* Define if you have the 'ctermid_r' function. */
77 78
#undef HAVE_CTERMID_R

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

82 83 84
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS

85 86 87
/* Define if we have /dev/ptc. */
#undef HAVE_DEV_PTC

88 89 90
/* Define if we have /dev/ptmx. */
#undef HAVE_DEV_PTMX

91 92 93 94 95 96 97 98
/* 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. */
99 100
#undef HAVE_DLOPEN

101
/* Define to 1 if you have the `dup2' function. */
102 103
#undef HAVE_DUP2

104 105 106 107
/* Defined when any dynamic module loading is enabled. */
#undef HAVE_DYNAMIC_LOADING

/* Define to 1 if you have the `execv' function. */
108 109
#undef HAVE_EXECV

110
/* Define if you have the 'fchdir' function. */
Fred Drake's avatar
Fred Drake committed
111 112
#undef HAVE_FCHDIR

113 114 115
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

116
/* Define if you have the 'fdatasync' function. */
117 118
#undef HAVE_FDATASYNC

119
/* Define if you have the 'flock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
120 121
#undef HAVE_FLOCK

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

125
/* Define to 1 if you have the `forkpty' function. */
126 127
#undef HAVE_FORKPTY

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

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

134
/* Define to 1 if you have the `fseeko' function. */
135 136
#undef HAVE_FSEEKO

137
/* Define to 1 if you have the `fstatvfs' function. */
138 139
#undef HAVE_FSTATVFS

140 141 142
/* Define if you have the 'fsync' function. */
#undef HAVE_FSYNC

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

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

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

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

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

158 159 160 161
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO

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

164 165 166 167
/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
#undef HAVE_GETC_UNLOCKED

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

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

173 174 175 176 177 178 179 180 181 182 183 184
/* 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

185 186 187
/* Define to 1 if you have the `getloadavg' function. */
#undef HAVE_GETLOADAVG

188
/* Define to 1 if you have the `getlogin' function. */
189 190
#undef HAVE_GETLOGIN

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

194 195 196
/* Define if you have the 'getpagesize' function. */
#undef HAVE_GETPAGESIZE

197
/* Define to 1 if you have the `getpeername' function. */
198
#undef HAVE_GETPEERNAME
199

200 201 202
/* Define to 1 if you have the `getpgid' function. */
#undef HAVE_GETPGID

203
/* Define to 1 if you have the `getpgrp' function. */
204 205
#undef HAVE_GETPGRP

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

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

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

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

218 219 220 221 222 223
/* Define to 1 if you have the `getspent' function. */
#undef HAVE_GETSPENT

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

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

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

230 231 232
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H

233
/* Define if you have the 'hstrerror' function. */
234 235
#undef HAVE_HSTRERROR

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

239
/* Define if you have the 'inet_aton' function. */
240 241
#undef HAVE_INET_ATON

242
/* Define if you have the 'inet_pton' function. */
243 244
#undef HAVE_INET_PTON

245 246 247 248
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `kill' function. */
249 250
#undef HAVE_KILL

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

254 255 256 257 258 259 260 261 262
/* 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

263 264 265
/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN

266 267 268 269 270 271 272 273 274 275 276 277
/* 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

278 279 280
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV

281 282 283
/* Define to 1 if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H

284
/* Define if you have the 'link' function. */
285 286
#undef HAVE_LINK

287 288 289 290
/* Define this if you have the type long long. */
#undef HAVE_LONG_LONG

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

293 294 295
/* Define this if you have the makedev macro. */
#undef HAVE_MAKEDEV

296
/* Define to 1 if you have the `memmove' function. */
297 298
#undef HAVE_MEMMOVE

299 300 301 302
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

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

305 306 307
/* Define to 1 if you have the `mknod' function. */
#undef HAVE_MKNOD

308
/* Define to 1 if you have the `mktime' function. */
309 310
#undef HAVE_MKTIME

311
/* Define to 1 if you have the `mremap' function. */
312 313
#undef HAVE_MREMAP

314 315 316 317 318 319 320 321 322 323
/* 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. */
324
#undef HAVE_NICE
325

326
/* Define to 1 if you have the `openpty' function. */
327 328
#undef HAVE_OPENPTY

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

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

335
/* Define to 1 if you have the `plock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
336 337
#undef HAVE_PLOCK

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

341 342 343 344 345 346 347 348 349
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H

/* Define if your compiler supports function prototype */
#undef HAVE_PROTOTYPES

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

350 351 352
/* Defined for Solaris 2.6 bug in pthread header. */
#undef HAVE_PTHREAD_DESTRUCTOR

353 354 355 356
/* 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
357 358
#undef HAVE_PTHREAD_INIT

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

362 363 364 365
/* 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
366 367
#undef HAVE_PUTENV

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

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

Michael W. Hudson's avatar
Michael W. Hudson committed
374 375 376 377 378 379
/* 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

380 381 382
/* Define if you have readline 2.2 */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER

383 384 385 386 387 388 389
/* 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. */
390 391
#undef HAVE_SELECT

392
/* Define to 1 if you have the `setegid' function. */
393 394
#undef HAVE_SETEGID

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

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

401
/* Define if you have the 'setgroups' function. */
402 403
#undef HAVE_SETGROUPS

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

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

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

413
/* Define to 1 if you have the `setregid' function. */
414 415
#undef HAVE_SETREGID

416
/* Define to 1 if you have the `setreuid' function. */
417 418
#undef HAVE_SETREUID

419
/* Define to 1 if you have the `setsid' function. */
420 421
#undef HAVE_SETSID

422
/* Define to 1 if you have the `setuid' function. */
423 424
#undef HAVE_SETUID

425
/* Define to 1 if you have the `setvbuf' function. */
426 427
#undef HAVE_SETVBUF

428 429 430
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H

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

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

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

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

443 444 445 446 447 448
/* Define if sockaddr has sa_len member */
#undef HAVE_SOCKADDR_SA_LEN

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

449 450 451
/* Define if you have the 'socketpair' function. */
#undef HAVE_SOCKETPAIR

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

455 456 457
/* Define if you have struct stat.st_mtim.tv_nsec */
#undef HAVE_STAT_TV_NSEC

458 459 460
/* Define if you have struct stat.st_mtimensec */
#undef HAVE_STAT_TV_NSEC2

461 462 463 464 465 466 467
/* 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

468 469 470 471 472 473
/* 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

474
/* Define to 1 if you have the `strerror' function. */
475 476
#undef HAVE_STRERROR

477
/* Define to 1 if you have the `strftime' function. */
Guido van Rossum's avatar
Guido van Rossum committed
478 479
#undef HAVE_STRFTIME

480 481
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
482

483 484 485
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

486 487 488
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H

489 490 491
/* Define to 1 if `st_birthtime' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BIRTHTIME

492 493
/* Define to 1 if `st_blksize' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
494

495 496
/* Define to 1 if `st_blocks' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLOCKS
497

498 499 500
/* Define to 1 if `st_flags' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_FLAGS

501 502 503
/* Define to 1 if `st_gen' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_GEN

504 505
/* Define to 1 if `st_rdev' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_RDEV
506

507 508
/* Define to 1 if `tm_zone' is member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
509

510 511 512
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
#undef HAVE_ST_BLOCKS
513

514
/* Define if you have the 'symlink' function. */
515
#undef HAVE_SYMLINK
516

517 518
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
519

520 521 522
/* Define to 1 if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H

523 524
/* Define to 1 if you have the <sys/audioio.h> header file. */
#undef HAVE_SYS_AUDIOIO_H
525

526 527 528
/* Define to 1 if you have the <sys/bsdtty.h> header file. */
#undef HAVE_SYS_BSDTTY_H

529 530 531
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_DIR_H
532

533 534
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
535

536 537 538
/* Define to 1 if you have the <sys/loadavg.h> header file. */
#undef HAVE_SYS_LOADAVG_H

539 540
/* Define to 1 if you have the <sys/lock.h> header file. */
#undef HAVE_SYS_LOCK_H
541

542 543 544
/* Define to 1 if you have the <sys/mkdev.h> header file. */
#undef HAVE_SYS_MKDEV_H

545 546
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
547

548 549 550
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_NDIR_H
551

552 553
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
554

555 556
/* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
557

558 559
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
560

561 562
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
563

564 565
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
566

567 568
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
569

570 571
/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
572

573 574
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
575

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

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

582 583
/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
584

585 586
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
587

588 589
/* Define to 1 if you have the `tcgetpgrp' function. */
#undef HAVE_TCGETPGRP
590

591 592
/* Define to 1 if you have the `tcsetpgrp' function. */
#undef HAVE_TCSETPGRP
593

594 595
/* Define to 1 if you have the `tempnam' function. */
#undef HAVE_TEMPNAM
596

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

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

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

606 607
/* Define to 1 if you have the `timegm' function. */
#undef HAVE_TIMEGM
608

609 610
/* Define to 1 if you have the `times' function. */
#undef HAVE_TIMES
611

612 613
/* Define to 1 if you have the `tmpfile' function. */
#undef HAVE_TMPFILE
614

615 616
/* Define to 1 if you have the `tmpnam' function. */
#undef HAVE_TMPNAM
617

618 619
/* Define to 1 if you have the `tmpnam_r' function. */
#undef HAVE_TMPNAM_R
Guido van Rossum's avatar
Guido van Rossum committed
620

621 622 623
/* 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
624

625 626
/* Define to 1 if you have the `truncate' function. */
#undef HAVE_TRUNCATE
627

628 629 630
/* Define to 1 if you don't have `tm_zone' but do have the external array
   `tzname'. */
#undef HAVE_TZNAME
631

632 633 634
/* Define this if you have tcl and TCL_UTF_MAX==6 */
#undef HAVE_UCS4_TCL

635 636
/* Define this if you have the type uintptr_t. */
#undef HAVE_UINTPTR_T
637

638 639
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME
640

641 642
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
643

644 645
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
646

647
/* Define if you have a useable wchar_t type defined in wchar.h; useable means
648 649
   wchar_t must be an unsigned type with at least 16 bits. (see
   Include/unicodeobject.h). */
650
#undef HAVE_USABLE_WCHAR_T
651

652 653 654
/* Define to 1 if you have the `utimes' function. */
#undef HAVE_UTIMES

655 656
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
657

658 659
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
660

661 662
/* Define if the compiler provides a wchar.h header file. */
#undef HAVE_WCHAR_H
663

664 665 666
/* Define to 1 if you have the `wcscoll' function. */
#undef HAVE_WCSCOLL

667 668 669 670
/* Define if tzset() actually switches the local timezone in a meaningful way.
   */
#undef HAVE_WORKING_TZSET

671 672
/* Define to 1 if you have the `_getpty' function. */
#undef HAVE__GETPTY
673

674 675
/* Define if you are using Mach cthreads directly under /include */
#undef HURD_C_THREADS
676

677 678
/* Define if you are using Mach cthreads under mach / */
#undef MACH_C_THREADS
679

680 681 682 683 684 685 686 687
/* 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

688 689
/* Define if mvwdelch in curses.h is an expression. */
#undef MVWDELCH_IS_EXPRESSION
690

691 692
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
693

694 695
/* Define to the full name of this package. */
#undef PACKAGE_NAME
696

697 698
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
699

700 701
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
702

703 704
/* Define to the version of this package. */
#undef PACKAGE_VERSION
705

706 707
/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
708

709 710
/* Define as the integral type used for Unicode representation. */
#undef PY_UNICODE_TYPE
711 712 713 714

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

715 716 717
/* Defined if Python is built as a shared library. */
#undef Py_ENABLE_SHARED

Martin v. Löwis's avatar
Martin v. Löwis committed
718 719 720
/* Define as the size of the unicode type. */
#undef Py_UNICODE_SIZE

721 722
/* Define if you want to have a Unicode type. */
#undef Py_USING_UNICODE
723

724 725
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
726

727 728
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG
729

730 731
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
732

733 734
/* The size of a `double', as computed by sizeof. */
#undef SIZEOF_DOUBLE
735

736 737
/* The size of a `float', as computed by sizeof. */
#undef SIZEOF_FLOAT
738

739 740
/* The size of a `fpos_t', as computed by sizeof. */
#undef SIZEOF_FPOS_T
741

742 743
/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT
744

745 746
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
747

748 749
/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
750

751 752
/* The number of bytes in an off_t. */
#undef SIZEOF_OFF_T
753

754 755
/* The number of bytes in a pthread_t. */
#undef SIZEOF_PTHREAD_T
756

757 758
/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT
759

760 761
/* The number of bytes in a time_t. */
#undef SIZEOF_TIME_T
762

763 764
/* The size of a `uintptr_t', as computed by sizeof. */
#undef SIZEOF_UINTPTR_T
765

766 767
/* The size of a `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
768

769 770
/* The size of a `wchar_t', as computed by sizeof. */
#undef SIZEOF_WCHAR_T
771

772 773
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
774

775 776 777
/* 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
778

779 780
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
781

782 783
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
784

785 786
/* Define if you want to use MacPython modules on MacOSX in unix-Python. */
#undef USE_TOOLBOX_OBJECT_GLUE
787

788 789
/* Define if a va_list is an array of some kind */
#undef VA_LIST_IS_ARRAY
790

791 792
/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
#undef WANT_SIGFPE_HANDLER
793

794 795 796
/* 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
797

798 799
/* Define if WINDOW in curses.h offers a field _flags. */
#undef WINDOW_HAS_FLAGS
800

801 802 803
/* Define if you want documentation strings in extension modules */
#undef WITH_DOC_STRINGS

804 805 806 807
/* 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
808

809 810 811
/* Define to 1 if libintl is needed for locale functions. */
#undef WITH_LIBINTL

812 813 814
/* Define if you want to produce an OpenStep/Rhapsody framework (shared
   library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK
815

816 817
/* Define if you want to compile in Python-specific mallocs */
#undef WITH_PYMALLOC
818

819 820
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
821

822 823 824
/* Define to profile with the Pentium timestamp counter */
#undef WITH_TSC

825 826 827
/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
828

829 830 831 832 833 834
/* 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
835

836 837 838
/* Define on Irix to enable u_int */
#undef _BSD_TYPES

839 840
/* This must be set to 64 on some systems to enable large file support. */
#undef _FILE_OFFSET_BITS
841

842 843 844
/* Define on Linux to activate all library features */
#undef _GNU_SOURCE

845 846
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE
847

848 849 850
/* Define on NetBSD to activate all library features */
#undef _NETBSD_SOURCE

851 852 853
/* Define _OSF_SOURCE to get the makedev macro. */
#undef _OSF_SOURCE

854
/* Define to activate features from IEEE Stds 1003.1-2001 */
855 856
#undef _POSIX_C_SOURCE

857 858
/* Define if you have POSIX threads, and your system does not define that. */
#undef _POSIX_THREADS
859

860 861
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT
862

863 864
/* Define to the level of X/Open that your system supports */
#undef _XOPEN_SOURCE
865

866 867 868
/* Define to activate Unix95-and-earlier features */
#undef _XOPEN_SOURCE_EXTENDED

869 870 871
/* Define on FreeBSD to activate all library features */
#undef __BSD_VISIBLE

872 873 874 875
/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
#endif
876

877 878
/* Defined on Solaris to see additional function prototypes. */
#undef __EXTENSIONS__
879

880 881
/* Define to 'long' if <time.h> doesn't define. */
#undef clock_t
882

883 884
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
885

886 887
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
888

889 890
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
891

892 893
/* Define to `long' if <sys/types.h> does not define. */
#undef off_t
894

895 896
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
897

898 899
/* Define to empty if the keyword does not work. */
#undef signed
900

901 902
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
903

904
/* Define to `int' if <sys/socket.h> does not define. */
905
#undef socklen_t
906

907 908
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
909

910 911
/* Define to empty if the keyword does not work. */
#undef volatile
912 913


914 915 916 917 918
/* 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

919 920
#endif /*Py_PYCONFIG_H*/