pyconfig.h.in 32.5 KB
Newer Older
Martin v. Löwis's avatar
Martin v. Löwis committed
1
/* pyconfig.h.in.  Generated from configure.in by autoheader.  */
2

3 4 5 6 7

#ifndef Py_PYCONFIG_H
#define Py_PYCONFIG_H


Benjamin Peterson's avatar
Benjamin Peterson committed
8 9 10
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

Martin v. Löwis's avatar
Martin v. Löwis committed
11 12 13
/* 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
14

15 16 17
/* Define this if you have AtheOS threads. */
#undef ATHEOS_THREADS

Guido van Rossum's avatar
Guido van Rossum committed
18 19 20
/* Define if you have the Mach cthreads package */
#undef C_THREADS

21 22 23 24 25 26 27 28 29 30 31 32
/* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
   mixed-endian order (byte order 45670123) */
#undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754

/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
   significant byte first */
#undef DOUBLE_IS_BIG_ENDIAN_IEEE754

/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
   least significant byte first */
#undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754

33 34 35
/* Define if --enable-ipv6 is specified */
#undef ENABLE_IPV6

36
/* Define if flock needs to be linked with bsd library. */
37 38
#undef FLOCK_NEEDS_LIBBSD

Martin v. Löwis's avatar
Martin v. Löwis committed
39 40
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG
41

Martin v. Löwis's avatar
Martin v. Löwis committed
42 43 44
/* Define if gettimeofday() does not have second (timezone) argument This is
   the case on Motorola V4 (R40V4.2) */
#undef GETTIMEOFDAY_NO_TZ
45

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

Martin v. Löwis's avatar
Martin v. Löwis committed
49 50
/* struct addrinfo (netdb.h) */
#undef HAVE_ADDRINFO
Guido van Rossum's avatar
Guido van Rossum committed
51

Martin v. Löwis's avatar
Martin v. Löwis committed
52 53
/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM
54

Martin v. Löwis's avatar
Martin v. Löwis committed
55 56
/* Define this if your time.h defines altzone. */
#undef HAVE_ALTZONE
57

58 59 60
/* Define to 1 if you have the `asinh' function. */
#undef HAVE_ASINH

61 62 63
/* Define to 1 if you have the <asm/types.h> header file. */
#undef HAVE_ASM_TYPES_H

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

67 68 69
/* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */
#undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE

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

73 74 75
/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_BLUETOOTH_H

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

79 80 81 82
/* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
   chars that would be converted. */
#undef HAVE_BROKEN_MBSTOWCS

Martin v. Löwis's avatar
Martin v. Löwis committed
83 84
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
85

86 87 88
/* Define if poll() sets errno on invalid file descriptors. */
#undef HAVE_BROKEN_POLL

89 90 91
/* Define if the Posix semaphores do not work on your system */
#undef HAVE_BROKEN_POSIX_SEMAPHORES

92 93 94
/* Define if pthread_sigmask() does not work on your system. */
#undef HAVE_BROKEN_PTHREAD_SIGMASK

95 96 97
/* define to 1 if your sem_getvalue is broken. */
#undef HAVE_BROKEN_SEM_GETVALUE

98 99 100
/* Define this if you have the type _Bool. */
#undef HAVE_C99_BOOL

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

Martin v. Löwis's avatar
Martin v. Löwis committed
104
/* Define to 1 if you have the `chown' function. */
105 106
#undef HAVE_CHOWN

107
/* Define if you have the 'chroot' function. */
108 109
#undef HAVE_CHROOT

Martin v. Löwis's avatar
Martin v. Löwis committed
110
/* Define to 1 if you have the `clock' function. */
111 112
#undef HAVE_CLOCK

Martin v. Löwis's avatar
Martin v. Löwis committed
113
/* Define to 1 if you have the `confstr' function. */
114 115
#undef HAVE_CONFSTR

116 117 118
/* Define to 1 if you have the <conio.h> header file. */
#undef HAVE_CONIO_H

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

Martin v. Löwis's avatar
Martin v. Löwis committed
122
/* Define to 1 if you have the `ctermid' function. */
123 124
#undef HAVE_CTERMID

125
/* Define if you have the 'ctermid_r' function. */
126 127
#undef HAVE_CTERMID_R

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

131 132 133 134 135 136 137 138 139
/* 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

140 141 142 143 144 145 146 147 148 149 150 151
/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
   don't. */
#undef HAVE_DECL_ISFINITE

/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
   */
#undef HAVE_DECL_ISINF

/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
   */
#undef HAVE_DECL_ISNAN

152 153 154 155
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
   */
#undef HAVE_DECL_TZNAME

156 157 158
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS

159 160 161
/* Define if we have /dev/ptc. */
#undef HAVE_DEV_PTC

162 163 164
/* Define if we have /dev/ptmx. */
#undef HAVE_DEV_PTMX

165 166 167
/* Define to 1 if you have the <direct.h> header file. */
#undef HAVE_DIRECT_H

Martin v. Löwis's avatar
Martin v. Löwis committed
168 169 170 171 172 173 174 175
/* 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. */
176 177
#undef HAVE_DLOPEN

Martin v. Löwis's avatar
Martin v. Löwis committed
178
/* Define to 1 if you have the `dup2' function. */
179 180
#undef HAVE_DUP2

Martin v. Löwis's avatar
Martin v. Löwis committed
181 182 183
/* Defined when any dynamic module loading is enabled. */
#undef HAVE_DYNAMIC_LOADING

Christian Heimes's avatar
Christian Heimes committed
184 185 186
/* Define if you have the 'epoll' functions. */
#undef HAVE_EPOLL

187 188 189
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

Martin v. Löwis's avatar
Martin v. Löwis committed
190
/* Define to 1 if you have the `execv' function. */
191 192
#undef HAVE_EXECV

193 194 195
/* Define to 1 if you have the `expm1' function. */
#undef HAVE_EXPM1

196
/* Define if you have the 'fchdir' function. */
Fred Drake's avatar
Fred Drake committed
197 198
#undef HAVE_FCHDIR

199 200 201 202 203 204
/* Define to 1 if you have the `fchmod' function. */
#undef HAVE_FCHMOD

/* Define to 1 if you have the `fchown' function. */
#undef HAVE_FCHOWN

Martin v. Löwis's avatar
Martin v. Löwis committed
205 206 207
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

208
/* Define if you have the 'fdatasync' function. */
209 210
#undef HAVE_FDATASYNC

211 212 213
/* Define to 1 if you have the `finite' function. */
#undef HAVE_FINITE

214
/* Define to 1 if you have the `flock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
215 216
#undef HAVE_FLOCK

Martin v. Löwis's avatar
Martin v. Löwis committed
217
/* Define to 1 if you have the `fork' function. */
218 219
#undef HAVE_FORK

Martin v. Löwis's avatar
Martin v. Löwis committed
220
/* Define to 1 if you have the `forkpty' function. */
221 222
#undef HAVE_FORKPTY

Martin v. Löwis's avatar
Martin v. Löwis committed
223
/* Define to 1 if you have the `fpathconf' function. */
224 225
#undef HAVE_FPATHCONF

Martin v. Löwis's avatar
Martin v. Löwis committed
226
/* Define to 1 if you have the `fseek64' function. */
227 228
#undef HAVE_FSEEK64

Martin v. Löwis's avatar
Martin v. Löwis committed
229
/* Define to 1 if you have the `fseeko' function. */
230 231
#undef HAVE_FSEEKO

Martin v. Löwis's avatar
Martin v. Löwis committed
232
/* Define to 1 if you have the `fstatvfs' function. */
233 234
#undef HAVE_FSTATVFS

235 236 237
/* Define if you have the 'fsync' function. */
#undef HAVE_FSYNC

Martin v. Löwis's avatar
Martin v. Löwis committed
238
/* Define to 1 if you have the `ftell64' function. */
239 240
#undef HAVE_FTELL64

Martin v. Löwis's avatar
Martin v. Löwis committed
241
/* Define to 1 if you have the `ftello' function. */
242 243
#undef HAVE_FTELLO

Martin v. Löwis's avatar
Martin v. Löwis committed
244
/* Define to 1 if you have the `ftime' function. */
245 246
#undef HAVE_FTIME

Martin v. Löwis's avatar
Martin v. Löwis committed
247
/* Define to 1 if you have the `ftruncate' function. */
248 249
#undef HAVE_FTRUNCATE

Martin v. Löwis's avatar
Martin v. Löwis committed
250
/* Define to 1 if you have the `gai_strerror' function. */
251 252
#undef HAVE_GAI_STRERROR

253 254 255 256
/* Define if we can use gcc inline assembler to get and set x87 control word
   */
#undef HAVE_GCC_ASM_FOR_X87

Martin v. Löwis's avatar
Martin v. Löwis committed
257 258 259 260
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO

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

Martin v. Löwis's avatar
Martin v. Löwis committed
263 264 265 266
/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
#undef HAVE_GETC_UNLOCKED

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

Martin v. Löwis's avatar
Martin v. Löwis committed
269
/* Define to 1 if you have the `gethostbyname' function. */
270 271
#undef HAVE_GETHOSTBYNAME

Martin v. Löwis's avatar
Martin v. Löwis committed
272 273 274 275 276 277 278 279 280 281 282 283
/* 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

284 285 286
/* Define to 1 if you have the `getitimer' function. */
#undef HAVE_GETITIMER

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

Martin v. Löwis's avatar
Martin v. Löwis committed
290
/* Define to 1 if you have the `getlogin' function. */
291 292
#undef HAVE_GETLOGIN

Martin v. Löwis's avatar
Martin v. Löwis committed
293
/* Define to 1 if you have the `getnameinfo' function. */
294 295
#undef HAVE_GETNAMEINFO

296 297 298
/* Define if you have the 'getpagesize' function. */
#undef HAVE_GETPAGESIZE

Martin v. Löwis's avatar
Martin v. Löwis committed
299
/* Define to 1 if you have the `getpeername' function. */
300
#undef HAVE_GETPEERNAME
301

302 303 304
/* Define to 1 if you have the `getpgid' function. */
#undef HAVE_GETPGID

Martin v. Löwis's avatar
Martin v. Löwis committed
305
/* Define to 1 if you have the `getpgrp' function. */
306 307
#undef HAVE_GETPGRP

Martin v. Löwis's avatar
Martin v. Löwis committed
308
/* Define to 1 if you have the `getpid' function. */
309 310
#undef HAVE_GETPID

Martin v. Löwis's avatar
Martin v. Löwis committed
311
/* Define to 1 if you have the `getpriority' function. */
312
#undef HAVE_GETPRIORITY
313

Martin v. Löwis's avatar
Martin v. Löwis committed
314
/* Define to 1 if you have the `getpwent' function. */
315 316
#undef HAVE_GETPWENT

317 318 319
/* Define to 1 if you have the `getsid' function. */
#undef HAVE_GETSID

320 321 322 323 324 325
/* Define to 1 if you have the `getspent' function. */
#undef HAVE_GETSPENT

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

Martin v. Löwis's avatar
Martin v. Löwis committed
326
/* Define to 1 if you have the `gettimeofday' function. */
327 328
#undef HAVE_GETTIMEOFDAY

Martin v. Löwis's avatar
Martin v. Löwis committed
329
/* Define to 1 if you have the `getwd' function. */
330 331
#undef HAVE_GETWD

Martin v. Löwis's avatar
Martin v. Löwis committed
332 333 334
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H

335
/* Define if you have the 'hstrerror' function. */
336 337
#undef HAVE_HSTRERROR

Martin v. Löwis's avatar
Martin v. Löwis committed
338
/* Define to 1 if you have the `hypot' function. */
339 340
#undef HAVE_HYPOT

341 342 343
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H

344
/* Define if you have the 'inet_aton' function. */
345 346
#undef HAVE_INET_ATON

347
/* Define if you have the 'inet_pton' function. */
348 349
#undef HAVE_INET_PTON

Martin v. Löwis's avatar
Martin v. Löwis committed
350 351 352
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

353 354 355
/* Define to 1 if you have the <io.h> header file. */
#undef HAVE_IO_H

Martin v. Löwis's avatar
Martin v. Löwis committed
356
/* Define to 1 if you have the `kill' function. */
357 358
#undef HAVE_KILL

Martin v. Löwis's avatar
Martin v. Löwis committed
359
/* Define to 1 if you have the `killpg' function. */
360 361
#undef HAVE_KILLPG

Christian Heimes's avatar
Christian Heimes committed
362 363 364
/* Define if you have the 'kqueue' functions. */
#undef HAVE_KQUEUE

Martin v. Löwis's avatar
Martin v. Löwis committed
365 366 367 368 369 370 371 372 373
/* 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

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

377 378 379
/* Define to 1 if you have the `lchmod' function. */
#undef HAVE_LCHMOD

380 381 382
/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN

Martin v. Löwis's avatar
Martin v. Löwis committed
383 384 385 386 387 388 389 390 391 392 393 394
/* 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

395
/* Define if you have the readline library (-lreadline). */
396 397
#undef HAVE_LIBREADLINE

398 399 400
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV

Martin v. Löwis's avatar
Martin v. Löwis committed
401 402 403
/* Define to 1 if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H

404
/* Define if you have the 'link' function. */
405 406
#undef HAVE_LINK

407 408 409
/* Define to 1 if you have the <linux/netlink.h> header file. */
#undef HAVE_LINUX_NETLINK_H

410 411 412
/* Define to 1 if you have the <linux/tipc.h> header file. */
#undef HAVE_LINUX_TIPC_H

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

416 417 418
/* Define this if you have the type long double. */
#undef HAVE_LONG_DOUBLE

Martin v. Löwis's avatar
Martin v. Löwis committed
419 420 421 422
/* Define this if you have the type long long. */
#undef HAVE_LONG_LONG

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

425 426 427
/* Define this if you have the makedev macro. */
#undef HAVE_MAKEDEV

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

Martin v. Löwis's avatar
Martin v. Löwis committed
431
/* Define to 1 if you have the `memmove' function. */
432 433
#undef HAVE_MEMMOVE

Martin v. Löwis's avatar
Martin v. Löwis committed
434 435 436 437
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

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

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

Martin v. Löwis's avatar
Martin v. Löwis committed
443
/* Define to 1 if you have the `mktime' function. */
444 445
#undef HAVE_MKTIME

Martin v. Löwis's avatar
Martin v. Löwis committed
446
/* Define to 1 if you have the `mremap' function. */
447 448
#undef HAVE_MREMAP

Martin v. Löwis's avatar
Martin v. Löwis committed
449 450 451 452 453 454 455 456 457 458
/* 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. */
459
#undef HAVE_NICE
460

Martin v. Löwis's avatar
Martin v. Löwis committed
461
/* Define to 1 if you have the `openpty' function. */
462 463
#undef HAVE_OPENPTY

464 465 466
/* Define if compiling using MacOS X 10.5 SDK or later. */
#undef HAVE_OSX105_SDK

Martin v. Löwis's avatar
Martin v. Löwis committed
467
/* Define to 1 if you have the `pathconf' function. */
468 469
#undef HAVE_PATHCONF

Martin v. Löwis's avatar
Martin v. Löwis committed
470
/* Define to 1 if you have the `pause' function. */
471 472
#undef HAVE_PAUSE

Martin v. Löwis's avatar
Martin v. Löwis committed
473
/* Define to 1 if you have the `plock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
474 475
#undef HAVE_PLOCK

Martin v. Löwis's avatar
Martin v. Löwis committed
476
/* Define to 1 if you have the `poll' function. */
477 478
#undef HAVE_POLL

Martin v. Löwis's avatar
Martin v. Löwis committed
479 480 481
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H

482 483 484
/* Define to 1 if you have the <process.h> header file. */
#undef HAVE_PROCESS_H

Martin v. Löwis's avatar
Martin v. Löwis committed
485 486 487 488 489 490
/* Define if your compiler supports function prototype */
#undef HAVE_PROTOTYPES

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

491 492 493
/* Defined for Solaris 2.6 bug in pthread header. */
#undef HAVE_PTHREAD_DESTRUCTOR

Martin v. Löwis's avatar
Martin v. Löwis committed
494 495 496 497
/* 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
498 499
#undef HAVE_PTHREAD_INIT

Martin v. Löwis's avatar
Martin v. Löwis committed
500
/* Define to 1 if you have the `pthread_sigmask' function. */
501 502
#undef HAVE_PTHREAD_SIGMASK

Martin v. Löwis's avatar
Martin v. Löwis committed
503 504 505 506
/* 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
507 508
#undef HAVE_PUTENV

Martin v. Löwis's avatar
Martin v. Löwis committed
509
/* Define to 1 if you have the `readlink' function. */
510 511
#undef HAVE_READLINK

512 513 514
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH

Michael W. Hudson's avatar
Michael W. Hudson committed
515 516 517 518 519 520
/* 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

521 522 523
/* Define if you have readline 2.2 */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER

524 525 526
/* Define if you have readline 4.0 */
#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK

Martin v. Löwis's avatar
Martin v. Löwis committed
527 528 529
/* Define if you have readline 4.2 */
#undef HAVE_RL_COMPLETION_MATCHES

530 531 532
/* Define if you have rl_completion_suppress_append */
#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND

Martin v. Löwis's avatar
Martin v. Löwis committed
533 534 535
/* Define if you have readline 4.0 */
#undef HAVE_RL_PRE_INPUT_HOOK

536 537 538
/* Define to 1 if you have the `round' function. */
#undef HAVE_ROUND

Martin v. Löwis's avatar
Martin v. Löwis committed
539
/* Define to 1 if you have the `select' function. */
540 541
#undef HAVE_SELECT

542 543 544 545 546 547 548 549 550 551 552 553
/* Define to 1 if you have the `sem_getvalue' function. */
#undef HAVE_SEM_GETVALUE

/* Define to 1 if you have the `sem_open' function. */
#undef HAVE_SEM_OPEN

/* Define to 1 if you have the `sem_timedwait' function. */
#undef HAVE_SEM_TIMEDWAIT

/* Define to 1 if you have the `sem_unlink' function. */
#undef HAVE_SEM_UNLINK

Martin v. Löwis's avatar
Martin v. Löwis committed
554
/* Define to 1 if you have the `setegid' function. */
555 556
#undef HAVE_SETEGID

Martin v. Löwis's avatar
Martin v. Löwis committed
557
/* Define to 1 if you have the `seteuid' function. */
558 559
#undef HAVE_SETEUID

Martin v. Löwis's avatar
Martin v. Löwis committed
560
/* Define to 1 if you have the `setgid' function. */
561 562
#undef HAVE_SETGID

563
/* Define if you have the 'setgroups' function. */
564 565
#undef HAVE_SETGROUPS

566 567 568
/* Define to 1 if you have the `setitimer' function. */
#undef HAVE_SETITIMER

Martin v. Löwis's avatar
Martin v. Löwis committed
569
/* Define to 1 if you have the `setlocale' function. */
570 571
#undef HAVE_SETLOCALE

Martin v. Löwis's avatar
Martin v. Löwis committed
572
/* Define to 1 if you have the `setpgid' function. */
573 574
#undef HAVE_SETPGID

575 576 577
/* Define to 1 if you have the `setpgrp' function. */
#undef HAVE_SETPGRP

Martin v. Löwis's avatar
Martin v. Löwis committed
578
/* Define to 1 if you have the `setregid' function. */
579 580
#undef HAVE_SETREGID

Martin v. Löwis's avatar
Martin v. Löwis committed
581
/* Define to 1 if you have the `setreuid' function. */
582 583
#undef HAVE_SETREUID

Martin v. Löwis's avatar
Martin v. Löwis committed
584
/* Define to 1 if you have the `setsid' function. */
585 586
#undef HAVE_SETSID

Martin v. Löwis's avatar
Martin v. Löwis committed
587
/* Define to 1 if you have the `setuid' function. */
588 589
#undef HAVE_SETUID

Martin v. Löwis's avatar
Martin v. Löwis committed
590
/* Define to 1 if you have the `setvbuf' function. */
591 592
#undef HAVE_SETVBUF

593 594 595
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H

Martin v. Löwis's avatar
Martin v. Löwis committed
596
/* Define to 1 if you have the `sigaction' function. */
597 598
#undef HAVE_SIGACTION

Martin v. Löwis's avatar
Martin v. Löwis committed
599
/* Define to 1 if you have the `siginterrupt' function. */
600 601
#undef HAVE_SIGINTERRUPT

602 603 604
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H

Martin v. Löwis's avatar
Martin v. Löwis committed
605
/* Define to 1 if you have the `sigrelse' function. */
606 607
#undef HAVE_SIGRELSE

Martin v. Löwis's avatar
Martin v. Löwis committed
608
/* Define to 1 if you have the `snprintf' function. */
609 610
#undef HAVE_SNPRINTF

Martin v. Löwis's avatar
Martin v. Löwis committed
611 612 613 614 615 616
/* Define if sockaddr has sa_len member */
#undef HAVE_SOCKADDR_SA_LEN

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

617 618 619
/* Define if you have the 'socketpair' function. */
#undef HAVE_SOCKETPAIR

Martin v. Löwis's avatar
Martin v. Löwis committed
620 621 622
/* Define if your compiler provides ssize_t */
#undef HAVE_SSIZE_T

Martin v. Löwis's avatar
Martin v. Löwis committed
623
/* Define to 1 if you have the `statvfs' function. */
624 625
#undef HAVE_STATVFS

626 627 628
/* Define if you have struct stat.st_mtim.tv_nsec */
#undef HAVE_STAT_TV_NSEC

629 630 631
/* Define if you have struct stat.st_mtimensec */
#undef HAVE_STAT_TV_NSEC2

Martin v. Löwis's avatar
Martin v. Löwis committed
632 633 634 635 636 637 638
/* 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

639 640 641 642 643 644
/* 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

Martin v. Löwis's avatar
Martin v. Löwis committed
645
/* Define to 1 if you have the `strftime' function. */
Guido van Rossum's avatar
Guido van Rossum committed
646 647
#undef HAVE_STRFTIME

Martin v. Löwis's avatar
Martin v. Löwis committed
648 649
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
650

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

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

657 658 659
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H

Benjamin Peterson's avatar
Benjamin Peterson committed
660
/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
661 662
#undef HAVE_STRUCT_STAT_ST_BIRTHTIME

Benjamin Peterson's avatar
Benjamin Peterson committed
663
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
Martin v. Löwis's avatar
Martin v. Löwis committed
664
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
665

Benjamin Peterson's avatar
Benjamin Peterson committed
666
/* Define to 1 if `st_blocks' is a member of `struct stat'. */
Martin v. Löwis's avatar
Martin v. Löwis committed
667
#undef HAVE_STRUCT_STAT_ST_BLOCKS
668

Benjamin Peterson's avatar
Benjamin Peterson committed
669
/* Define to 1 if `st_flags' is a member of `struct stat'. */
670 671
#undef HAVE_STRUCT_STAT_ST_FLAGS

Benjamin Peterson's avatar
Benjamin Peterson committed
672
/* Define to 1 if `st_gen' is a member of `struct stat'. */
673 674
#undef HAVE_STRUCT_STAT_ST_GEN

Benjamin Peterson's avatar
Benjamin Peterson committed
675
/* Define to 1 if `st_rdev' is a member of `struct stat'. */
Martin v. Löwis's avatar
Martin v. Löwis committed
676
#undef HAVE_STRUCT_STAT_ST_RDEV
677

Benjamin Peterson's avatar
Benjamin Peterson committed
678
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
Martin v. Löwis's avatar
Martin v. Löwis committed
679
#undef HAVE_STRUCT_TM_TM_ZONE
680

Martin v. Löwis's avatar
Martin v. Löwis committed
681 682 683
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
#undef HAVE_ST_BLOCKS
684

685
/* Define if you have the 'symlink' function. */
Martin v. Löwis's avatar
Martin v. Löwis committed
686
#undef HAVE_SYMLINK
687

Martin v. Löwis's avatar
Martin v. Löwis committed
688 689
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
690

691 692 693
/* Define to 1 if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H

Martin v. Löwis's avatar
Martin v. Löwis committed
694 695
/* Define to 1 if you have the <sys/audioio.h> header file. */
#undef HAVE_SYS_AUDIOIO_H
696

697 698 699
/* Define to 1 if you have the <sys/bsdtty.h> header file. */
#undef HAVE_SYS_BSDTTY_H

Martin v. Löwis's avatar
Martin v. Löwis committed
700 701 702
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_DIR_H
703

Christian Heimes's avatar
Christian Heimes committed
704 705 706 707 708 709
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H

/* Define to 1 if you have the <sys/event.h> header file. */
#undef HAVE_SYS_EVENT_H

Martin v. Löwis's avatar
Martin v. Löwis committed
710 711
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
712

713 714 715
/* Define to 1 if you have the <sys/loadavg.h> header file. */
#undef HAVE_SYS_LOADAVG_H

Martin v. Löwis's avatar
Martin v. Löwis committed
716 717
/* Define to 1 if you have the <sys/lock.h> header file. */
#undef HAVE_SYS_LOCK_H
718

719 720 721
/* Define to 1 if you have the <sys/mkdev.h> header file. */
#undef HAVE_SYS_MKDEV_H

Martin v. Löwis's avatar
Martin v. Löwis committed
722 723
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
724

Martin v. Löwis's avatar
Martin v. Löwis committed
725 726 727
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_NDIR_H
728

Martin v. Löwis's avatar
Martin v. Löwis committed
729 730
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
731

Martin v. Löwis's avatar
Martin v. Löwis committed
732 733
/* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
734

Martin v. Löwis's avatar
Martin v. Löwis committed
735 736
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
737

Martin v. Löwis's avatar
Martin v. Löwis committed
738 739
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
740

Martin v. Löwis's avatar
Martin v. Löwis committed
741 742
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
743

744 745 746
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#undef HAVE_SYS_STATVFS_H

Martin v. Löwis's avatar
Martin v. Löwis committed
747 748
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
749

Georg Brandl's avatar
Georg Brandl committed
750 751 752
/* Define to 1 if you have the <sys/termio.h> header file. */
#undef HAVE_SYS_TERMIO_H

Martin v. Löwis's avatar
Martin v. Löwis committed
753 754
/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
755

Martin v. Löwis's avatar
Martin v. Löwis committed
756 757
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
758

Martin v. Löwis's avatar
Martin v. Löwis committed
759 760
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
761

Martin v. Löwis's avatar
Martin v. Löwis committed
762 763
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
764

Martin v. Löwis's avatar
Martin v. Löwis committed
765 766
/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
767

Martin v. Löwis's avatar
Martin v. Löwis committed
768 769
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
770

Martin v. Löwis's avatar
Martin v. Löwis committed
771 772
/* Define to 1 if you have the `tcgetpgrp' function. */
#undef HAVE_TCGETPGRP
773

Martin v. Löwis's avatar
Martin v. Löwis committed
774 775
/* Define to 1 if you have the `tcsetpgrp' function. */
#undef HAVE_TCSETPGRP
776

Martin v. Löwis's avatar
Martin v. Löwis committed
777 778
/* Define to 1 if you have the `tempnam' function. */
#undef HAVE_TEMPNAM
779

Martin v. Löwis's avatar
Martin v. Löwis committed
780 781
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
782

Martin v. Löwis's avatar
Martin v. Löwis committed
783 784
/* Define to 1 if you have the <term.h> header file. */
#undef HAVE_TERM_H
785

Martin v. Löwis's avatar
Martin v. Löwis committed
786 787
/* Define to 1 if you have the <thread.h> header file. */
#undef HAVE_THREAD_H
788

Martin v. Löwis's avatar
Martin v. Löwis committed
789 790
/* Define to 1 if you have the `timegm' function. */
#undef HAVE_TIMEGM
791

Martin v. Löwis's avatar
Martin v. Löwis committed
792 793
/* Define to 1 if you have the `times' function. */
#undef HAVE_TIMES
794

Martin v. Löwis's avatar
Martin v. Löwis committed
795 796
/* Define to 1 if you have the `tmpfile' function. */
#undef HAVE_TMPFILE
797

Martin v. Löwis's avatar
Martin v. Löwis committed
798 799
/* Define to 1 if you have the `tmpnam' function. */
#undef HAVE_TMPNAM
800

Martin v. Löwis's avatar
Martin v. Löwis committed
801 802
/* Define to 1 if you have the `tmpnam_r' function. */
#undef HAVE_TMPNAM_R
Guido van Rossum's avatar
Guido van Rossum committed
803

Martin v. Löwis's avatar
Martin v. Löwis committed
804 805 806
/* 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
807

Martin v. Löwis's avatar
Martin v. Löwis committed
808 809
/* Define to 1 if you have the `truncate' function. */
#undef HAVE_TRUNCATE
810

Martin v. Löwis's avatar
Martin v. Löwis committed
811 812 813
/* Define to 1 if you don't have `tm_zone' but do have the external array
   `tzname'. */
#undef HAVE_TZNAME
814

815 816 817
/* Define this if you have tcl and TCL_UTF_MAX==6 */
#undef HAVE_UCS4_TCL

818
/* Define to 1 if the system has the type `uintptr_t'. */
Martin v. Löwis's avatar
Martin v. Löwis committed
819
#undef HAVE_UINTPTR_T
820

Martin v. Löwis's avatar
Martin v. Löwis committed
821 822
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME
823

Martin v. Löwis's avatar
Martin v. Löwis committed
824 825
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
826

Martin v. Löwis's avatar
Martin v. Löwis committed
827 828
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
829

Martin v. Löwis's avatar
Martin v. Löwis committed
830
/* Define if you have a useable wchar_t type defined in wchar.h; useable means
831 832
   wchar_t must be an unsigned type with at least 16 bits. (see
   Include/unicodeobject.h). */
Martin v. Löwis's avatar
Martin v. Löwis committed
833
#undef HAVE_USABLE_WCHAR_T
834

835 836 837
/* Define to 1 if you have the `utimes' function. */
#undef HAVE_UTIMES

Martin v. Löwis's avatar
Martin v. Löwis committed
838 839
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
840

841 842 843 844 845 846
/* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3

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

Martin v. Löwis's avatar
Martin v. Löwis committed
847 848
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
849

Martin v. Löwis's avatar
Martin v. Löwis committed
850 851
/* Define if the compiler provides a wchar.h header file. */
#undef HAVE_WCHAR_H
852

853 854 855
/* Define to 1 if you have the `wcscoll' function. */
#undef HAVE_WCSCOLL

856 857 858
/* Define to 1 if you have the `wcsftime' function. */
#undef HAVE_WCSFTIME

859 860 861
/* Define to 1 if you have the `wcsxfrm' function. */
#undef HAVE_WCSXFRM

862 863 864 865
/* Define if tzset() actually switches the local timezone in a meaningful way.
   */
#undef HAVE_WORKING_TZSET

866 867 868
/* Define if the zlib library has inflateCopy */
#undef HAVE_ZLIB_COPY

Martin v. Löwis's avatar
Martin v. Löwis committed
869 870
/* Define to 1 if you have the `_getpty' function. */
#undef HAVE__GETPTY
871

Martin v. Löwis's avatar
Martin v. Löwis committed
872 873
/* Define if you are using Mach cthreads directly under /include */
#undef HURD_C_THREADS
874

Martin v. Löwis's avatar
Martin v. Löwis committed
875 876
/* Define if you are using Mach cthreads under mach / */
#undef MACH_C_THREADS
877

878 879 880 881 882 883 884 885
/* 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

Martin v. Löwis's avatar
Martin v. Löwis committed
886 887
/* Define if mvwdelch in curses.h is an expression. */
#undef MVWDELCH_IS_EXPRESSION
888

Martin v. Löwis's avatar
Martin v. Löwis committed
889 890
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
891

Martin v. Löwis's avatar
Martin v. Löwis committed
892 893
/* Define to the full name of this package. */
#undef PACKAGE_NAME
894

Martin v. Löwis's avatar
Martin v. Löwis committed
895 896
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
897

Martin v. Löwis's avatar
Martin v. Löwis committed
898 899
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
900

Benjamin Peterson's avatar
Benjamin Peterson committed
901 902 903
/* Define to the home page for this package. */
#undef PACKAGE_URL

Martin v. Löwis's avatar
Martin v. Löwis committed
904 905
/* Define to the version of this package. */
#undef PACKAGE_VERSION
906

907 908 909
/* Define if POSIX semaphores aren't enabled on your system */
#undef POSIX_SEMAPHORES_NOT_ENABLED

Martin v. Löwis's avatar
Martin v. Löwis committed
910 911
/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
912

913 914 915
/* Define as the preferred size in bits of long digits */
#undef PYLONG_BITS_IN_DIGIT

916 917 918
/* Define to printf format modifier for Py_ssize_t */
#undef PY_FORMAT_SIZE_T

Martin v. Löwis's avatar
Martin v. Löwis committed
919 920
/* Define as the integral type used for Unicode representation. */
#undef PY_UNICODE_TYPE
921 922 923 924

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

925 926 927
/* Defined if Python is built as a shared library. */
#undef Py_ENABLE_SHARED

Martin v. Löwis's avatar
Martin v. Löwis committed
928 929 930
/* Define as the size of the unicode type. */
#undef Py_UNICODE_SIZE

Martin v. Löwis's avatar
Martin v. Löwis committed
931 932
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
933

Martin v. Löwis's avatar
Martin v. Löwis committed
934 935
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG
936

937 938 939
/* Define this to be extension of shared libraries (including the dot!). */
#undef SHLIB_EXT

Martin v. Löwis's avatar
Martin v. Löwis committed
940 941
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
942

943
/* The size of `double', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
944
#undef SIZEOF_DOUBLE
945

946
/* The size of `float', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
947
#undef SIZEOF_FLOAT
948

949
/* The size of `fpos_t', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
950
#undef SIZEOF_FPOS_T
951

952
/* The size of `int', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
953
#undef SIZEOF_INT
954

955
/* The size of `long', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
956
#undef SIZEOF_LONG
957

958 959 960
/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE

961
/* The size of `long long', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
962
#undef SIZEOF_LONG_LONG
963

Martin v. Löwis's avatar
Martin v. Löwis committed
964 965
/* The number of bytes in an off_t. */
#undef SIZEOF_OFF_T
966

967 968 969
/* The size of `pid_t', as computed by sizeof. */
#undef SIZEOF_PID_T

Martin v. Löwis's avatar
Martin v. Löwis committed
970 971
/* The number of bytes in a pthread_t. */
#undef SIZEOF_PTHREAD_T
972

973
/* The size of `short', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
974
#undef SIZEOF_SHORT
975

976
/* The size of `size_t', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
977 978
#undef SIZEOF_SIZE_T

Martin v. Löwis's avatar
Martin v. Löwis committed
979 980
/* The number of bytes in a time_t. */
#undef SIZEOF_TIME_T
981

982
/* The size of `uintptr_t', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
983
#undef SIZEOF_UINTPTR_T
984

985
/* The size of `void *', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
986
#undef SIZEOF_VOID_P
987

988
/* The size of `wchar_t', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
989
#undef SIZEOF_WCHAR_T
990

991
/* The size of `_Bool', as computed by sizeof. */
992 993
#undef SIZEOF__BOOL

Martin v. Löwis's avatar
Martin v. Löwis committed
994 995
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
996

Martin v. Löwis's avatar
Martin v. Löwis committed
997 998 999
/* 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
1000

Christian Heimes's avatar
Christian Heimes committed
1001 1002 1003
/* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */
#undef TANH_PRESERVES_ZERO_SIGN

Martin v. Löwis's avatar
Martin v. Löwis committed
1004 1005
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
1006

Martin v. Löwis's avatar
Martin v. Löwis committed
1007 1008
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
1009

1010 1011 1012
/* Define if you want to use computed gotos in ceval.c. */
#undef USE_COMPUTED_GOTOS

Benjamin Peterson's avatar
Benjamin Peterson committed
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034
/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif


Martin v. Löwis's avatar
Martin v. Löwis committed
1035 1036
/* Define if a va_list is an array of some kind */
#undef VA_LIST_IS_ARRAY
1037

Martin v. Löwis's avatar
Martin v. Löwis committed
1038 1039
/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
#undef WANT_SIGFPE_HANDLER
1040

Martin v. Löwis's avatar
Martin v. Löwis committed
1041 1042 1043
/* 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
1044

Martin v. Löwis's avatar
Martin v. Löwis committed
1045 1046
/* Define if WINDOW in curses.h offers a field _flags. */
#undef WINDOW_HAS_FLAGS
1047

1048 1049 1050
/* Define if you want documentation strings in extension modules */
#undef WITH_DOC_STRINGS

Martin v. Löwis's avatar
Martin v. Löwis committed
1051 1052 1053 1054
/* 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
1055

1056 1057 1058
/* Define to 1 if libintl is needed for locale functions. */
#undef WITH_LIBINTL

Martin v. Löwis's avatar
Martin v. Löwis committed
1059 1060 1061
/* Define if you want to produce an OpenStep/Rhapsody framework (shared
   library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK
1062

Martin v. Löwis's avatar
Martin v. Löwis committed
1063 1064
/* Define if you want to compile in Python-specific mallocs */
#undef WITH_PYMALLOC
1065

Martin v. Löwis's avatar
Martin v. Löwis committed
1066 1067
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
1068

1069 1070 1071
/* Define to profile with the Pentium timestamp counter */
#undef WITH_TSC

Benjamin Peterson's avatar
Benjamin Peterson committed
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif
1083

1084 1085 1086
/* Define if arithmetic is subject to x87-style double rounding issue */
#undef X87_DOUBLE_ROUNDING

1087 1088 1089
/* Define on OpenBSD to activate all library features */
#undef _BSD_SOURCE

1090 1091 1092
/* Define on Irix to enable u_int */
#undef _BSD_TYPES

1093 1094 1095
/* Define on Darwin to activate all library features */
#undef _DARWIN_C_SOURCE

Martin v. Löwis's avatar
Martin v. Löwis committed
1096 1097
/* This must be set to 64 on some systems to enable large file support. */
#undef _FILE_OFFSET_BITS
1098

1099 1100 1101
/* Define on Linux to activate all library features */
#undef _GNU_SOURCE

Martin v. Löwis's avatar
Martin v. Löwis committed
1102 1103
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE
1104

Benjamin Peterson's avatar
Benjamin Peterson committed
1105 1106 1107
/* Define to 1 if on MINIX. */
#undef _MINIX

1108 1109 1110
/* Define on NetBSD to activate all library features */
#undef _NETBSD_SOURCE

1111 1112 1113
/* Define _OSF_SOURCE to get the makedev macro. */
#undef _OSF_SOURCE

Benjamin Peterson's avatar
Benjamin Peterson committed
1114 1115 1116 1117
/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE

1118
/* Define to activate features from IEEE Stds 1003.1-2001 */
1119 1120
#undef _POSIX_C_SOURCE

Benjamin Peterson's avatar
Benjamin Peterson committed
1121 1122 1123
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE

Martin v. Löwis's avatar
Martin v. Löwis committed
1124 1125
/* Define if you have POSIX threads, and your system does not define that. */
#undef _POSIX_THREADS
1126

Martin v. Löwis's avatar
Martin v. Löwis committed
1127 1128
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT
1129

1130
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
Benjamin Peterson's avatar
Benjamin Peterson committed
1131
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1132 1133 1134 1135
   #define below would cause a syntax error. */
#undef _UINT32_T

/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
Benjamin Peterson's avatar
Benjamin Peterson committed
1136
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1137 1138 1139
   #define below would cause a syntax error. */
#undef _UINT64_T

1140 1141
/* Define to the level of X/Open that your system supports */
#undef _XOPEN_SOURCE
1142

1143 1144 1145
/* Define to activate Unix95-and-earlier features */
#undef _XOPEN_SOURCE_EXTENDED

1146 1147 1148
/* Define on FreeBSD to activate all library features */
#undef __BSD_VISIBLE

Martin v. Löwis's avatar
Martin v. Löwis committed
1149 1150 1151 1152
/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
#endif
1153

Martin v. Löwis's avatar
Martin v. Löwis committed
1154 1155
/* Defined on Solaris to see additional function prototypes. */
#undef __EXTENSIONS__
1156

Martin v. Löwis's avatar
Martin v. Löwis committed
1157 1158
/* Define to 'long' if <time.h> doesn't define. */
#undef clock_t
1159

Martin v. Löwis's avatar
Martin v. Löwis committed
1160 1161
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
1162

Martin v. Löwis's avatar
Martin v. Löwis committed
1163 1164
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
1165

1166 1167 1168 1169 1170 1171 1172 1173
/* Define to the type of a signed integer type of width exactly 32 bits if
   such a type exists and the standard includes do not define it. */
#undef int32_t

/* Define to the type of a signed integer type of width exactly 64 bits if
   such a type exists and the standard includes do not define it. */
#undef int64_t

Martin v. Löwis's avatar
Martin v. Löwis committed
1174 1175
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
1176

1177
/* Define to `long int' if <sys/types.h> does not define. */
Martin v. Löwis's avatar
Martin v. Löwis committed
1178
#undef off_t
1179

Martin v. Löwis's avatar
Martin v. Löwis committed
1180 1181
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
1182

Martin v. Löwis's avatar
Martin v. Löwis committed
1183 1184
/* Define to empty if the keyword does not work. */
#undef signed
1185

1186
/* Define to `unsigned int' if <sys/types.h> does not define. */
Martin v. Löwis's avatar
Martin v. Löwis committed
1187
#undef size_t
1188

1189
/* Define to `int' if <sys/socket.h> does not define. */
Martin v. Löwis's avatar
Martin v. Löwis committed
1190
#undef socklen_t
1191

Martin v. Löwis's avatar
Martin v. Löwis committed
1192 1193
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
1194

1195 1196 1197 1198 1199 1200 1201 1202
/* Define to the type of an unsigned integer type of width exactly 32 bits if
   such a type exists and the standard includes do not define it. */
#undef uint32_t

/* Define to the type of an unsigned integer type of width exactly 64 bits if
   such a type exists and the standard includes do not define it. */
#undef uint64_t

Martin v. Löwis's avatar
Martin v. Löwis committed
1203 1204
/* Define to empty if the keyword does not work. */
#undef volatile
1205 1206


1207 1208 1209 1210 1211
/* 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

1212 1213
#endif /*Py_PYCONFIG_H*/