blob: bb221e2f55a159b8966b00f5d366f0b77038fe3e [file] [log] [blame]
Guido van Rossum622cc032001-10-24 20:04:51 +00001/* RISCOS/pyconfig.h: Python configuration for RISC OS */
Guido van Rossum228d8072001-03-02 05:58:11 +00002
3/* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6#ifndef _ALL_SOURCE
7#undef _ALL_SOURCE
8#endif
9
10/* Define if type char is unsigned and you are not using gcc. */
Guido van Rossum622cc032001-10-24 20:04:51 +000011#ifndef __CHAR_UNSIGNED__
Guido van Rossum228d8072001-03-02 05:58:11 +000012#undef __CHAR_UNSIGNED__
Guido van Rossum622cc032001-10-24 20:04:51 +000013#endif
Guido van Rossum228d8072001-03-02 05:58:11 +000014
15/* Define to empty if the keyword does not work. */
16#undef const
17
18/* Define to `int' if <sys/types.h> doesn't define. */
Guido van Rossum622cc032001-10-24 20:04:51 +000019#undef gid_t
Guido van Rossum228d8072001-03-02 05:58:11 +000020
21/* Define if your struct tm has tm_zone. */
22#undef HAVE_TM_ZONE
23
24/* Define if you don't have tm_zone but do have the external array
25 tzname. */
26#undef HAVE_TZNAME
27
Guido van Rossum228d8072001-03-02 05:58:11 +000028/* Define to `int' if <sys/types.h> doesn't define. */
Guido van Rossum622cc032001-10-24 20:04:51 +000029#undef mode_t
Guido van Rossum228d8072001-03-02 05:58:11 +000030
31/* Define to `long' if <sys/types.h> doesn't define. */
Guido van Rossum622cc032001-10-24 20:04:51 +000032#undef off_t
Guido van Rossum228d8072001-03-02 05:58:11 +000033
34/* Define to `int' if <sys/types.h> doesn't define. */
Guido van Rossum622cc032001-10-24 20:04:51 +000035#undef pid_t
Guido van Rossum228d8072001-03-02 05:58:11 +000036
37/* Define if the system does not provide POSIX.1 features except
38 with this defined. */
39#undef _POSIX_1_SOURCE
40
41/* Define if you need to in order for stat and other things to work. */
42#undef _POSIX_SOURCE
43
44/* Define as the return type of signal handlers (int or void). */
45#define RETSIGTYPE void
46
47/* Define to `unsigned' if <sys/types.h> doesn't define. */
48#undef size_t
49
50/* Define if you have the ANSI C header files. */
51#define STDC_HEADERS 1
52
53/* Define if you can safely include both <sys/time.h> and <time.h>. */
54#undef TIME_WITH_SYS_TIME
55
56/* Define if your <sys/time.h> declares struct tm. */
57#define TM_IN_SYS_TIME 1
58
59/* Define to `int' if <sys/types.h> doesn't define. */
Guido van Rossum622cc032001-10-24 20:04:51 +000060#undef uid_t
61
62/* Define if your processor stores words with the most significant
63 byte first (like Motorola and SPARC, unlike Intel and VAX). */
64#undef WORDS_BIGENDIAN
65
66/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r
67 and you want support for AIX C++ shared extension modules. */
68#undef AIX_GENUINE_CPLUSPLUS
Guido van Rossum228d8072001-03-02 05:58:11 +000069
Guido van Rossum228d8072001-03-02 05:58:11 +000070/* Define if your compiler botches static forward declarations
71 (as it does on SCI ODT 3.0) */
72#undef BAD_STATIC_FORWARD
73
74/* Define this if you have BeOS threads */
75#undef BEOS_THREADS
76
77/* Define if you have the Mach cthreads package */
78#undef C_THREADS
79
80/* Define to `long' if <time.h> doesn't define. */
81#undef clock_t
82
Guido van Rossum622cc032001-10-24 20:04:51 +000083/* Defined on Solaris to see additional function prototypes. */
84#undef __EXTENSIONS__
85
86/* This must be set to 64 on some systems to enable large file support */
87#undef _FILE_OFFSET_BITS
Guido van Rossum228d8072001-03-02 05:58:11 +000088
89/* Define if getpgrp() must be called as getpgrp(0). */
90#undef GETPGRP_HAVE_ARG
91
92/* Define if gettimeofday() does not have second (timezone) argument
93 This is the case on Motorola V4 (R40V4.2) */
94#undef GETTIMEOFDAY_NO_TZ
95
96/* Define this if your time.h defines altzone */
97#undef HAVE_ALTZONE
98
Guido van Rossum622cc032001-10-24 20:04:51 +000099/* Define if --enable-ipv6 is specified */
100#undef ENABLE_IPV6
101
102/* Define if sockaddr has sa_len member */
103#undef HAVE_SOCKADDR_SA_LEN
104
105/* struct addrinfo (netdb.h) */
106#undef HAVE_ADDRINFO
107
108/* struct sockaddr_storage (sys/socket.h) */
109#undef HAVE_SOCKADDR_STORAGE
110
111/* Defined when any dynamic module loading is enabled */
112#define HAVE_DYNAMIC_LOADING 1
113
114/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
115#undef HAVE_GETC_UNLOCKED
116
Guido van Rossum228d8072001-03-02 05:58:11 +0000117/* Define this if you have some version of gethostbyname_r() */
118#undef HAVE_GETHOSTBYNAME_R
119
120/* Define this if you have the 3-arg version of gethostbyname_r() */
121#undef HAVE_GETHOSTBYNAME_R_3_ARG
122
123/* Define this if you have the 5-arg version of gethostbyname_r() */
124#undef HAVE_GETHOSTBYNAME_R_5_ARG
125
126/* Define this if you have the 6-arg version of gethostbyname_r() */
127#undef HAVE_GETHOSTBYNAME_R_6_ARG
128
Guido van Rossum622cc032001-10-24 20:04:51 +0000129/* Defined to enable large file support when an off_t is bigger than a long
130 and long long is available and at least as big as an off_t. You may need
131 to add some flags for configuration and compilation to enable this mode.
132 E.g, for Solaris 2.7:
133 CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" OPT="-O2 $CFLAGS" \
134 configure
135*/
136#undef HAVE_LARGEFILE_SUPPORT
137
Guido van Rossum228d8072001-03-02 05:58:11 +0000138/* Define this if you have the type long long */
Martin v. Löwisa94568a2003-05-10 07:36:56 +0000139#define HAVE_LONG_LONG
Guido van Rossum228d8072001-03-02 05:58:11 +0000140
Guido van Rossum228d8072001-03-02 05:58:11 +0000141/* Define if your compiler supports function prototypes */
142#define HAVE_PROTOTYPES 1
143
Guido van Rossum622cc032001-10-24 20:04:51 +0000144/* Define if you have GNU PTH threads */
145#undef HAVE_PTH
146
147/* Define if you have readline 4.2 */
148#undef HAVE_RL_COMPLETION_MATCHES
149
Guido van Rossum228d8072001-03-02 05:58:11 +0000150/* Define if your compiler supports variable length function prototypes
151 (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
152#define HAVE_STDARG_PROTOTYPES 1
153
Guido van Rossum622cc032001-10-24 20:04:51 +0000154/* Define this if you have the type uintptr_t */
155#undef HAVE_UINTPTR_T
156
157/* Define if you have a useable wchar_t type defined in wchar.h; useable
158 means wchar_t must be 16-bit unsigned type. (see
159 Include/unicodeobject.h). */
160#undef HAVE_USABLE_WCHAR_T
161
162/* Define if the compiler provides a wchar.h header file. */
163#undef HAVE_WCHAR_H
164
165/* This must be defined on some systems to enable large file support */
166#undef _LARGEFILE_SOURCE
167
168/* Define if you want to have a Unicode type. */
169#define Py_USING_UNICODE 1
170
171/* Define as the integral type used for Unicode representation. */
172#define PY_UNICODE_TYPE unsigned short
173
174/* Define as the size of the unicode type. */
175#define Py_UNICODE_SIZE 2
176
177/* Define if nice() returns success/failure instead of the new priority. */
178#undef HAVE_BROKEN_NICE
179
Guido van Rossum228d8072001-03-02 05:58:11 +0000180/* Define if you have POSIX threads */
181#undef _POSIX_THREADS
182
Guido van Rossum622cc032001-10-24 20:04:51 +0000183/* Define if you want to build an interpreter with many run-time checks */
184#undef Py_DEBUG
185
Guido van Rossum228d8072001-03-02 05:58:11 +0000186/* Define to force use of thread-safe errno, h_errno, and other functions */
187#undef _REENTRANT
188
189/* Define if setpgrp() must be called as setpgrp(0, 0). */
190#undef SETPGRP_HAVE_ARG
191
192/* Define to empty if the keyword does not work. */
193#undef signed
194
Guido van Rossum622cc032001-10-24 20:04:51 +0000195/* Define if i>>j for signed int i does not extend the sign bit
196 when i < 0
197*/
198#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
199
200/* The number of bytes in an off_t. */
201#define SIZEOF_OFF_T 4
202
203/* The number of bytes in a time_t. */
204#define SIZEOF_TIME_T 4
205
206/* The number of bytes in a pthread_t. */
207#undef SIZEOF_PTHREAD_T
208
209/* Define to `int' if <sys/types.h> doesn't define. */
210#define socklen_t int
211
Guido van Rossum228d8072001-03-02 05:58:11 +0000212/* Define if you can safely include both <sys/select.h> and <sys/time.h>
213 (which you can't on SCO ODT 3.0). */
214#undef SYS_SELECT_WITH_SYS_TIME
215
216/* Define if a va_list is an array of some kind */
217#define VA_LIST_IS_ARRAY 1
218
219/* Define to empty if the keyword does not work. */
220#undef volatile
221
222/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
223#undef WANT_SIGFPE_HANDLER
224
Guido van Rossum622cc032001-10-24 20:04:51 +0000225/* Define if you want wctype.h functions to be used instead of the
226 one supplied by Python itself. (see Include/unicodectype.h). */
227#undef WANT_WCTYPE_FUNCTIONS
228
Martin v. Löwisa94568a2003-05-10 07:36:56 +0000229/* Define if you want to read files with foreign newlines. */
230#define WITH_UNIVERSAL_NEWLINES 1
231
Martin v. Löwis2befa482002-06-09 13:41:37 +0000232/* Define if you want documentation strings in extension modules */
233#define WITH_DOC_STRINGS 1
234
Guido van Rossum228d8072001-03-02 05:58:11 +0000235/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS)
236 dynamic linker (dyld) instead of the old-style (NextStep) dynamic
237 linker (rld). Dyld is necessary to support frameworks. */
238#undef WITH_DYLD
239
Guido van Rossum622cc032001-10-24 20:04:51 +0000240/* Define if you want to compile in Python-specific mallocs */
Martin v. Löwisa94568a2003-05-10 07:36:56 +0000241#define WITH_PYMALLOC 1
Guido van Rossum228d8072001-03-02 05:58:11 +0000242
243/* Define if you want to produce an OpenStep/Rhapsody framework
244 (shared library plus accessory files). */
245#undef WITH_NEXT_FRAMEWORK
246
Guido van Rossum622cc032001-10-24 20:04:51 +0000247/* Define if you want to use MacPython modules on MacOSX in unix-Python */
248#undef USE_TOOLBOX_OBJECT_GLUE
Guido van Rossum228d8072001-03-02 05:58:11 +0000249
Guido van Rossum622cc032001-10-24 20:04:51 +0000250/* Define if you want to compile in rudimentary thread support */
251#undef WITH_THREAD
252
253/* The number of bytes in a char. */
254#define SIZEOF_CHAR 1
255
256/* The number of bytes in a double. */
257#define SIZEOF_DOUBLE 8
258
259/* The number of bytes in a float. */
260#define SIZEOF_FLOAT 4
261
262/* The number of bytes in a fpos_t. */
263#undef SIZEOF_FPOS_T
Guido van Rossum228d8072001-03-02 05:58:11 +0000264
265/* The number of bytes in a int. */
266#define SIZEOF_INT 4
267
268/* The number of bytes in a long. */
269#define SIZEOF_LONG 4
270
271/* The number of bytes in a long long. */
Martin v. Löwisa94568a2003-05-10 07:36:56 +0000272#define SIZEOF_LONG_LONG 8
Guido van Rossum228d8072001-03-02 05:58:11 +0000273
Guido van Rossum622cc032001-10-24 20:04:51 +0000274/* The number of bytes in a short. */
275#define SIZEOF_SHORT 2
276
277/* The number of bytes in a uintptr_t. */
278#undef SIZEOF_UINTPTR_T
279
Guido van Rossum228d8072001-03-02 05:58:11 +0000280/* The number of bytes in a void *. */
281#define SIZEOF_VOID_P 4
282
Guido van Rossum622cc032001-10-24 20:04:51 +0000283/* The number of bytes in a wchar_t. */
284#undef SIZEOF_WCHAR_T
285
286/* Define if you have the _getpty function. */
287#undef HAVE__GETPTY
288
Guido van Rossum228d8072001-03-02 05:58:11 +0000289/* Define if you have the alarm function. */
290#undef HAVE_ALARM
291
292/* Define if you have the chown function. */
293#undef HAVE_CHOWN
294
295/* Define if you have the clock function. */
296#define HAVE_CLOCK 1
297
Guido van Rossum622cc032001-10-24 20:04:51 +0000298/* Define if you have the confstr function. */
299#undef HAVE_CONFSTR
300
301/* Define if you have the ctermid function. */
302#undef HAVE_CTERMID
303
304/* Define if you have the ctermid_r function. */
305#undef HAVE_CTERMID_R
306
Guido van Rossum228d8072001-03-02 05:58:11 +0000307/* Define if you have the dlopen function. */
308#undef HAVE_DLOPEN
309
310/* Define if you have the dup2 function. */
311#undef HAVE_DUP2
312
313/* Define if you have the execv function. */
314#undef HAVE_EXECV
315
316/* Define if you have the fdatasync function. */
317#undef HAVE_FDATASYNC
318
319/* Define if you have the flock function. */
320#undef HAVE_FLOCK
321
322/* Define if you have the fork function. */
323#undef HAVE_FORK
324
Guido van Rossum622cc032001-10-24 20:04:51 +0000325/* Define if you have the forkpty function. */
326#undef HAVE_FORKPTY
327
328/* Define if you have the fpathconf function. */
329#undef HAVE_FPATHCONF
330
Guido van Rossum228d8072001-03-02 05:58:11 +0000331/* Define if you have the fseek64 function. */
332#undef HAVE_FSEEK64
333
334/* Define if you have the fseeko function. */
335#undef HAVE_FSEEKO
336
337/* Define if you have the fstatvfs function. */
338#undef HAVE_FSTATVFS
339
340/* Define if you have the fsync function. */
341#undef HAVE_FSYNC
342
343/* Define if you have the ftell64 function. */
344#undef HAVE_FTELL64
345
346/* Define if you have the ftello function. */
347#undef HAVE_FTELLO
348
349/* Define if you have the ftime function. */
350#undef HAVE_FTIME
351
352/* Define if you have the ftruncate function. */
353#undef HAVE_FTRUNCATE
354
Guido van Rossum622cc032001-10-24 20:04:51 +0000355/* Define if you have the gai_strerror function. */
356#undef HAVE_GAI_STRERROR
357
358/* Define if you have the getaddrinfo function. */
359#undef HAVE_GETADDRINFO
360
Guido van Rossum228d8072001-03-02 05:58:11 +0000361/* Define if you have the getcwd function. */
362#undef HAVE_GETCWD
363
Guido van Rossum622cc032001-10-24 20:04:51 +0000364/* Define if you have the getgroups function. */
365#undef HAVE_GETGROUPS
366
367/* Define if you have the gethostbyname function. */
368#undef HAVE_GETHOSTBYNAME
369
370/* Define if you have the getlogin function. */
371#undef HAVE_GETLOGIN
372
373/* Define if you have the getnameinfo function. */
374#undef HAVE_GETNAMEINFO
375
Guido van Rossum228d8072001-03-02 05:58:11 +0000376/* Define if you have the getpeername function. */
Martin v. Löwisa94568a2003-05-10 07:36:56 +0000377#define HAVE_GETPEERNAME
Guido van Rossum228d8072001-03-02 05:58:11 +0000378
Martin v. Löwis606edc12002-06-13 21:09:11 +0000379/* Define if you have the getpgid function. */
380#undef HAVE_GETPGID
381
Guido van Rossum228d8072001-03-02 05:58:11 +0000382/* Define if you have the getpgrp function. */
383#undef HAVE_GETPGRP
384
385/* Define if you have the getpid function. */
386#undef HAVE_GETPID
387
Guido van Rossum622cc032001-10-24 20:04:51 +0000388/* Define if you have the getpriority function. */
389#undef HAVE_GETPRIORITY
390
Guido van Rossum228d8072001-03-02 05:58:11 +0000391/* Define if you have the getpwent function. */
392#undef HAVE_GETPWENT
393
394/* Define if you have the gettimeofday function. */
395#undef HAVE_GETTIMEOFDAY
396
397/* Define if you have the getwd function. */
398#undef HAVE_GETWD
399
Guido van Rossum622cc032001-10-24 20:04:51 +0000400/* Define if you have the hstrerror function. */
401#undef HAVE_HSTRERROR
402
Guido van Rossum228d8072001-03-02 05:58:11 +0000403/* Define if you have the hypot function. */
Martin v. Löwisa94568a2003-05-10 07:36:56 +0000404#define HAVE_HYPOT
Guido van Rossum228d8072001-03-02 05:58:11 +0000405
Guido van Rossum622cc032001-10-24 20:04:51 +0000406/* Define if you have the inet_pton function. */
407#define HAVE_INET_PTON 1
408
Guido van Rossum228d8072001-03-02 05:58:11 +0000409/* Define if you have the kill function. */
410#undef HAVE_KILL
411
412/* Define if you have the link function. */
413#undef HAVE_LINK
414
415/* Define if you have the lstat function. */
416#undef HAVE_LSTAT
417
418/* Define if you have the memmove function. */
419#define HAVE_MEMMOVE 1
420
421/* Define if you have the mkfifo function. */
422#undef HAVE_MKFIFO
423
424/* Define if you have the mktime function. */
425#define HAVE_MKTIME 1
426
Guido van Rossum622cc032001-10-24 20:04:51 +0000427/* Define if you have the mremap function. */
428#undef HAVE_MREMAP
429
Guido van Rossum228d8072001-03-02 05:58:11 +0000430/* Define if you have the nice function. */
431#undef HAVE_NICE
432
Guido van Rossum622cc032001-10-24 20:04:51 +0000433/* Define if you have the openpty function. */
434#undef HAVE_OPENPTY
435
436/* Define if you have the pathconf function. */
437#undef HAVE_PATHCONF
438
Guido van Rossum228d8072001-03-02 05:58:11 +0000439/* Define if you have the pause function. */
440#undef HAVE_PAUSE
441
442/* Define if you have the plock function. */
443#undef HAVE_PLOCK
444
Guido van Rossum622cc032001-10-24 20:04:51 +0000445/* Define if you have the poll function. */
446#undef HAVE_POLL
447
Guido van Rossum228d8072001-03-02 05:58:11 +0000448/* Define if you have the pthread_init function. */
449#undef HAVE_PTHREAD_INIT
450
451/* Define if you have the putenv function. */
452#undef HAVE_PUTENV
453
454/* Define if you have the readlink function. */
455#undef HAVE_READLINK
456
457/* Define if you have the select function. */
458#undef HAVE_SELECT
459
Guido van Rossum622cc032001-10-24 20:04:51 +0000460/* Define if you have the setegid function. */
461#undef HAVE_SETEGID
462
463/* Define if you have the seteuid function. */
464#undef HAVE_SETEUID
465
Guido van Rossum228d8072001-03-02 05:58:11 +0000466/* Define if you have the setgid function. */
467#undef HAVE_SETGID
468
469/* Define if you have the setlocale function. */
Guido van Rossum622cc032001-10-24 20:04:51 +0000470#define HAVE_SETLOCALE 1
Guido van Rossum228d8072001-03-02 05:58:11 +0000471
472/* Define if you have the setpgid function. */
473#undef HAVE_SETPGID
474
475/* Define if you have the setpgrp function. */
476#undef HAVE_SETPGRP
477
Guido van Rossum622cc032001-10-24 20:04:51 +0000478/* Define if you have the setregid function. */
479#undef HAVE_SETREGID
480
481/* Define if you have the setreuid function. */
482#undef HAVE_SETREUID
483
Guido van Rossum228d8072001-03-02 05:58:11 +0000484/* Define if you have the setsid function. */
485#undef HAVE_SETSID
486
487/* Define if you have the setuid function. */
488#undef HAVE_SETUID
489
490/* Define if you have the setvbuf function. */
491#undef HAVE_SETVBUF
492
493/* Define if you have the sigaction function. */
494#undef HAVE_SIGACTION
495
496/* Define if you have the siginterrupt function. */
497#undef HAVE_SIGINTERRUPT
498
499/* Define if you have the sigrelse function. */
500#undef HAVE_SIGRELSE
501
Guido van Rossum622cc032001-10-24 20:04:51 +0000502/* Define if you have the snprintf function. */
503#undef HAVE_SNPRINTF
504
Guido van Rossum228d8072001-03-02 05:58:11 +0000505/* Define if you have the statvfs function. */
506#undef HAVE_STATVFS
507
508/* Define if you have the strdup function. */
Guido van Rossum622cc032001-10-24 20:04:51 +0000509#define HAVE_STRDUP 1
Guido van Rossum228d8072001-03-02 05:58:11 +0000510
511/* Define if you have the strerror function. */
512#define HAVE_STRERROR 1
513
514/* Define if you have the strftime function. */
515#define HAVE_STRFTIME 1
516
517/* Define if you have the strptime function. */
518#undef HAVE_STRPTIME
519
520/* Define if you have the symlink function. */
521#undef HAVE_SYMLINK
522
Guido van Rossum622cc032001-10-24 20:04:51 +0000523/* Define if you have the sysconf function. */
524#undef HAVE_SYSCONF
525
Guido van Rossum228d8072001-03-02 05:58:11 +0000526/* Define if you have the tcgetpgrp function. */
527#undef HAVE_TCGETPGRP
528
529/* Define if you have the tcsetpgrp function. */
530#undef HAVE_TCSETPGRP
531
Guido van Rossum622cc032001-10-24 20:04:51 +0000532/* Define if you have the tempnam function. */
533#undef HAVE_TEMPNAM
534
Guido van Rossum228d8072001-03-02 05:58:11 +0000535/* Define if you have the timegm function. */
536#undef HAVE_TIMEGM
537
538/* Define if you have the times function. */
539#undef HAVE_TIMES
540
Guido van Rossum622cc032001-10-24 20:04:51 +0000541/* Define if you have the tmpfile function. */
542#undef HAVE_TMPFILE
543
544/* Define if you have the tmpnam function. */
545#undef HAVE_TMPNAM
546
547/* Define if you have the tmpnam_r function. */
548#undef HAVE_TMPNAM_R
549
Guido van Rossum228d8072001-03-02 05:58:11 +0000550/* Define if you have the truncate function. */
551#undef HAVE_TRUNCATE
552
553/* Define if you have the uname function. */
554#undef HAVE_UNAME
555
556/* Define if you have the waitpid function. */
557#undef HAVE_WAITPID
558
Guido van Rossum622cc032001-10-24 20:04:51 +0000559/* Define if you have the <db.h> header file. */
560#undef HAVE_DB_H
561
562/* Define if you have the <db1/ndbm.h> header file. */
563#undef HAVE_DB1_NDBM_H
564
565/* Define if you have the <db_185.h> header file. */
566#undef HAVE_DB_185_H
567
Guido van Rossum228d8072001-03-02 05:58:11 +0000568/* Define if you have the <dirent.h> header file. */
569#undef HAVE_DIRENT_H
570
571/* Define if you have the <dlfcn.h> header file. */
572#undef HAVE_DLFCN_H
573
574/* Define if you have the <fcntl.h> header file. */
575#undef HAVE_FCNTL_H
576
Guido van Rossum622cc032001-10-24 20:04:51 +0000577/* Define if you have the <gdbm/ndbm.h> header file. */
578#undef HAVE_GDBM_NDBM_H
579
580/* Define if you have the <langinfo.h> header file. */
581#undef HAVE_LANGINFO_H
582
583/* Define if you have the <libutil.h> header file. */
584#undef HAVE_LIBUTIL_H
585
Guido van Rossum228d8072001-03-02 05:58:11 +0000586/* Define if you have the <limits.h> header file. */
587#define HAVE_LIMITS_H 1
588
589/* Define if you have the <locale.h> header file. */
590#define HAVE_LOCALE_H 1
591
592/* Define if you have the <ncurses.h> header file. */
593#undef HAVE_NCURSES_H
594
Guido van Rossum622cc032001-10-24 20:04:51 +0000595/* Define if you have the <ndbm.h> header file. */
596#undef HAVE_NDBM_H
597
Guido van Rossum228d8072001-03-02 05:58:11 +0000598/* Define if you have the <ndir.h> header file. */
599#undef HAVE_NDIR_H
600
Guido van Rossum622cc032001-10-24 20:04:51 +0000601/* Define if you have the <netpacket/packet.h> header file. */
602#undef HAVE_NETPACKET_PACKET_H
603
604/* Define if you have the <poll.h> header file. */
605#undef HAVE_POLL_H
606
Guido van Rossum228d8072001-03-02 05:58:11 +0000607/* Define if you have the <pthread.h> header file. */
608#undef HAVE_PTHREAD_H
609
Guido van Rossum622cc032001-10-24 20:04:51 +0000610/* Define if you have the <pty.h> header file. */
611#undef HAVE_PTY_H
612
Guido van Rossum228d8072001-03-02 05:58:11 +0000613/* Define if you have the <signal.h> header file. */
614#define HAVE_SIGNAL_H 1
615
616/* Define if you have the <stdarg.h> header file. */
617#define HAVE_STDARG_H 1
618
619/* Define if you have the <stddef.h> header file. */
620#define HAVE_STDDEF_H 1
621
622/* Define if you have the <stdlib.h> header file. */
623#define HAVE_STDLIB_H 1
624
625/* Define if you have the <sys/audioio.h> header file. */
626#undef HAVE_SYS_AUDIOIO_H
627
628/* Define if you have the <sys/dir.h> header file. */
629#undef HAVE_SYS_DIR_H
630
631/* Define if you have the <sys/file.h> header file. */
632#undef HAVE_SYS_FILE_H
633
634/* Define if you have the <sys/lock.h> header file. */
635#undef HAVE_SYS_LOCK_H
636
Guido van Rossum622cc032001-10-24 20:04:51 +0000637/* Define if you have the <sys/modem.h> header file. */
638#undef HAVE_SYS_MODEM_H
639
Guido van Rossum228d8072001-03-02 05:58:11 +0000640/* Define if you have the <sys/ndir.h> header file. */
641#undef HAVE_SYS_NDIR_H
642
643/* Define if you have the <sys/param.h> header file. */
644#undef HAVE_SYS_PARAM_H
645
Guido van Rossum622cc032001-10-24 20:04:51 +0000646/* Define if you have the <sys/poll.h> header file. */
647#undef HAVE_SYS_POLL_H
648
649/* Define if you have the <sys/resource.h> header file. */
650#undef HAVE_SYS_RESOURCE_H
651
Guido van Rossum228d8072001-03-02 05:58:11 +0000652/* Define if you have the <sys/select.h> header file. */
653#undef HAVE_SYS_SELECT_H
654
Guido van Rossum622cc032001-10-24 20:04:51 +0000655/* Define if you have the <sys/socket.h> header file. */
656#undef HAVE_SYS_SOCKET_H
657
Guido van Rossum228d8072001-03-02 05:58:11 +0000658/* Define if you have the <sys/time.h> header file. */
659#undef HAVE_SYS_TIME_H
660
661/* Define if you have the <sys/times.h> header file. */
662#undef HAVE_SYS_TIMES_H
663
664/* Define if you have the <sys/un.h> header file. */
665#undef HAVE_SYS_UN_H
666
667/* Define if you have the <sys/utsname.h> header file. */
668#undef HAVE_SYS_UTSNAME_H
669
670/* Define if you have the <sys/wait.h> header file. */
671#undef HAVE_SYS_WAIT_H
672
Guido van Rossum622cc032001-10-24 20:04:51 +0000673/* Define if you have the <termios.h> header file. */
674#undef HAVE_TERMIOS_H
675
Guido van Rossum228d8072001-03-02 05:58:11 +0000676/* Define if you have the <thread.h> header file. */
677#undef HAVE_THREAD_H
678
679/* Define if you have the <unistd.h> header file. */
Guido van Rossum622cc032001-10-24 20:04:51 +0000680#define HAVE_UNISTD_H 1
Guido van Rossum228d8072001-03-02 05:58:11 +0000681
682/* Define if you have the <utime.h> header file. */
683#undef HAVE_UTIME_H
684
685/* Define if you have the dl library (-ldl). */
686#undef HAVE_LIBDL
687
688/* Define if you have the dld library (-ldld). */
689#undef HAVE_LIBDLD
690
691/* Define if you have the ieee library (-lieee). */
692#undef HAVE_LIBIEEE
693
Guido van Rossum622cc032001-10-24 20:04:51 +0000694#ifdef __CYGWIN__
695#ifdef USE_DL_IMPORT
696#define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE
697#define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
698#else
699#define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
700#define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
701#endif
702#endif
703
704/* Define the macros needed if on a UnixWare 7.x system. */
705#if defined(__USLC__) && defined(__SCO_VERSION__)
706#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
707#endif
708
Guido van Rossum228d8072001-03-02 05:58:11 +0000709
710#define DONT_HAVE_FSTAT 1
711#define DONT_HAVE_STAT 1
Guido van Rossum622cc032001-10-24 20:04:51 +0000712#undef DONT_HAVE_SYS_STAT_H
Guido van Rossum228d8072001-03-02 05:58:11 +0000713
Guido van Rossum622cc032001-10-24 20:04:51 +0000714#define PLATFORM "riscos"