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