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