blob: 06069626873b5092e34be840853db37097c0beeb [file] [log] [blame]
Martin v. Löwis11437992002-04-12 09:54:03 +00001/* pyconfig.h.in. Generated from configure.in by autoheader. */
Guido van Rossum91168a81994-01-03 03:59:44 +00002
Martin v. Löwis11437992002-04-12 09:54:03 +00003/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
4 support for AIX C++ shared extension modules. */
5#undef AIX_GENUINE_CPLUSPLUS
Guido van Rossum91168a81994-01-03 03:59:44 +00006
Martin v. Löwisf90ae202002-06-11 06:22:31 +00007/* Define this if you have AtheOS threads. */
8#undef ATHEOS_THREADS
9
Martin v. Löwis11437992002-04-12 09:54:03 +000010/* Define if your <unistd.h> contains bad prototypes for exec*() (as it does
11 on SGI IRIX 4.x) */
12#undef BAD_EXEC_PROTOTYPES
Guido van Rossum91168a81994-01-03 03:59:44 +000013
Martin v. Löwis11437992002-04-12 09:54:03 +000014/* Define if your compiler botches static forward declarations (as it does on
15 SCI ODT 3.0) */
16#undef BAD_STATIC_FORWARD
Guido van Rossum91168a81994-01-03 03:59:44 +000017
Martin v. Löwis11437992002-04-12 09:54:03 +000018/* Define this if you have BeOS threads. */
19#undef BEOS_THREADS
Guido van Rossumef2255b2000-03-10 22:30:29 +000020
Guido van Rossum7b3853f1996-07-30 18:09:35 +000021/* Define if you have the Mach cthreads package */
22#undef C_THREADS
23
Martin v. Löwis01dfdb32001-06-23 16:30:13 +000024/* Define if --enable-ipv6 is specified */
25#undef ENABLE_IPV6
26
Martin v. Löwis11437992002-04-12 09:54:03 +000027/* Define if getpgrp() must be called as getpgrp(0). */
28#undef GETPGRP_HAVE_ARG
29
30/* Define if gettimeofday() does not have second (timezone) argument This is
31 the case on Motorola V4 (R40V4.2) */
32#undef GETTIMEOFDAY_NO_TZ
33
34/* struct addrinfo (netdb.h) */
35#undef HAVE_ADDRINFO
36
37/* Define to 1 if you have the `alarm' function. */
38#undef HAVE_ALARM
39
40/* Define this if your time.h defines altzone. */
41#undef HAVE_ALTZONE
42
43/* Define if nice() returns success/failure instead of the new priority. */
44#undef HAVE_BROKEN_NICE
45
46/* Define to 1 if you have the `chown' function. */
47#undef HAVE_CHOWN
48
49/* Define to 1 if you have the `chroot' function. */
50#undef HAVE_CHROOT
51
52/* Define to 1 if you have the `clock' function. */
53#undef HAVE_CLOCK
54
55/* Define to 1 if you have the `confstr' function. */
56#undef HAVE_CONFSTR
57
58/* Define to 1 if you have the `ctermid' function. */
59#undef HAVE_CTERMID
60
61/* Define to 1 if you have the `ctermid_r' function. */
62#undef HAVE_CTERMID_R
63
64/* Define to 1 if you have the <db1/ndbm.h> header file. */
65#undef HAVE_DB1_NDBM_H
66
67/* Define to 1 if you have the <db_185.h> header file. */
68#undef HAVE_DB_185_H
69
70/* Define to 1 if you have the <db.h> header file. */
71#undef HAVE_DB_H
72
73/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
74 */
75#undef HAVE_DIRENT_H
76
77/* Define to 1 if you have the <dlfcn.h> header file. */
78#undef HAVE_DLFCN_H
79
80/* Define to 1 if you have the `dlopen' function. */
81#undef HAVE_DLOPEN
82
83/* Define to 1 if you have the `dup2' function. */
84#undef HAVE_DUP2
85
86/* Defined when any dynamic module loading is enabled. */
87#undef HAVE_DYNAMIC_LOADING
88
89/* Define to 1 if you have the `execv' function. */
90#undef HAVE_EXECV
91
Fred Drake6b3cc522002-04-15 19:20:27 +000092/* Define to 1 if you have the `fchdir' function. */
93#undef HAVE_FCHDIR
94
Martin v. Löwis11437992002-04-12 09:54:03 +000095/* Define to 1 if you have the <fcntl.h> header file. */
96#undef HAVE_FCNTL_H
97
98/* Define to 1 if you have the `fdatasync' function. */
99#undef HAVE_FDATASYNC
100
101/* Define to 1 if you have the `flock' function. */
102#undef HAVE_FLOCK
103
104/* Define to 1 if you have the `fork' function. */
105#undef HAVE_FORK
106
107/* Define to 1 if you have the `forkpty' function. */
108#undef HAVE_FORKPTY
109
110/* Define to 1 if you have the `fpathconf' function. */
111#undef HAVE_FPATHCONF
112
113/* Define to 1 if you have the `fseek64' function. */
114#undef HAVE_FSEEK64
115
116/* Define to 1 if you have the `fseeko' function. */
117#undef HAVE_FSEEKO
118
119/* Define to 1 if you have the `fstatvfs' function. */
120#undef HAVE_FSTATVFS
121
122/* Define to 1 if you have the `fsync' function. */
123#undef HAVE_FSYNC
124
125/* Define to 1 if you have the `ftell64' function. */
126#undef HAVE_FTELL64
127
128/* Define to 1 if you have the `ftello' function. */
129#undef HAVE_FTELLO
130
131/* Define to 1 if you have the `ftime' function. */
132#undef HAVE_FTIME
133
134/* Define to 1 if you have the `ftruncate' function. */
135#undef HAVE_FTRUNCATE
136
137/* Define to 1 if you have the `gai_strerror' function. */
138#undef HAVE_GAI_STRERROR
139
140/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
141#undef HAVE_GDBM_NDBM_H
142
143/* Define if you have the getaddrinfo function. */
144#undef HAVE_GETADDRINFO
145
146/* Define to 1 if you have the `getcwd' function. */
147#undef HAVE_GETCWD
148
149/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
150#undef HAVE_GETC_UNLOCKED
151
152/* Define to 1 if you have the `getgroups' function. */
153#undef HAVE_GETGROUPS
154
155/* Define to 1 if you have the `gethostbyname' function. */
156#undef HAVE_GETHOSTBYNAME
157
Guido van Rossum7152e9b1999-03-22 21:46:06 +0000158/* Define this if you have some version of gethostbyname_r() */
159#undef HAVE_GETHOSTBYNAME_R
160
Martin v. Löwis11437992002-04-12 09:54:03 +0000161/* Define this if you have the 3-arg version of gethostbyname_r(). */
162#undef HAVE_GETHOSTBYNAME_R_3_ARG
Martin v. Löwis0ba70cc2001-06-26 22:22:37 +0000163
Martin v. Löwis11437992002-04-12 09:54:03 +0000164/* Define this if you have the 5-arg version of gethostbyname_r(). */
165#undef HAVE_GETHOSTBYNAME_R_5_ARG
Martin v. Löwis0ba70cc2001-06-26 22:22:37 +0000166
Martin v. Löwis11437992002-04-12 09:54:03 +0000167/* Define this if you have the 6-arg version of gethostbyname_r(). */
168#undef HAVE_GETHOSTBYNAME_R_6_ARG
Guido van Rossum9caf77a1996-08-01 00:52:26 +0000169
Martin v. Löwis11437992002-04-12 09:54:03 +0000170/* Define to 1 if you have the `getlogin' function. */
Fred Drake3bb3e571999-12-14 20:48:17 +0000171#undef HAVE_GETLOGIN
172
Martin v. Löwis11437992002-04-12 09:54:03 +0000173/* Define to 1 if you have the `getnameinfo' function. */
Martin v. Löwis01dfdb32001-06-23 16:30:13 +0000174#undef HAVE_GETNAMEINFO
175
Martin v. Löwis11437992002-04-12 09:54:03 +0000176/* Define to 1 if you have the `getpeername' function. */
Fred Drakef581db11999-12-14 21:11:47 +0000177#undef HAVE_GETPEERNAME
Fred Drake3bb3e571999-12-14 20:48:17 +0000178
Martin v. Löwis606edc12002-06-13 21:09:11 +0000179/* Define to 1 if you have the `getpgid' function. */
180#undef HAVE_GETPGID
181
Martin v. Löwis11437992002-04-12 09:54:03 +0000182/* Define to 1 if you have the `getpgrp' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000183#undef HAVE_GETPGRP
184
Martin v. Löwis11437992002-04-12 09:54:03 +0000185/* Define to 1 if you have the `getpid' function. */
Guido van Rossumf1328521994-05-03 14:43:56 +0000186#undef HAVE_GETPID
187
Martin v. Löwis11437992002-04-12 09:54:03 +0000188/* Define to 1 if you have the `getpriority' function. */
Thomas Woutersc2c12dc2001-07-11 14:45:34 +0000189#undef HAVE_GETPRIORITY
Guido van Rossum353ae582001-07-10 16:45:32 +0000190
Martin v. Löwis11437992002-04-12 09:54:03 +0000191/* Define to 1 if you have the `getpwent' function. */
Guido van Rossum1171ee61997-08-22 20:42:00 +0000192#undef HAVE_GETPWENT
193
Martin v. Löwis11437992002-04-12 09:54:03 +0000194/* Define to 1 if you have the `gettimeofday' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000195#undef HAVE_GETTIMEOFDAY
196
Martin v. Löwis11437992002-04-12 09:54:03 +0000197/* Define to 1 if you have the `getwd' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000198#undef HAVE_GETWD
199
Martin v. Löwis11437992002-04-12 09:54:03 +0000200/* Define to 1 if you have the <grp.h> header file. */
Guido van Rossuma6535fd2001-10-18 19:44:10 +0000201#undef HAVE_GRP_H
202
Martin v. Löwis11437992002-04-12 09:54:03 +0000203/* Define to 1 if you have the `hstrerror' function. */
204#undef HAVE_HSTRERROR
205
206/* Define to 1 if you have the `hypot' function. */
207#undef HAVE_HYPOT
208
209/* Define to 1 if you have the `inet_pton' function. */
210#undef HAVE_INET_PTON
211
212/* Define to 1 if you have the <inttypes.h> header file. */
213#undef HAVE_INTTYPES_H
214
215/* Define to 1 if you have the `kill' function. */
216#undef HAVE_KILL
217
218/* Define to 1 if you have the `killpg' function. */
219#undef HAVE_KILLPG
220
221/* Define to 1 if you have the <langinfo.h> header file. */
Martin v. Löwis9b75dca2001-08-10 13:58:50 +0000222#undef HAVE_LANGINFO_H
223
Martin v. Löwis11437992002-04-12 09:54:03 +0000224/* Defined to enable large file support when an off_t is bigger than a long
225 and long long is available and at least as big as an off_t. You may need to
226 add some flags for configuration and compilation to enable this mode. (For
227 Solaris and Linux, the necessary defines are already defined.) */
228#undef HAVE_LARGEFILE_SUPPORT
Martin v. Löwis2e64c342002-03-27 18:49:02 +0000229
Martin v. Löwis11437992002-04-12 09:54:03 +0000230/* Define to 1 if you have the `dl' library (-ldl). */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000231#undef HAVE_LIBDL
232
Martin v. Löwis11437992002-04-12 09:54:03 +0000233/* Define to 1 if you have the `dld' library (-ldld). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000234#undef HAVE_LIBDLD
Guido van Rossumf1328521994-05-03 14:43:56 +0000235
Martin v. Löwis11437992002-04-12 09:54:03 +0000236/* Define to 1 if you have the `ieee' library (-lieee). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000237#undef HAVE_LIBIEEE
Guido van Rossumaef734b2001-01-10 21:09:12 +0000238
Martin v. Löwis11437992002-04-12 09:54:03 +0000239/* Define to 1 if you have the <libintl.h> header file. */
240#undef HAVE_LIBINTL_H
241
242/* Define to 1 if you have the `rt' library (-lrt). */
Martin v. Löwis41933dd2002-03-21 15:10:58 +0000243#undef HAVE_LIBRT
244
Martin v. Löwis11437992002-04-12 09:54:03 +0000245/* Define to 1 if you have the <libutil.h> header file. */
246#undef HAVE_LIBUTIL_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000247
Martin v. Löwis11437992002-04-12 09:54:03 +0000248/* Define to 1 if you have the <limits.h> header file. */
249#undef HAVE_LIMITS_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000250
Martin v. Löwis11437992002-04-12 09:54:03 +0000251/* Define to 1 if you have the `link' function. */
252#undef HAVE_LINK
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000253
Martin v. Löwis11437992002-04-12 09:54:03 +0000254/* Define to 1 if you have the <locale.h> header file. */
255#undef HAVE_LOCALE_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000256
257/* Define this if you have the type long long. */
258#undef HAVE_LONG_LONG
259
Martin v. Löwis11437992002-04-12 09:54:03 +0000260/* Define to 1 if you have the `lstat' function. */
261#undef HAVE_LSTAT
262
263/* Define to 1 if you have the `memmove' function. */
264#undef HAVE_MEMMOVE
265
266/* Define to 1 if you have the <memory.h> header file. */
267#undef HAVE_MEMORY_H
268
269/* Define to 1 if you have the `mkfifo' function. */
270#undef HAVE_MKFIFO
271
Martin v. Löwis06a83e92002-04-14 10:19:44 +0000272/* Define to 1 if you have the `mknod' function. */
273#undef HAVE_MKNOD
274
Martin v. Löwis11437992002-04-12 09:54:03 +0000275/* Define to 1 if you have the `mktime' function. */
276#undef HAVE_MKTIME
277
278/* Define to 1 if you have the `mremap' function. */
279#undef HAVE_MREMAP
280
281/* Define to 1 if you have the <ncurses.h> header file. */
282#undef HAVE_NCURSES_H
283
284/* Define to 1 if you have the <ndbm.h> header file. */
285#undef HAVE_NDBM_H
286
287/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
288#undef HAVE_NDIR_H
289
290/* Define to 1 if you have the <netpacket/packet.h> header file. */
291#undef HAVE_NETPACKET_PACKET_H
292
293/* Define to 1 if you have the `nice' function. */
294#undef HAVE_NICE
295
296/* Define to 1 if you have the `openpty' function. */
297#undef HAVE_OPENPTY
298
299/* Define to 1 if you have the `pathconf' function. */
300#undef HAVE_PATHCONF
301
302/* Define to 1 if you have the `pause' function. */
303#undef HAVE_PAUSE
304
305/* Define to 1 if you have the `plock' function. */
306#undef HAVE_PLOCK
307
308/* Define to 1 if you have the `poll' function. */
309#undef HAVE_POLL
310
311/* Define to 1 if you have the <poll.h> header file. */
312#undef HAVE_POLL_H
313
314/* Define if your compiler supports function prototype */
315#undef HAVE_PROTOTYPES
316
317/* Define if you have GNU PTH threads. */
318#undef HAVE_PTH
319
320/* Define to 1 if you have the <pthread.h> header file. */
321#undef HAVE_PTHREAD_H
322
323/* Define to 1 if you have the `pthread_init' function. */
324#undef HAVE_PTHREAD_INIT
325
326/* Define to 1 if you have the `pthread_sigmask' function. */
327#undef HAVE_PTHREAD_SIGMASK
328
329/* Define to 1 if you have the <pty.h> header file. */
330#undef HAVE_PTY_H
331
332/* Define to 1 if you have the `putenv' function. */
333#undef HAVE_PUTENV
334
335/* Define to 1 if you have the `readlink' function. */
336#undef HAVE_READLINK
337
338/* Define if you have readline 4.2 */
339#undef HAVE_RL_COMPLETION_MATCHES
340
341/* Define if you have readline 4.0 */
342#undef HAVE_RL_PRE_INPUT_HOOK
343
344/* Define to 1 if you have the `select' function. */
345#undef HAVE_SELECT
346
347/* Define to 1 if you have the `setegid' function. */
348#undef HAVE_SETEGID
349
350/* Define to 1 if you have the `seteuid' function. */
351#undef HAVE_SETEUID
352
353/* Define to 1 if you have the `setgid' function. */
354#undef HAVE_SETGID
355
356/* Define to 1 if you have the `setgroups' function. */
357#undef HAVE_SETGROUPS
358
359/* Define to 1 if you have the `setlocale' function. */
360#undef HAVE_SETLOCALE
361
362/* Define to 1 if you have the `setpgid' function. */
363#undef HAVE_SETPGID
364
365/* Define to 1 if you have the `setpgrp' function. */
366#undef HAVE_SETPGRP
367
368/* Define to 1 if you have the `setregid' function. */
369#undef HAVE_SETREGID
370
371/* Define to 1 if you have the `setreuid' function. */
372#undef HAVE_SETREUID
373
374/* Define to 1 if you have the `setsid' function. */
375#undef HAVE_SETSID
376
377/* Define to 1 if you have the `setuid' function. */
378#undef HAVE_SETUID
379
380/* Define to 1 if you have the `setvbuf' function. */
381#undef HAVE_SETVBUF
382
383/* Define to 1 if you have the `sigaction' function. */
384#undef HAVE_SIGACTION
385
386/* Define to 1 if you have the `siginterrupt' function. */
387#undef HAVE_SIGINTERRUPT
388
389/* Define to 1 if you have the <signal.h> header file. */
390#undef HAVE_SIGNAL_H
391
392/* Define to 1 if you have the `sigrelse' function. */
393#undef HAVE_SIGRELSE
394
395/* Define to 1 if you have the `snprintf' function. */
396#undef HAVE_SNPRINTF
397
398/* Define if sockaddr has sa_len member */
399#undef HAVE_SOCKADDR_SA_LEN
400
401/* struct sockaddr_storage (sys/socket.h) */
402#undef HAVE_SOCKADDR_STORAGE
403
404/* Define to 1 if you have the `statvfs' function. */
405#undef HAVE_STATVFS
406
407/* Define to 1 if you have the <stdarg.h> header file. */
408#undef HAVE_STDARG_H
409
410/* Define if your compiler supports variable length function prototypes (e.g.
411 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
412#undef HAVE_STDARG_PROTOTYPES
413
414/* Define to 1 if you have the <stddef.h> header file. */
415#undef HAVE_STDDEF_H
416
417/* Define to 1 if you have the <stdint.h> header file. */
418#undef HAVE_STDINT_H
419
420/* Define to 1 if you have the <stdlib.h> header file. */
421#undef HAVE_STDLIB_H
422
423/* Define to 1 if you have the `strdup' function. */
424#undef HAVE_STRDUP
425
426/* Define to 1 if you have the `strerror' function. */
427#undef HAVE_STRERROR
428
429/* Define to 1 if you have the `strftime' function. */
430#undef HAVE_STRFTIME
431
432/* Define to 1 if you have the <strings.h> header file. */
433#undef HAVE_STRINGS_H
434
435/* Define to 1 if you have the <string.h> header file. */
436#undef HAVE_STRING_H
437
438/* Define to 1 if you have the `strptime' function. */
439#undef HAVE_STRPTIME
440
441/* Define to 1 if `st_blksize' is member of `struct stat'. */
442#undef HAVE_STRUCT_STAT_ST_BLKSIZE
443
444/* Define to 1 if `st_blocks' is member of `struct stat'. */
445#undef HAVE_STRUCT_STAT_ST_BLOCKS
446
447/* Define to 1 if `st_rdev' is member of `struct stat'. */
448#undef HAVE_STRUCT_STAT_ST_RDEV
449
450/* Define to 1 if `tm_zone' is member of `struct tm'. */
451#undef HAVE_STRUCT_TM_TM_ZONE
452
453/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
454 `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
455#undef HAVE_ST_BLKSIZE
456
457/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
458 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
459#undef HAVE_ST_BLOCKS
460
461/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
462 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
463#undef HAVE_ST_RDEV
464
465/* Define to 1 if you have the `symlink' function. */
466#undef HAVE_SYMLINK
467
468/* Define to 1 if you have the `sysconf' function. */
469#undef HAVE_SYSCONF
470
471/* Define to 1 if you have the <sys/audioio.h> header file. */
472#undef HAVE_SYS_AUDIOIO_H
473
474/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
475 */
476#undef HAVE_SYS_DIR_H
477
478/* Define to 1 if you have the <sys/file.h> header file. */
479#undef HAVE_SYS_FILE_H
480
481/* Define to 1 if you have the <sys/lock.h> header file. */
482#undef HAVE_SYS_LOCK_H
483
Neal Norwitz3d949422002-04-20 13:46:43 +0000484/* Define to 1 if you have the <sys/mkdev.h> header file. */
485#undef HAVE_SYS_MKDEV_H
486
Martin v. Löwis11437992002-04-12 09:54:03 +0000487/* Define to 1 if you have the <sys/modem.h> header file. */
488#undef HAVE_SYS_MODEM_H
489
490/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
491 */
492#undef HAVE_SYS_NDIR_H
493
494/* Define to 1 if you have the <sys/param.h> header file. */
495#undef HAVE_SYS_PARAM_H
496
497/* Define to 1 if you have the <sys/poll.h> header file. */
498#undef HAVE_SYS_POLL_H
499
500/* Define to 1 if you have the <sys/resource.h> header file. */
501#undef HAVE_SYS_RESOURCE_H
502
503/* Define to 1 if you have the <sys/select.h> header file. */
504#undef HAVE_SYS_SELECT_H
505
506/* Define to 1 if you have the <sys/socket.h> header file. */
507#undef HAVE_SYS_SOCKET_H
508
509/* Define to 1 if you have the <sys/stat.h> header file. */
510#undef HAVE_SYS_STAT_H
511
512/* Define to 1 if you have the <sys/times.h> header file. */
513#undef HAVE_SYS_TIMES_H
514
515/* Define to 1 if you have the <sys/time.h> header file. */
516#undef HAVE_SYS_TIME_H
517
518/* Define to 1 if you have the <sys/types.h> header file. */
519#undef HAVE_SYS_TYPES_H
520
521/* Define to 1 if you have the <sys/un.h> header file. */
522#undef HAVE_SYS_UN_H
523
524/* Define to 1 if you have the <sys/utsname.h> header file. */
525#undef HAVE_SYS_UTSNAME_H
526
527/* Define to 1 if you have the <sys/wait.h> header file. */
528#undef HAVE_SYS_WAIT_H
529
530/* Define to 1 if you have the `tcgetpgrp' function. */
531#undef HAVE_TCGETPGRP
532
533/* Define to 1 if you have the `tcsetpgrp' function. */
534#undef HAVE_TCSETPGRP
535
536/* Define to 1 if you have the `tempnam' function. */
537#undef HAVE_TEMPNAM
538
539/* Define to 1 if you have the <termios.h> header file. */
540#undef HAVE_TERMIOS_H
541
542/* Define to 1 if you have the <term.h> header file. */
543#undef HAVE_TERM_H
544
545/* Define to 1 if you have the <thread.h> header file. */
546#undef HAVE_THREAD_H
547
548/* Define to 1 if you have the `timegm' function. */
549#undef HAVE_TIMEGM
550
551/* Define to 1 if you have the `times' function. */
552#undef HAVE_TIMES
553
554/* Define to 1 if you have the `tmpfile' function. */
555#undef HAVE_TMPFILE
556
557/* Define to 1 if you have the `tmpnam' function. */
558#undef HAVE_TMPNAM
559
560/* Define to 1 if you have the `tmpnam_r' function. */
561#undef HAVE_TMPNAM_R
562
563/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
564 `HAVE_STRUCT_TM_TM_ZONE' instead. */
565#undef HAVE_TM_ZONE
566
567/* Define to 1 if you have the `truncate' function. */
568#undef HAVE_TRUNCATE
569
570/* Define to 1 if you don't have `tm_zone' but do have the external array
571 `tzname'. */
572#undef HAVE_TZNAME
573
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000574/* Define this if you have the type uintptr_t. */
575#undef HAVE_UINTPTR_T
576
Martin v. Löwis11437992002-04-12 09:54:03 +0000577/* Define to 1 if you have the `uname' function. */
578#undef HAVE_UNAME
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000579
Martin v. Löwis11437992002-04-12 09:54:03 +0000580/* Define to 1 if you have the <unistd.h> header file. */
581#undef HAVE_UNISTD_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000582
Martin v. Löwis11437992002-04-12 09:54:03 +0000583/* Define to 1 if you have the `unsetenv' function. */
584#undef HAVE_UNSETENV
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000585
Martin v. Löwis11437992002-04-12 09:54:03 +0000586/* Define if you have a useable wchar_t type defined in wchar.h; useable means
587 wchar_t must be 16-bit unsigned type. (see Include/unicodeobject.h). */
588#undef HAVE_USABLE_WCHAR_T
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000589
Martin v. Löwis11437992002-04-12 09:54:03 +0000590/* Define to 1 if you have the <utime.h> header file. */
591#undef HAVE_UTIME_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000592
Martin v. Löwis11437992002-04-12 09:54:03 +0000593/* Define to 1 if you have the `waitpid' function. */
594#undef HAVE_WAITPID
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000595
Martin v. Löwis11437992002-04-12 09:54:03 +0000596/* Define if the compiler provides a wchar.h header file. */
597#undef HAVE_WCHAR_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000598
Martin v. Löwis11437992002-04-12 09:54:03 +0000599/* Define to 1 if you have the `_getpty' function. */
600#undef HAVE__GETPTY
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000601
602/* Define if you are using Mach cthreads directly under /include */
603#undef HURD_C_THREADS
604
605/* Define if you are using Mach cthreads under mach / */
606#undef MACH_C_THREADS
607
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000608/* Define if malloc(0) returns a NULL pointer. */
609#undef MALLOC_ZERO_RETURNS_NULL
610
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000611/* Define if mvwdelch in curses.h is an expression. */
612#undef MVWDELCH_IS_EXPRESSION
613
Martin v. Löwis11437992002-04-12 09:54:03 +0000614/* Define to the address where bug reports for this package should be sent. */
615#undef PACKAGE_BUGREPORT
616
617/* Define to the full name of this package. */
618#undef PACKAGE_NAME
619
620/* Define to the full name and version of this package. */
621#undef PACKAGE_STRING
622
623/* Define to the one symbol short name of this package. */
624#undef PACKAGE_TARNAME
625
626/* Define to the version of this package. */
627#undef PACKAGE_VERSION
628
629/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
630#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
631
632/* Define as the integral type used for Unicode representation. */
633#undef PY_UNICODE_TYPE
634
635/* Define if you want to build an interpreter with many run-time checks. */
636#undef Py_DEBUG
637
Martin v. Löwis0036cba2002-04-12 09:58:45 +0000638/* Define as the size of the unicode type. */
639#undef Py_UNICODE_SIZE
640
Martin v. Löwis11437992002-04-12 09:54:03 +0000641/* Define if you want to have a Unicode type. */
642#undef Py_USING_UNICODE
643
644/* Define as the return type of signal handlers (`int' or `void'). */
645#undef RETSIGTYPE
646
647/* Define if setpgrp() must be called as setpgrp(0, 0). */
648#undef SETPGRP_HAVE_ARG
649
650/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
651#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
652
653/* The size of a `char', as computed by sizeof. */
654#undef SIZEOF_CHAR
655
656/* The size of a `double', as computed by sizeof. */
657#undef SIZEOF_DOUBLE
658
659/* The size of a `float', as computed by sizeof. */
660#undef SIZEOF_FLOAT
661
662/* The size of a `fpos_t', as computed by sizeof. */
663#undef SIZEOF_FPOS_T
664
665/* The size of a `int', as computed by sizeof. */
666#undef SIZEOF_INT
667
668/* The size of a `long', as computed by sizeof. */
669#undef SIZEOF_LONG
670
671/* The size of a `long long', as computed by sizeof. */
672#undef SIZEOF_LONG_LONG
673
674/* The number of bytes in an off_t. */
675#undef SIZEOF_OFF_T
676
677/* The number of bytes in a pthread_t. */
678#undef SIZEOF_PTHREAD_T
679
680/* The size of a `short', as computed by sizeof. */
681#undef SIZEOF_SHORT
682
683/* The number of bytes in a time_t. */
684#undef SIZEOF_TIME_T
685
686/* The size of a `uintptr_t', as computed by sizeof. */
687#undef SIZEOF_UINTPTR_T
688
689/* The size of a `void *', as computed by sizeof. */
690#undef SIZEOF_VOID_P
691
692/* The size of a `wchar_t', as computed by sizeof. */
693#undef SIZEOF_WCHAR_T
694
695/* Define to 1 if you have the ANSI C header files. */
696#undef STDC_HEADERS
697
698/* Define if you can safely include both <sys/select.h> and <sys/time.h>
699 (which you can't on SCO ODT 3.0). */
700#undef SYS_SELECT_WITH_SYS_TIME
701
702/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
703#undef TIME_WITH_SYS_TIME
704
705/* Define to 1 if your <sys/time.h> declares `struct tm'. */
706#undef TM_IN_SYS_TIME
707
708/* Define if you want to use MacPython modules on MacOSX in unix-Python. */
709#undef USE_TOOLBOX_OBJECT_GLUE
710
711/* Define if a va_list is an array of some kind */
712#undef VA_LIST_IS_ARRAY
713
714/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
715#undef WANT_SIGFPE_HANDLER
716
717/* Define if you want wctype.h functions to be used instead of the one
718 supplied by Python itself. (see Include/unicodectype.h). */
719#undef WANT_WCTYPE_FUNCTIONS
720
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000721/* Define if WINDOW in curses.h offers a field _flags. */
722#undef WINDOW_HAS_FLAGS
723
Martin v. Löwis11437992002-04-12 09:54:03 +0000724/* Define if you want to compile in cycle garbage collection. */
725#undef WITH_CYCLE_GC
726
727/* Define if you want to emulate SGI (IRIX 4) dynamic linking. This is
728 rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), Sequent Symmetry
729 (Dynix), and Atari ST. This requires the 'dl-dld' library,
730 ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z, as well as the 'GNU dld'
731 library, ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z. Do not bother on
732 SunOS 4 or 5, they already have dynamic linking using shared libraries. */
733#undef WITH_DL_DLD
734
Martin v. Löwisa3fb4f72002-06-09 13:33:54 +0000735/* Define if you want documentation strings in extension modules */
736#undef WITH_DOC_STRINGS
737
Martin v. Löwis11437992002-04-12 09:54:03 +0000738/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
739 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
740 Dyld is necessary to support frameworks. */
741#undef WITH_DYLD
742
743/* Define if you want to produce an OpenStep/Rhapsody framework (shared
744 library plus accessory files). */
745#undef WITH_NEXT_FRAMEWORK
746
747/* Define if you want to compile in Python-specific mallocs */
748#undef WITH_PYMALLOC
749
750/* Define if you want to use SGI (IRIX 4) dynamic linking. This requires the
751 "dl" library by Jack Jansen, ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z. Do
752 not bother on IRIX 5, it already has dynamic linking using SunOS style
753 shared libraries */
754#undef WITH_SGI_DL
755
756/* Define if you want to compile in rudimentary thread support */
757#undef WITH_THREAD
758
Martin v. Löwise8aea582002-04-16 05:51:02 +0000759/* Define if you want to read files with foreign newlines. */
760#undef WITH_UNIVERSAL_NEWLINES
761
Martin v. Löwis11437992002-04-12 09:54:03 +0000762/* Define to 1 if your processor stores words with the most significant byte
763 first (like Motorola and SPARC, unlike Intel and VAX). */
764#undef WORDS_BIGENDIAN
765
766/* Define to 1 if on AIX 3.
767 System headers sometimes define this.
768 We just want to avoid a redefinition error message. */
769#ifndef _ALL_SOURCE
770# undef _ALL_SOURCE
771#endif
772
773/* This must be set to 64 on some systems to enable large file support. */
774#undef _FILE_OFFSET_BITS
775
776/* This must be defined on some systems to enable large file support. */
777#undef _LARGEFILE_SOURCE
778
779/* Define to 1 if on MINIX. */
780#undef _MINIX
781
782/* Define to 2 if the system does not provide POSIX.1 features except with
783 this defined. */
784#undef _POSIX_1_SOURCE
785
786/* Define to 1 if you need to in order for `stat' and other things to work. */
787#undef _POSIX_SOURCE
788
789/* Define if you have POSIX threads, and your system does not define that. */
790#undef _POSIX_THREADS
791
792/* Define to force use of thread-safe errno, h_errno, and other functions */
793#undef _REENTRANT
794
795/* Define to 1 if type `char' is unsigned and you are not using gcc. */
796#ifndef __CHAR_UNSIGNED__
797# undef __CHAR_UNSIGNED__
798#endif
799
800/* Defined on Solaris to see additional function prototypes. */
801#undef __EXTENSIONS__
802
803/* Define to 'long' if <time.h> doesn't define. */
804#undef clock_t
805
806/* Define to empty if `const' does not conform to ANSI C. */
807#undef const
808
809/* Define to `int' if <sys/types.h> doesn't define. */
810#undef gid_t
811
812/* Define to `int' if <sys/types.h> does not define. */
813#undef mode_t
814
815/* Define to `long' if <sys/types.h> does not define. */
816#undef off_t
817
818/* Define to `int' if <sys/types.h> does not define. */
819#undef pid_t
820
821/* Define to empty if the keyword does not work. */
822#undef signed
823
824/* Define to `unsigned' if <sys/types.h> does not define. */
825#undef size_t
826
827/* Define to `int' if <sys/types.h> does not define. */
828#undef socklen_t
829
830/* Define to `int' if <sys/types.h> doesn't define. */
831#undef uid_t
832
833/* Define to empty if the keyword does not work. */
834#undef volatile
835
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000836
Martin v. Löwis28341ce2001-09-05 15:18:00 +0000837/* Define the macros needed if on a UnixWare 7.x system. */
838#if defined(__USLC__) && defined(__SCO_VERSION__)
Martin v. Löwis28341ce2001-09-05 15:18:00 +0000839#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
840#endif
841