blob: c92f1a6b08f62923e6e11605e5bc53a26722beb5 [file] [log] [blame]
Guido van Rossumd4d77281994-08-19 10:51:31 +00001/* config.h for Macintosh THINK C 6.0. */
Guido van Rossumce9739b1994-01-05 16:17:15 +00002
Guido van Rossumd4d77281994-08-19 10:51:31 +00003/* Define if on Macintosh (THINK C or MPW */
Guido van Rossumce9739b1994-01-05 16:17:15 +00004#define macintosh
5
6/* Define if on AIX 3.
7 System headers sometimes define this.
8 We just want to avoid a redefinition error message. */
9#ifndef _ALL_SOURCE
10#undef _ALL_SOURCE
11#endif
12
Guido van Rossumd4d77281994-08-19 10:51:31 +000013/* Define if type char is unsigned and you are not using gcc. */
14#undef __CHAR_UNSIGNED__
15
Guido van Rossumce9739b1994-01-05 16:17:15 +000016/* Define to empty if the keyword does not work. */
17#undef const
18
19/* Define if you have dirent.h. */
20#undef DIRENT
21
22/* Define to the type of elements in the array set by `getgroups'.
23 Usually this is either `int' or `gid_t'. */
24#undef GETGROUPS_T
25
26/* Define to `int' if <sys/types.h> doesn't define. */
27#undef gid_t
28
29/* Define if your struct tm has tm_zone. */
30#undef HAVE_TM_ZONE
31
32/* Define if you don't have tm_zone but do have the external array
33 tzname. */
34#undef HAVE_TZNAME
35
36/* Define if on MINIX. */
37#undef _MINIX
38
39/* Define to `int' if <sys/types.h> doesn't define. */
40#undef mode_t
41
42/* Define if you don't have dirent.h, but have ndir.h. */
43#undef NDIR
44
45/* Define to `long' if <sys/types.h> doesn't define. */
46#undef off_t
47
48/* Define to `int' if <sys/types.h> doesn't define. */
49#undef pid_t
50
51/* Define if the system does not provide POSIX.1 features except
52 with this defined. */
53#undef _POSIX_1_SOURCE
54
55/* Define if you need to in order for stat and other things to work. */
56#undef _POSIX_SOURCE
57
58/* Define as the return type of signal handlers (int or void). */
59#define RETSIGTYPE void
60
61/* Define to `unsigned' if <sys/types.h> doesn't define. */
62#undef size_t
63
64/* Define if you have the ANSI C header files. */
65#define STDC_HEADERS
66
67/* Define if you don't have dirent.h, but have sys/dir.h. */
68#undef SYSDIR
69
70/* Define if you don't have dirent.h, but have sys/ndir.h. */
71#undef SYSNDIR
72
73/* Define if you can safely include both <sys/time.h> and <time.h>. */
74#undef TIME_WITH_SYS_TIME
75
76/* Define if your <sys/time.h> declares struct tm. */
77#undef TM_IN_SYS_TIME
78
79/* Define to `int' if <sys/types.h> doesn't define. */
80#undef uid_t
81
82/* Define if the closedir function returns void instead of int. */
83#undef VOID_CLOSEDIR
84
85/* Define if your <unistd.h> contains bad prototypes for exec*()
86 (as it does on SGI IRIX 4.x) */
87#undef BAD_EXEC_PROTOTYPES
88
Guido van Rossumd4d77281994-08-19 10:51:31 +000089/* Define if your compiler botches static forward declarations
90 (as it does on SCI ODT 3.0) */
91#undef BAD_STATIC_FORWARD
92
93/* Define to `long' if <time.h> doesn't define. */
94#undef clock_t
95
Guido van Rossumce9739b1994-01-05 16:17:15 +000096/* Define if getpgrp() must be called as getpgrp(0)
97 and (consequently) setpgrp() as setpgrp(0, 0). */
Guido van Rossumd4d77281994-08-19 10:51:31 +000098#undef GETPGRP_HAVE_ARG
99
100/* Define this if your time.h defines altzone */
101#undef HAVE_ALTZONE
Guido van Rossumce9739b1994-01-05 16:17:15 +0000102
103/* Define if your compiler supports function prototypes */
104#define HAVE_PROTOTYPES
105
Guido van Rossumd4d77281994-08-19 10:51:31 +0000106/* Define if your compiler supports variable length function prototypes
107 (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
108#define HAVE_STDARG_PROTOTYPES
109
110/* Define if you have POSIX threads */
111#undef _POSIX_THREADS
112
113/* Define to empty if the keyword does not work. */
114#undef signed
115
Guido van Rossumce9739b1994-01-05 16:17:15 +0000116/* Define if you can safely include both <sys/select.h> and <sys/time.h>
117 (which you can't on SCO ODT 3.0). */
118#undef SYS_SELECT_WITH_SYS_TIME
119
Guido van Rossumd4d77281994-08-19 10:51:31 +0000120/* Define if you want to use SGI (IRIX 4) dynamic linking.
121 This requires the "dl" library by Jack Jansen,
122 ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
123 Don't bother on IRIX 5, it already has dynamic linking using SunOS
124 style shared libraries */
125#undef WITH_SGI_DL
126
127/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
128 This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
129 Sequent Symmetry (Dynix), and Atari ST.
130 This requires the "dl-dld" library,
131 ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
132 as well as the "GNU dld" library,
133 ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
134 Don't bother on SunOS 4 or 5, they already have dynamic linking using
135 shared libraries */
136#undef WITH_DL_DLD
137
Guido van Rossumce9739b1994-01-05 16:17:15 +0000138/* Define if you want to compile in rudimentary thread support */
139#undef WITH_THREAD
140
141/* Define if you want to use the GNU readline library */
142#undef WITH_READLINE
143
Guido van Rossumd4d77281994-08-19 10:51:31 +0000144/* Define if you have chown. */
145#undef HAVE_CHOWN
146
Guido van Rossumce9739b1994-01-05 16:17:15 +0000147/* Define if you have clock. */
Guido van Rossumd4d77281994-08-19 10:51:31 +0000148#define HAVE_CLOCK
149
150/* Define if you have dlopen. */
151#undef HAVE_DLOPEN
Guido van Rossumce9739b1994-01-05 16:17:15 +0000152
153/* Define if you have ftime. */
154#undef HAVE_FTIME
155
156/* Define if you have getpeername. */
157#undef HAVE_GETPEERNAME
158
159/* Define if you have getpgrp. */
160#undef HAVE_GETPGRP
161
Guido van Rossumd4d77281994-08-19 10:51:31 +0000162/* Define if you have getpid. */
163#undef HAVE_GETPID
164
Guido van Rossumce9739b1994-01-05 16:17:15 +0000165/* Define if you have gettimeofday. */
166#undef HAVE_GETTIMEOFDAY
167
168/* Define if you have getwd. */
169#define HAVE_GETWD 1
170
Guido van Rossumd4d77281994-08-19 10:51:31 +0000171/* Define if you have link. */
172#undef HAVE_LINK
173
Guido van Rossumce9739b1994-01-05 16:17:15 +0000174/* Define if you have lstat. */
175#undef HAVE_LSTAT
176
Guido van Rossumd4d77281994-08-19 10:51:31 +0000177/* Define if you have nice. */
178#undef HAVE_NICE
Guido van Rossumce9739b1994-01-05 16:17:15 +0000179
180/* Define if you have readlink. */
181#undef HAVE_READLINK
182
183/* Define if you have select. */
184#undef HAVE_SELECT
185
Guido van Rossumd4d77281994-08-19 10:51:31 +0000186/* Define if you have setgid. */
187#undef HAVE_SETGID
188
Guido van Rossumce9739b1994-01-05 16:17:15 +0000189/* Define if you have setpgid. */
190#undef HAVE_SETPGID
191
192/* Define if you have setpgrp. */
193#undef HAVE_SETPGRP
194
195/* Define if you have setsid. */
196#undef HAVE_SETSID
197
Guido van Rossumd4d77281994-08-19 10:51:31 +0000198/* Define if you have setuid. */
199#undef HAVE_SETUID
200
Guido van Rossumfe16cc01994-05-06 14:16:30 +0000201/* Define if you have setvbuf. */
Guido van Rossumd4d77281994-08-19 10:51:31 +0000202#define HAVE_SETVBUF
Guido van Rossumfe16cc01994-05-06 14:16:30 +0000203
Guido van Rossumce9739b1994-01-05 16:17:15 +0000204/* Define if you have siginterrupt. */
205#undef HAVE_SIGINTERRUPT
206
207/* Define if you have symlink. */
208#undef HAVE_SYMLINK
209
210/* Define if you have tcgetpgrp. */
211#undef HAVE_TCGETPGRP
212
213/* Define if you have tcsetpgrp. */
214#undef HAVE_TCSETPGRP
215
216/* Define if you have times. */
217#undef HAVE_TIMES
218
219/* Define if you have uname. */
220#undef HAVE_UNAME
221
222/* Define if you have waitpid. */
223#undef HAVE_WAITPID
224
225/* Define if you have the <dlfcn.h> header file. */
226#undef HAVE_DLFCN_H
227
Guido van Rossumd4d77281994-08-19 10:51:31 +0000228/* Define if you have the <fcntl.h> header file. */
229#undef HAVE_FCNTL_H
230
Guido van Rossumce9739b1994-01-05 16:17:15 +0000231/* Define if you have the <signal.h> header file. */
Guido van Rossumd4d77281994-08-19 10:51:31 +0000232#define HAVE_SIGNAL_H
Guido van Rossumce9739b1994-01-05 16:17:15 +0000233
234/* Define if you have the <stdarg.h> header file. */
Guido van Rossumd4d77281994-08-19 10:51:31 +0000235#define HAVE_STDARG_H
Guido van Rossumce9739b1994-01-05 16:17:15 +0000236
237/* Define if you have the <stdlib.h> header file. */
Guido van Rossumd4d77281994-08-19 10:51:31 +0000238#define HAVE_STDLIB_H
Guido van Rossumce9739b1994-01-05 16:17:15 +0000239
240/* Define if you have the <sys/audioio.h> header file. */
241#undef HAVE_SYS_AUDIOIO_H
242
243/* Define if you have the <sys/param.h> header file. */
244#undef HAVE_SYS_PARAM_H
245
246/* Define if you have the <sys/select.h> header file. */
247#undef HAVE_SYS_SELECT_H
248
Guido van Rossumd4d77281994-08-19 10:51:31 +0000249/* Define if you have the <sys/time.h> header file. */
250#undef HAVE_SYS_TIME_H
251
Guido van Rossumce9739b1994-01-05 16:17:15 +0000252/* Define if you have the <sys/times.h> header file. */
253#undef HAVE_SYS_TIMES_H
254
255/* Define if you have the <sys/un.h> header file. */
256#undef HAVE_SYS_UN_H
257
258/* Define if you have the <sys/utsname.h> header file. */
259#undef HAVE_SYS_UTSNAME_H
260
261/* Define if you have the <thread.h> header file. */
262#undef HAVE_THREAD_H
263
264/* Define if you have the <unistd.h> header file. */
265#undef HAVE_UNISTD_H
266
267/* Define if you have the <utime.h> header file. */
268#undef HAVE_UTIME_H
269
270/* Define if you have the dl library (-ldl). */
271#undef HAVE_LIBDL
272
Guido van Rossumd4d77281994-08-19 10:51:31 +0000273/* Define if you have the inet library (-linet). */
274#undef HAVE_LIBINET
275
Guido van Rossumce9739b1994-01-05 16:17:15 +0000276/* Define if you have the mpc library (-lmpc). */
277#undef HAVE_LIBMPC
278
279/* Define if you have the nsl library (-lnsl). */
280#undef HAVE_LIBNSL
281
Guido van Rossumd4d77281994-08-19 10:51:31 +0000282/* Define if you have the pthreads library (-lpthreads). */
283#undef HAVE_LIBPTHREADS
284
Guido van Rossumce9739b1994-01-05 16:17:15 +0000285/* Define if you have the seq library (-lseq). */
286#undef HAVE_LIBSEQ
287
288/* Define if you have the socket library (-lsocket). */
289#undef HAVE_LIBSOCKET
290
291/* Define if you have the sun library (-lsun). */
292#undef HAVE_LIBSUN
293
Guido van Rossumd4d77281994-08-19 10:51:31 +0000294/* Define if you have the termcap library (-ltermcap). */
295#undef HAVE_LIBTERMCAP
296
297/* Define if you have the termlib library (-ltermlib). */
298#undef HAVE_LIBTERMLIB
299
Guido van Rossumce9739b1994-01-05 16:17:15 +0000300/* Define if you have the thread library (-lthread). */
301#undef HAVE_LIBTHREAD