Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / include / python2.4 / pyconfig.h
CommitLineData
86530b38
AT
1#ifndef Py_PYCONFIG_H
2#define Py_PYCONFIG_H
3
4
5/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
6 support for AIX C++ shared extension modules. */
7/* #undef AIX_GENUINE_CPLUSPLUS */
8
9/* Define this if you have AtheOS threads. */
10/* #undef ATHEOS_THREADS */
11
12/* Define this if you have BeOS threads. */
13/* #undef BEOS_THREADS */
14
15/* Define if you have the Mach cthreads package */
16/* #undef C_THREADS */
17
18/* Define if --enable-ipv6 is specified */
19#define ENABLE_IPV6 1
20
21/* Define if getpgrp() must be called as getpgrp(0). */
22/* #undef GETPGRP_HAVE_ARG */
23
24/* Define if gettimeofday() does not have second (timezone) argument This is
25 the case on Motorola V4 (R40V4.2) */
26/* #undef GETTIMEOFDAY_NO_TZ */
27
28/* struct addrinfo (netdb.h) */
29#define HAVE_ADDRINFO 1
30
31/* Define to 1 if you have the `alarm' function. */
32#define HAVE_ALARM 1
33
34/* Define this if your time.h defines altzone. */
35/* #undef HAVE_ALTZONE */
36
37/* Define to 1 if you have the `bind_textdomain_codeset' function. */
38#define HAVE_BIND_TEXTDOMAIN_CODESET 1
39
40/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
41/* #undef HAVE_BLUETOOTH_BLUETOOTH_H */
42
43/* Define to 1 if you have the <bluetooth.h> header file. */
44/* #undef HAVE_BLUETOOTH_H */
45
46/* Define if nice() returns success/failure instead of the new priority. */
47/* #undef HAVE_BROKEN_NICE */
48
49/* Define if poll() sets errno on invalid file descriptors. */
50/* #undef HAVE_BROKEN_POLL */
51
52/* Define if the Posix semaphores do not work on your system */
53/* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
54
55/* Define if pthread_sigmask() does not work on your system. */
56/* #undef HAVE_BROKEN_PTHREAD_SIGMASK */
57
58/* Define to 1 if you have the `chown' function. */
59#define HAVE_CHOWN 1
60
61/* Define if you have the 'chroot' function. */
62#define HAVE_CHROOT 1
63
64/* Define to 1 if you have the `clock' function. */
65#define HAVE_CLOCK 1
66
67/* Define to 1 if you have the `confstr' function. */
68#define HAVE_CONFSTR 1
69
70/* Define to 1 if you have the `ctermid' function. */
71#define HAVE_CTERMID 1
72
73/* Define if you have the 'ctermid_r' function. */
74/* #undef HAVE_CTERMID_R */
75
76/* Define to 1 if you have the <curses.h> header file. */
77#define HAVE_CURSES_H 1
78
79/* Define to 1 if you have the device macros. */
80#define HAVE_DEVICE_MACROS 1
81
82/* Define if we have /dev/ptc. */
83/* #undef HAVE_DEV_PTC */
84
85/* Define if we have /dev/ptmx. */
86#define HAVE_DEV_PTMX 1
87
88/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
89 */
90#define HAVE_DIRENT_H 1
91
92/* Define to 1 if you have the <dlfcn.h> header file. */
93#define HAVE_DLFCN_H 1
94
95/* Define to 1 if you have the `dlopen' function. */
96#define HAVE_DLOPEN 1
97
98/* Define to 1 if you have the `dup2' function. */
99#define HAVE_DUP2 1
100
101/* Defined when any dynamic module loading is enabled. */
102#define HAVE_DYNAMIC_LOADING 1
103
104/* Define to 1 if you have the `execv' function. */
105#define HAVE_EXECV 1
106
107/* Define if you have the 'fchdir' function. */
108#define HAVE_FCHDIR 1
109
110/* Define to 1 if you have the <fcntl.h> header file. */
111#define HAVE_FCNTL_H 1
112
113/* Define if you have the 'fdatasync' function. */
114#define HAVE_FDATASYNC 1
115
116/* Define if you have the 'flock' function. */
117/* #undef HAVE_FLOCK */
118
119/* Define to 1 if you have the `fork' function. */
120#define HAVE_FORK 1
121
122/* Define to 1 if you have the `forkpty' function. */
123/* #undef HAVE_FORKPTY */
124
125/* Define to 1 if you have the `fpathconf' function. */
126#define HAVE_FPATHCONF 1
127
128/* Define to 1 if you have the `fseek64' function. */
129/* #undef HAVE_FSEEK64 */
130
131/* Define to 1 if you have the `fseeko' function. */
132#define HAVE_FSEEKO 1
133
134/* Define to 1 if you have the `fstatvfs' function. */
135#define HAVE_FSTATVFS 1
136
137/* Define if you have the 'fsync' function. */
138#define HAVE_FSYNC 1
139
140/* Define to 1 if you have the `ftell64' function. */
141/* #undef HAVE_FTELL64 */
142
143/* Define to 1 if you have the `ftello' function. */
144#define HAVE_FTELLO 1
145
146/* Define to 1 if you have the `ftime' function. */
147#define HAVE_FTIME 1
148
149/* Define to 1 if you have the `ftruncate' function. */
150#define HAVE_FTRUNCATE 1
151
152/* Define to 1 if you have the `gai_strerror' function. */
153#define HAVE_GAI_STRERROR 1
154
155/* Define if you have the getaddrinfo function. */
156#define HAVE_GETADDRINFO 1
157
158/* Define to 1 if you have the `getcwd' function. */
159#define HAVE_GETCWD 1
160
161/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
162#define HAVE_GETC_UNLOCKED 1
163
164/* Define to 1 if you have the `getgroups' function. */
165#define HAVE_GETGROUPS 1
166
167/* Define to 1 if you have the `gethostbyname' function. */
168/* #undef HAVE_GETHOSTBYNAME */
169
170/* Define this if you have some version of gethostbyname_r() */
171#define HAVE_GETHOSTBYNAME_R 1
172
173/* Define this if you have the 3-arg version of gethostbyname_r(). */
174/* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
175
176/* Define this if you have the 5-arg version of gethostbyname_r(). */
177#define HAVE_GETHOSTBYNAME_R_5_ARG 1
178
179/* Define this if you have the 6-arg version of gethostbyname_r(). */
180/* #undef HAVE_GETHOSTBYNAME_R_6_ARG */
181
182/* Define to 1 if you have the `getloadavg' function. */
183#define HAVE_GETLOADAVG 1
184
185/* Define to 1 if you have the `getlogin' function. */
186#define HAVE_GETLOGIN 1
187
188/* Define to 1 if you have the `getnameinfo' function. */
189#define HAVE_GETNAMEINFO 1
190
191/* Define if you have the 'getpagesize' function. */
192#define HAVE_GETPAGESIZE 1
193
194/* Define to 1 if you have the `getpeername' function. */
195#define HAVE_GETPEERNAME 1
196
197/* Define to 1 if you have the `getpgid' function. */
198#define HAVE_GETPGID 1
199
200/* Define to 1 if you have the `getpgrp' function. */
201#define HAVE_GETPGRP 1
202
203/* Define to 1 if you have the `getpid' function. */
204#define HAVE_GETPID 1
205
206/* Define to 1 if you have the `getpriority' function. */
207#define HAVE_GETPRIORITY 1
208
209/* Define to 1 if you have the `getpwent' function. */
210#define HAVE_GETPWENT 1
211
212/* Define to 1 if you have the `getsid' function. */
213#define HAVE_GETSID 1
214
215/* Define to 1 if you have the `gettimeofday' function. */
216#define HAVE_GETTIMEOFDAY 1
217
218/* Define to 1 if you have the `getwd' function. */
219#define HAVE_GETWD 1
220
221/* Define to 1 if you have the <grp.h> header file. */
222#define HAVE_GRP_H 1
223
224/* Define if you have the 'hstrerror' function. */
225#define HAVE_HSTRERROR 1
226
227/* Define to 1 if you have the `hypot' function. */
228#define HAVE_HYPOT 1
229
230/* Define if you have the 'inet_aton' function. */
231#define HAVE_INET_ATON 1
232
233/* Define if you have the 'inet_pton' function. */
234#define HAVE_INET_PTON 1
235
236/* Define to 1 if you have the <inttypes.h> header file. */
237#define HAVE_INTTYPES_H 1
238
239/* Define to 1 if you have the `kill' function. */
240#define HAVE_KILL 1
241
242/* Define to 1 if you have the `killpg' function. */
243#define HAVE_KILLPG 1
244
245/* Define to 1 if you have the <langinfo.h> header file. */
246#define HAVE_LANGINFO_H 1
247
248/* Defined to enable large file support when an off_t is bigger than a long
249 and long long is available and at least as big as an off_t. You may need to
250 add some flags for configuration and compilation to enable this mode. (For
251 Solaris and Linux, the necessary defines are already defined.) */
252/* #undef HAVE_LARGEFILE_SUPPORT */
253
254/* Define to 1 if you have the `lchown' function. */
255#define HAVE_LCHOWN 1
256
257/* Define to 1 if you have the `dl' library (-ldl). */
258#define HAVE_LIBDL 1
259
260/* Define to 1 if you have the `dld' library (-ldld). */
261/* #undef HAVE_LIBDLD */
262
263/* Define to 1 if you have the `ieee' library (-lieee). */
264/* #undef HAVE_LIBIEEE */
265
266/* Define to 1 if you have the <libintl.h> header file. */
267#define HAVE_LIBINTL_H 1
268
269/* Define to 1 if you have the `resolv' library (-lresolv). */
270#define HAVE_LIBRESOLV 1
271
272/* Define to 1 if you have the <libutil.h> header file. */
273/* #undef HAVE_LIBUTIL_H */
274
275/* Define if you have the 'link' function. */
276#define HAVE_LINK 1
277
278/* Define this if you have the type long long. */
279#define HAVE_LONG_LONG 1
280
281/* Define to 1 if you have the `lstat' function. */
282#define HAVE_LSTAT 1
283
284/* Define this if you have the makedev macro. */
285/* #undef HAVE_MAKEDEV */
286
287/* Define to 1 if you have the `memmove' function. */
288#define HAVE_MEMMOVE 1
289
290/* Define to 1 if you have the <memory.h> header file. */
291#define HAVE_MEMORY_H 1
292
293/* Define to 1 if you have the `mkfifo' function. */
294#define HAVE_MKFIFO 1
295
296/* Define to 1 if you have the `mknod' function. */
297#define HAVE_MKNOD 1
298
299/* Define to 1 if you have the `mktime' function. */
300#define HAVE_MKTIME 1
301
302/* Define to 1 if you have the `mremap' function. */
303/* #undef HAVE_MREMAP */
304
305/* Define to 1 if you have the <ncurses.h> header file. */
306/* #undef HAVE_NCURSES_H */
307
308/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
309/* #undef HAVE_NDIR_H */
310
311/* Define to 1 if you have the <netpacket/packet.h> header file. */
312/* #undef HAVE_NETPACKET_PACKET_H */
313
314/* Define to 1 if you have the `nice' function. */
315#define HAVE_NICE 1
316
317/* Define to 1 if you have the `openpty' function. */
318/* #undef HAVE_OPENPTY */
319
320/* Define to 1 if you have the `pathconf' function. */
321#define HAVE_PATHCONF 1
322
323/* Define to 1 if you have the `pause' function. */
324#define HAVE_PAUSE 1
325
326/* Define to 1 if you have the `plock' function. */
327#define HAVE_PLOCK 1
328
329/* Define to 1 if you have the `poll' function. */
330#define HAVE_POLL 1
331
332/* Define to 1 if you have the <poll.h> header file. */
333#define HAVE_POLL_H 1
334
335/* Define if your compiler supports function prototype */
336#define HAVE_PROTOTYPES 1
337
338/* Define if you have GNU PTH threads. */
339/* #undef HAVE_PTH */
340
341/* Defined for Solaris 2.6 bug in pthread header. */
342/* #undef HAVE_PTHREAD_DESTRUCTOR */
343
344/* Define to 1 if you have the <pthread.h> header file. */
345#define HAVE_PTHREAD_H 1
346
347/* Define to 1 if you have the `pthread_init' function. */
348/* #undef HAVE_PTHREAD_INIT */
349
350/* Define to 1 if you have the `pthread_sigmask' function. */
351#define HAVE_PTHREAD_SIGMASK 1
352
353/* Define to 1 if you have the <pty.h> header file. */
354/* #undef HAVE_PTY_H */
355
356/* Define to 1 if you have the `putenv' function. */
357#define HAVE_PUTENV 1
358
359/* Define to 1 if you have the `readlink' function. */
360#define HAVE_READLINK 1
361
362/* Define to 1 if you have the `realpath' function. */
363#define HAVE_REALPATH 1
364
365/* Define if you have readline 2.1 */
366/* #undef HAVE_RL_CALLBACK */
367
368/* Define if you can turn off readline's signal handling. */
369/* #undef HAVE_RL_CATCH_SIGNAL */
370
371/* Define if you have readline 2.2 */
372/* #undef HAVE_RL_COMPLETION_APPEND_CHARACTER */
373
374/* Define if you have readline 4.2 */
375/* #undef HAVE_RL_COMPLETION_MATCHES */
376
377/* Define if you have readline 4.0 */
378/* #undef HAVE_RL_PRE_INPUT_HOOK */
379
380/* Define to 1 if you have the `select' function. */
381#define HAVE_SELECT 1
382
383/* Define to 1 if you have the `setegid' function. */
384#define HAVE_SETEGID 1
385
386/* Define to 1 if you have the `seteuid' function. */
387#define HAVE_SETEUID 1
388
389/* Define to 1 if you have the `setgid' function. */
390#define HAVE_SETGID 1
391
392/* Define if you have the 'setgroups' function. */
393#define HAVE_SETGROUPS 1
394
395/* Define to 1 if you have the `setlocale' function. */
396#define HAVE_SETLOCALE 1
397
398/* Define to 1 if you have the `setpgid' function. */
399#define HAVE_SETPGID 1
400
401/* Define to 1 if you have the `setpgrp' function. */
402#define HAVE_SETPGRP 1
403
404/* Define to 1 if you have the `setregid' function. */
405#define HAVE_SETREGID 1
406
407/* Define to 1 if you have the `setreuid' function. */
408#define HAVE_SETREUID 1
409
410/* Define to 1 if you have the `setsid' function. */
411#define HAVE_SETSID 1
412
413/* Define to 1 if you have the `setuid' function. */
414#define HAVE_SETUID 1
415
416/* Define to 1 if you have the `setvbuf' function. */
417#define HAVE_SETVBUF 1
418
419/* Define to 1 if you have the `sigaction' function. */
420#define HAVE_SIGACTION 1
421
422/* Define to 1 if you have the `siginterrupt' function. */
423#define HAVE_SIGINTERRUPT 1
424
425/* Define to 1 if you have the `sigrelse' function. */
426#define HAVE_SIGRELSE 1
427
428/* Define to 1 if you have the `snprintf' function. */
429#define HAVE_SNPRINTF 1
430
431/* Define if sockaddr has sa_len member */
432/* #undef HAVE_SOCKADDR_SA_LEN */
433
434/* struct sockaddr_storage (sys/socket.h) */
435#define HAVE_SOCKADDR_STORAGE 1
436
437/* Define if you have the 'socketpair' function. */
438#define HAVE_SOCKETPAIR 1
439
440/* Define to 1 if you have the `statvfs' function. */
441#define HAVE_STATVFS 1
442
443/* Define if you have struct stat.st_mtim.tv_nsec */
444#define HAVE_STAT_TV_NSEC 1
445
446/* Define if your compiler supports variable length function prototypes (e.g.
447 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
448#define HAVE_STDARG_PROTOTYPES 1
449
450/* Define to 1 if you have the <stdint.h> header file. */
451/* #undef HAVE_STDINT_H */
452
453/* Define to 1 if you have the <stdlib.h> header file. */
454#define HAVE_STDLIB_H 1
455
456/* Define to 1 if you have the `strdup' function. */
457#define HAVE_STRDUP 1
458
459/* Define to 1 if you have the `strerror' function. */
460#define HAVE_STRERROR 1
461
462/* Define to 1 if you have the `strftime' function. */
463#define HAVE_STRFTIME 1
464
465/* Define to 1 if you have the <strings.h> header file. */
466#define HAVE_STRINGS_H 1
467
468/* Define to 1 if you have the <string.h> header file. */
469#define HAVE_STRING_H 1
470
471/* Define to 1 if you have the <stropts.h> header file. */
472#define HAVE_STROPTS_H 1
473
474/* Define to 1 if `st_blksize' is member of `struct stat'. */
475#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
476
477/* Define to 1 if `st_blocks' is member of `struct stat'. */
478#define HAVE_STRUCT_STAT_ST_BLOCKS 1
479
480/* Define to 1 if `st_rdev' is member of `struct stat'. */
481#define HAVE_STRUCT_STAT_ST_RDEV 1
482
483/* Define to 1 if `tm_zone' is member of `struct tm'. */
484/* #undef HAVE_STRUCT_TM_TM_ZONE */
485
486/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
487 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
488#define HAVE_ST_BLOCKS 1
489
490/* Define if you have the 'symlink' function. */
491#define HAVE_SYMLINK 1
492
493/* Define to 1 if you have the `sysconf' function. */
494#define HAVE_SYSCONF 1
495
496/* Define to 1 if you have the <sysexits.h> header file. */
497#define HAVE_SYSEXITS_H 1
498
499/* Define to 1 if you have the <sys/audioio.h> header file. */
500#define HAVE_SYS_AUDIOIO_H 1
501
502/* Define to 1 if you have the <sys/bsdtty.h> header file. */
503/* #undef HAVE_SYS_BSDTTY_H */
504
505/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
506 */
507/* #undef HAVE_SYS_DIR_H */
508
509/* Define to 1 if you have the <sys/file.h> header file. */
510#define HAVE_SYS_FILE_H 1
511
512/* Define to 1 if you have the <sys/loadavg.h> header file. */
513#define HAVE_SYS_LOADAVG_H 1
514
515/* Define to 1 if you have the <sys/lock.h> header file. */
516#define HAVE_SYS_LOCK_H 1
517
518/* Define to 1 if you have the <sys/mkdev.h> header file. */
519#define HAVE_SYS_MKDEV_H 1
520
521/* Define to 1 if you have the <sys/modem.h> header file. */
522/* #undef HAVE_SYS_MODEM_H */
523
524/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
525 */
526/* #undef HAVE_SYS_NDIR_H */
527
528/* Define to 1 if you have the <sys/param.h> header file. */
529#define HAVE_SYS_PARAM_H 1
530
531/* Define to 1 if you have the <sys/poll.h> header file. */
532#define HAVE_SYS_POLL_H 1
533
534/* Define to 1 if you have the <sys/resource.h> header file. */
535#define HAVE_SYS_RESOURCE_H 1
536
537/* Define to 1 if you have the <sys/select.h> header file. */
538#define HAVE_SYS_SELECT_H 1
539
540/* Define to 1 if you have the <sys/socket.h> header file. */
541#define HAVE_SYS_SOCKET_H 1
542
543/* Define to 1 if you have the <sys/stat.h> header file. */
544#define HAVE_SYS_STAT_H 1
545
546/* Define to 1 if you have the <sys/times.h> header file. */
547#define HAVE_SYS_TIMES_H 1
548
549/* Define to 1 if you have the <sys/time.h> header file. */
550#define HAVE_SYS_TIME_H 1
551
552/* Define to 1 if you have the <sys/types.h> header file. */
553#define HAVE_SYS_TYPES_H 1
554
555/* Define to 1 if you have the <sys/un.h> header file. */
556#define HAVE_SYS_UN_H 1
557
558/* Define to 1 if you have the <sys/utsname.h> header file. */
559#define HAVE_SYS_UTSNAME_H 1
560
561/* Define to 1 if you have the <sys/wait.h> header file. */
562#define HAVE_SYS_WAIT_H 1
563
564/* Define to 1 if you have the `tcgetpgrp' function. */
565#define HAVE_TCGETPGRP 1
566
567/* Define to 1 if you have the `tcsetpgrp' function. */
568#define HAVE_TCSETPGRP 1
569
570/* Define to 1 if you have the `tempnam' function. */
571#define HAVE_TEMPNAM 1
572
573/* Define to 1 if you have the <termios.h> header file. */
574#define HAVE_TERMIOS_H 1
575
576/* Define to 1 if you have the <term.h> header file. */
577#define HAVE_TERM_H 1
578
579/* Define to 1 if you have the <thread.h> header file. */
580#define HAVE_THREAD_H 1
581
582/* Define to 1 if you have the `timegm' function. */
583/* #undef HAVE_TIMEGM */
584
585/* Define to 1 if you have the `times' function. */
586#define HAVE_TIMES 1
587
588/* Define to 1 if you have the `tmpfile' function. */
589#define HAVE_TMPFILE 1
590
591/* Define to 1 if you have the `tmpnam' function. */
592#define HAVE_TMPNAM 1
593
594/* Define to 1 if you have the `tmpnam_r' function. */
595#define HAVE_TMPNAM_R 1
596
597/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
598 `HAVE_STRUCT_TM_TM_ZONE' instead. */
599/* #undef HAVE_TM_ZONE */
600
601/* Define to 1 if you have the `truncate' function. */
602#define HAVE_TRUNCATE 1
603
604/* Define to 1 if you don't have `tm_zone' but do have the external array
605 `tzname'. */
606#define HAVE_TZNAME 1
607
608/* Define this if you have tcl and TCL_UTF_MAX==6 */
609/* #undef HAVE_UCS4_TCL */
610
611/* Define this if you have the type uintptr_t. */
612/* #undef HAVE_UINTPTR_T */
613
614/* Define to 1 if you have the `uname' function. */
615#define HAVE_UNAME 1
616
617/* Define to 1 if you have the <unistd.h> header file. */
618#define HAVE_UNISTD_H 1
619
620/* Define to 1 if you have the `unsetenv' function. */
621/* #undef HAVE_UNSETENV */
622
623/* Define if you have a useable wchar_t type defined in wchar.h; useable means
624 wchar_t must be an unsigned type with at least 16 bits. (see
625 Include/unicodeobject.h). */
626/* #undef HAVE_USABLE_WCHAR_T */
627
628/* Define to 1 if you have the `utimes' function. */
629#define HAVE_UTIMES 1
630
631/* Define to 1 if you have the <utime.h> header file. */
632#define HAVE_UTIME_H 1
633
634/* Define to 1 if you have the `waitpid' function. */
635#define HAVE_WAITPID 1
636
637/* Define if the compiler provides a wchar.h header file. */
638#define HAVE_WCHAR_H 1
639
640/* Define to 1 if you have the `wcscoll' function. */
641#define HAVE_WCSCOLL 1
642
643/* Define if tzset() actually switches the local timezone in a meaningful way.
644 */
645#define HAVE_WORKING_TZSET 1
646
647/* Define to 1 if you have the `_getpty' function. */
648/* #undef HAVE__GETPTY */
649
650/* Define if you are using Mach cthreads directly under /include */
651/* #undef HURD_C_THREADS */
652
653/* Define if you are using Mach cthreads under mach / */
654/* #undef MACH_C_THREADS */
655
656/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
657 */
658#define MAJOR_IN_MKDEV 1
659
660/* Define to 1 if `major', `minor', and `makedev' are declared in
661 <sysmacros.h>. */
662/* #undef MAJOR_IN_SYSMACROS */
663
664/* Define if mvwdelch in curses.h is an expression. */
665#define MVWDELCH_IS_EXPRESSION 1
666
667/* Define to the address where bug reports for this package should be sent. */
668/* #undef PACKAGE_BUGREPORT */
669
670/* Define to the full name of this package. */
671/* #undef PACKAGE_NAME */
672
673/* Define to the full name and version of this package. */
674/* #undef PACKAGE_STRING */
675
676/* Define to the one symbol short name of this package. */
677/* #undef PACKAGE_TARNAME */
678
679/* Define to the version of this package. */
680/* #undef PACKAGE_VERSION */
681
682/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
683#define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
684
685/* Define as the integral type used for Unicode representation. */
686#define PY_UNICODE_TYPE unsigned short
687
688/* Define if you want to build an interpreter with many run-time checks. */
689/* #undef Py_DEBUG */
690
691/* Defined if Python is built as a shared library. */
692#define Py_ENABLE_SHARED 1
693
694/* Define as the size of the unicode type. */
695#define Py_UNICODE_SIZE 2
696
697/* Define if you want to have a Unicode type. */
698#define Py_USING_UNICODE 1
699
700/* Define as the return type of signal handlers (`int' or `void'). */
701#define RETSIGTYPE void
702
703/* Define if setpgrp() must be called as setpgrp(0, 0). */
704/* #undef SETPGRP_HAVE_ARG */
705
706/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
707/* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */
708
709/* The size of a `double', as computed by sizeof. */
710#define SIZEOF_DOUBLE 8
711
712/* The size of a `float', as computed by sizeof. */
713#define SIZEOF_FLOAT 4
714
715/* The size of a `fpos_t', as computed by sizeof. */
716#define SIZEOF_FPOS_T 8
717
718/* The size of a `int', as computed by sizeof. */
719#define SIZEOF_INT 4
720
721/* The size of a `long', as computed by sizeof. */
722#define SIZEOF_LONG 8
723
724/* The size of a `long long', as computed by sizeof. */
725#define SIZEOF_LONG_LONG 8
726
727/* The number of bytes in an off_t. */
728#define SIZEOF_OFF_T 8
729
730/* The number of bytes in a pthread_t. */
731#define SIZEOF_PTHREAD_T 4
732
733/* The size of a `short', as computed by sizeof. */
734#define SIZEOF_SHORT 2
735
736/* The number of bytes in a time_t. */
737#define SIZEOF_TIME_T 8
738
739/* The size of a `uintptr_t', as computed by sizeof. */
740/* #undef SIZEOF_UINTPTR_T */
741
742/* The size of a `void *', as computed by sizeof. */
743#define SIZEOF_VOID_P 8
744
745/* The size of a `wchar_t', as computed by sizeof. */
746#define SIZEOF_WCHAR_T 4
747
748/* Define to 1 if you have the ANSI C header files. */
749#define STDC_HEADERS 1
750
751/* Define if you can safely include both <sys/select.h> and <sys/time.h>
752 (which you can't on SCO ODT 3.0). */
753#define SYS_SELECT_WITH_SYS_TIME 1
754
755/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
756#define TIME_WITH_SYS_TIME 1
757
758/* Define to 1 if your <sys/time.h> declares `struct tm'. */
759/* #undef TM_IN_SYS_TIME */
760
761/* Define if you want to use MacPython modules on MacOSX in unix-Python. */
762/* #undef USE_TOOLBOX_OBJECT_GLUE */
763
764/* Define if a va_list is an array of some kind */
765/* #undef VA_LIST_IS_ARRAY */
766
767/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
768/* #undef WANT_SIGFPE_HANDLER */
769
770/* Define if you want wctype.h functions to be used instead of the one
771 supplied by Python itself. (see Include/unicodectype.h). */
772/* #undef WANT_WCTYPE_FUNCTIONS */
773
774/* Define if WINDOW in curses.h offers a field _flags. */
775#define WINDOW_HAS_FLAGS 1
776
777/* Define if you want documentation strings in extension modules */
778#define WITH_DOC_STRINGS 1
779
780/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
781 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
782 Dyld is necessary to support frameworks. */
783/* #undef WITH_DYLD */
784
785/* Define to 1 if libintl is needed for locale functions. */
786#define WITH_LIBINTL 1
787
788/* Define if you want to produce an OpenStep/Rhapsody framework (shared
789 library plus accessory files). */
790/* #undef WITH_NEXT_FRAMEWORK */
791
792/* Define if you want to compile in Python-specific mallocs */
793#define WITH_PYMALLOC 1
794
795/* Define if you want to compile in rudimentary thread support */
796#define WITH_THREAD 1
797
798/* Define to profile with the Pentium timestamp counter */
799/* #undef WITH_TSC */
800
801/* Define to 1 if your processor stores words with the most significant byte
802 first (like Motorola and SPARC, unlike Intel and VAX). */
803#define WORDS_BIGENDIAN 1
804
805/* Define to 1 if on AIX 3.
806 System headers sometimes define this.
807 We just want to avoid a redefinition error message. */
808#ifndef _ALL_SOURCE
809/* # undef _ALL_SOURCE */
810#endif
811
812/* Define on Irix to enable u_int */
813#define _BSD_TYPES 1
814
815/* This must be set to 64 on some systems to enable large file support. */
816#define _FILE_OFFSET_BITS 64
817
818/* Define on Linux to activate all library features */
819#define _GNU_SOURCE 1
820
821/* This must be defined on some systems to enable large file support. */
822#define _LARGEFILE_SOURCE 1
823
824/* Define on NetBSD to activate all library features */
825#define _NETBSD_SOURCE 1
826
827/* Define _OSF_SOURCE to get the makedev macro. */
828/* #undef _OSF_SOURCE */
829
830/* Define to activate features from IEEE Stds 1003.1-2001 */
831#define _POSIX_C_SOURCE 200112L
832
833/* Define if you have POSIX threads, and your system does not define that. */
834/* #undef _POSIX_THREADS */
835
836/* Define to force use of thread-safe errno, h_errno, and other functions */
837#define _REENTRANT 1
838
839/* Define to the level of X/Open that your system supports */
840#define _XOPEN_SOURCE 500
841
842/* Define to activate Unix95-and-earlier features */
843#define _XOPEN_SOURCE_EXTENDED 1
844
845/* Define on FreeBSD to activate all library features */
846#define __BSD_VISIBLE 1
847
848/* Define to 1 if type `char' is unsigned and you are not using gcc. */
849#ifndef __CHAR_UNSIGNED__
850/* # undef __CHAR_UNSIGNED__ */
851#endif
852
853/* Defined on Solaris to see additional function prototypes. */
854#define __EXTENSIONS__ 1
855
856/* Define to 'long' if <time.h> doesn't define. */
857/* #undef clock_t */
858
859/* Define to empty if `const' does not conform to ANSI C. */
860/* #undef const */
861
862/* Define to `int' if <sys/types.h> doesn't define. */
863/* #undef gid_t */
864
865/* Define to `int' if <sys/types.h> does not define. */
866/* #undef mode_t */
867
868/* Define to `long' if <sys/types.h> does not define. */
869/* #undef off_t */
870
871/* Define to `int' if <sys/types.h> does not define. */
872/* #undef pid_t */
873
874/* Define to empty if the keyword does not work. */
875/* #undef signed */
876
877/* Define to `unsigned' if <sys/types.h> does not define. */
878/* #undef size_t */
879
880/* Define to `int' if <sys/socket.h> does not define. */
881/* #undef socklen_t */
882
883/* Define to `int' if <sys/types.h> doesn't define. */
884/* #undef uid_t */
885
886/* Define to empty if the keyword does not work. */
887/* #undef volatile */
888
889
890/* Define the macros needed if on a UnixWare 7.x system. */
891#if defined(__USLC__) && defined(__SCO_VERSION__)
892#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
893#endif
894
895#endif /*Py_PYCONFIG_H*/
896