blob: a3fc5062cdfdae456ce9c89b0adff2edbcd8bdd0 [file] [log] [blame]
Guido van Rossumf1328521994-05-03 14:43:56 +00001/* config.h.in. Generated automatically from configure.in by autoheader. */
Guido van Rossum91168a81994-01-03 03:59:44 +00002
Guido van Rossum61fe8611994-01-03 14:56:37 +00003/* 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
Guido van Rossum91168a81994-01-03 03:59:44 +00009
Guido van Rossumf1328521994-05-03 14:43:56 +000010/* Define if type char is unsigned and you are not using gcc. */
11#undef __CHAR_UNSIGNED__
12
Guido van Rossum61fe8611994-01-03 14:56:37 +000013/* Define to empty if the keyword does not work. */
14#undef const
Guido van Rossum91168a81994-01-03 03:59:44 +000015
Guido van Rossum61fe8611994-01-03 14:56:37 +000016/* Define if you have dirent.h. */
17#undef DIRENT
Guido van Rossum91168a81994-01-03 03:59:44 +000018
Guido van Rossum61fe8611994-01-03 14:56:37 +000019/* Define to the type of elements in the array set by `getgroups'.
20 Usually this is either `int' or `gid_t'. */
21#undef GETGROUPS_T
Guido van Rossum91168a81994-01-03 03:59:44 +000022
Guido van Rossum61fe8611994-01-03 14:56:37 +000023/* Define to `int' if <sys/types.h> doesn't define. */
24#undef gid_t
Guido van Rossum91168a81994-01-03 03:59:44 +000025
Guido van Rossum61fe8611994-01-03 14:56:37 +000026/* Define if your struct tm has tm_zone. */
27#undef HAVE_TM_ZONE
Guido van Rossum91168a81994-01-03 03:59:44 +000028
Guido van Rossum61fe8611994-01-03 14:56:37 +000029/* Define if you don't have tm_zone but do have the external array
30 tzname. */
31#undef HAVE_TZNAME
Guido van Rossum91168a81994-01-03 03:59:44 +000032
Guido van Rossum61fe8611994-01-03 14:56:37 +000033/* Define if on MINIX. */
34#undef _MINIX
Guido van Rossum91168a81994-01-03 03:59:44 +000035
Guido van Rossum61fe8611994-01-03 14:56:37 +000036/* Define to `int' if <sys/types.h> doesn't define. */
37#undef mode_t
Guido van Rossum91168a81994-01-03 03:59:44 +000038
Guido van Rossum61fe8611994-01-03 14:56:37 +000039/* Define if you don't have dirent.h, but have ndir.h. */
40#undef NDIR
Guido van Rossum91168a81994-01-03 03:59:44 +000041
Guido van Rossum61fe8611994-01-03 14:56:37 +000042/* Define to `long' if <sys/types.h> doesn't define. */
43#undef off_t
Guido van Rossum91168a81994-01-03 03:59:44 +000044
Guido van Rossum61fe8611994-01-03 14:56:37 +000045/* Define to `int' if <sys/types.h> doesn't define. */
46#undef pid_t
Guido van Rossum91168a81994-01-03 03:59:44 +000047
Guido van Rossum61fe8611994-01-03 14:56:37 +000048/* Define if the system does not provide POSIX.1 features except
49 with this defined. */
50#undef _POSIX_1_SOURCE
Guido van Rossum91168a81994-01-03 03:59:44 +000051
Guido van Rossum61fe8611994-01-03 14:56:37 +000052/* Define if you need to in order for stat and other things to work. */
53#undef _POSIX_SOURCE
Guido van Rossum91168a81994-01-03 03:59:44 +000054
Guido van Rossum61fe8611994-01-03 14:56:37 +000055/* Define as the return type of signal handlers (int or void). */
56#undef RETSIGTYPE
Guido van Rossum91168a81994-01-03 03:59:44 +000057
Guido van Rossum61fe8611994-01-03 14:56:37 +000058/* Define to `unsigned' if <sys/types.h> doesn't define. */
59#undef size_t
Guido van Rossum91168a81994-01-03 03:59:44 +000060
Guido van Rossum61fe8611994-01-03 14:56:37 +000061/* Define if you have the ANSI C header files. */
62#undef STDC_HEADERS
Guido van Rossum91168a81994-01-03 03:59:44 +000063
Guido van Rossum61fe8611994-01-03 14:56:37 +000064/* Define if you don't have dirent.h, but have sys/dir.h. */
65#undef SYSDIR
Guido van Rossum91168a81994-01-03 03:59:44 +000066
Guido van Rossum61fe8611994-01-03 14:56:37 +000067/* Define if you don't have dirent.h, but have sys/ndir.h. */
68#undef SYSNDIR
69
70/* Define if you can safely include both <sys/time.h> and <time.h>. */
71#undef TIME_WITH_SYS_TIME
72
73/* Define if your <sys/time.h> declares struct tm. */
74#undef TM_IN_SYS_TIME
75
76/* Define to `int' if <sys/types.h> doesn't define. */
77#undef uid_t
78
79/* Define if the closedir function returns void instead of int. */
80#undef VOID_CLOSEDIR
81
82/* Define if your <unistd.h> contains bad prototypes for exec*()
83 (as it does on SGI IRIX 4.x) */
84#undef BAD_EXEC_PROTOTYPES
85
Guido van Rossumf1328521994-05-03 14:43:56 +000086/* Define if your compiler botches static forward declarations
87 (as it does on SCI ODT 3.0) */
88#undef BAD_STATIC_FORWARD
89
Guido van Rossum32d8ba41994-07-01 15:28:52 +000090/* Define to `long' if <time.h> doesn't define. */
91#undef clock_t
92
Guido van Rossum61fe8611994-01-03 14:56:37 +000093/* Define if getpgrp() must be called as getpgrp(0)
94 and (consequently) setpgrp() as setpgrp(0, 0). */
Guido van Rossum2f600761994-06-23 12:45:20 +000095#undef GETPGRP_HAVE_ARG
Guido van Rossum61fe8611994-01-03 14:56:37 +000096
Guido van Rossumf1328521994-05-03 14:43:56 +000097/* Define this if your time.h defines altzone */
98#undef HAVE_ALTZONE
99
Guido van Rossum61fe8611994-01-03 14:56:37 +0000100/* Define if your compiler supports function prototypes */
101#undef HAVE_PROTOTYPES
102
Guido van Rossumf1328521994-05-03 14:43:56 +0000103/* Define if your compiler supports variable length function prototypes
104 (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
105#undef HAVE_STDARG_PROTOTYPES
Guido van Rossum61fe8611994-01-03 14:56:37 +0000106
Guido van Rossumb9c44611994-05-09 15:11:57 +0000107/* Define if you have POSIX threads */
108#undef _POSIX_THREADS
109
Guido van Rossumf1328521994-05-03 14:43:56 +0000110/* Define to empty if the keyword does not work. */
111#undef signed
112
113/* Define if you can safely include both <sys/select.h> and <sys/time.h>
114 (which you can't on SCO ODT 3.0). */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000115#undef SYS_SELECT_WITH_SYS_TIME
116
Guido van Rossumf1328521994-05-03 14:43:56 +0000117/* Define if you want to use SGI (IRIX 4) dynamic linking.
118 This requires the "dl" library by Jack Jansen,
119 ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
120 Don't bother on IRIX 5, it already has dynamic linking using SunOS
121 style shared libraries */
122#undef WITH_SGI_DL
123
124/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
125 This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
126 Sequent Symmetry (Dynix), and Atari ST.
127 This requires the "dl-dld" library,
128 ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
129 as well as the "GNU dld" library,
130 ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
131 Don't bother on SunOS 4 or 5, they already have dynamic linking using
132 shared libraries */
133#undef WITH_DL_DLD
134
Guido van Rossum61fe8611994-01-03 14:56:37 +0000135/* Define if you want to compile in rudimentary thread support */
Guido van Rossumf1328521994-05-03 14:43:56 +0000136#undef WITH_THREAD
Guido van Rossum61fe8611994-01-03 14:56:37 +0000137
138/* Define if you want to use the GNU readline library */
139#undef WITH_READLINE
140
Guido van Rossum2f600761994-06-23 12:45:20 +0000141/* Define if you have chown. */
142#undef HAVE_CHOWN
143
Guido van Rossum61fe8611994-01-03 14:56:37 +0000144/* Define if you have clock. */
145#undef HAVE_CLOCK
146
Guido van Rossumf1328521994-05-03 14:43:56 +0000147/* Define if you have dlopen. */
148#undef HAVE_DLOPEN
149
Guido van Rossum61fe8611994-01-03 14:56:37 +0000150/* Define if you have ftime. */
151#undef HAVE_FTIME
152
153/* Define if you have getpeername. */
154#undef HAVE_GETPEERNAME
155
156/* Define if you have getpgrp. */
157#undef HAVE_GETPGRP
158
Guido van Rossumf1328521994-05-03 14:43:56 +0000159/* Define if you have getpid. */
160#undef HAVE_GETPID
161
Guido van Rossum61fe8611994-01-03 14:56:37 +0000162/* Define if you have gettimeofday. */
163#undef HAVE_GETTIMEOFDAY
164
165/* Define if you have getwd. */
166#undef HAVE_GETWD
167
Guido van Rossum2f600761994-06-23 12:45:20 +0000168/* Define if you have link. */
169#undef HAVE_LINK
170
Guido van Rossum61fe8611994-01-03 14:56:37 +0000171/* Define if you have lstat. */
172#undef HAVE_LSTAT
173
Guido van Rossumf1328521994-05-03 14:43:56 +0000174/* Define if you have nice. */
175#undef HAVE_NICE
Guido van Rossum61fe8611994-01-03 14:56:37 +0000176
177/* Define if you have readlink. */
178#undef HAVE_READLINK
179
180/* Define if you have select. */
181#undef HAVE_SELECT
182
Guido van Rossum2f600761994-06-23 12:45:20 +0000183/* Define if you have setgid. */
184#undef HAVE_SETGID
185
Guido van Rossum61fe8611994-01-03 14:56:37 +0000186/* Define if you have setpgid. */
187#undef HAVE_SETPGID
188
189/* Define if you have setpgrp. */
190#undef HAVE_SETPGRP
191
192/* Define if you have setsid. */
193#undef HAVE_SETSID
194
Guido van Rossum2f600761994-06-23 12:45:20 +0000195/* Define if you have setuid. */
196#undef HAVE_SETUID
197
Guido van Rossumf1328521994-05-03 14:43:56 +0000198/* Define if you have setvbuf. */
199#undef HAVE_SETVBUF
200
Guido van Rossum61fe8611994-01-03 14:56:37 +0000201/* Define if you have siginterrupt. */
202#undef HAVE_SIGINTERRUPT
203
204/* Define if you have symlink. */
205#undef HAVE_SYMLINK
206
207/* Define if you have tcgetpgrp. */
208#undef HAVE_TCGETPGRP
209
210/* Define if you have tcsetpgrp. */
211#undef HAVE_TCSETPGRP
212
213/* Define if you have times. */
214#undef HAVE_TIMES
215
216/* Define if you have uname. */
217#undef HAVE_UNAME
218
219/* Define if you have waitpid. */
220#undef HAVE_WAITPID
221
222/* Define if you have the <dlfcn.h> header file. */
223#undef HAVE_DLFCN_H
224
Guido van Rossumf1328521994-05-03 14:43:56 +0000225/* Define if you have the <fcntl.h> header file. */
226#undef HAVE_FCNTL_H
227
Guido van Rossum4e8af441994-08-19 15:33:54 +0000228/* Define if you have the <limits.h> header file. */
229#undef HAVE_LIMITS_H
230
Guido van Rossum61fe8611994-01-03 14:56:37 +0000231/* Define if you have the <signal.h> header file. */
232#undef HAVE_SIGNAL_H
233
234/* Define if you have the <stdarg.h> header file. */
235#undef HAVE_STDARG_H
236
237/* Define if you have the <stdlib.h> header file. */
238#undef HAVE_STDLIB_H
239
Guido van Rossumf1328521994-05-03 14:43:56 +0000240/* Define if you have the <sys/audioio.h> header file. */
241#undef HAVE_SYS_AUDIOIO_H
242
Guido van Rossum61fe8611994-01-03 14:56:37 +0000243/* 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 Rossumf1328521994-05-03 14:43:56 +0000249/* Define if you have the <sys/time.h> header file. */
250#undef HAVE_SYS_TIME_H
251
Guido van Rossum61fe8611994-01-03 14:56:37 +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
Guido van Rossumf1328521994-05-03 14:43:56 +0000261/* Define if you have the <thread.h> header file. */
262#undef HAVE_THREAD_H
263
Guido van Rossum61fe8611994-01-03 14:56:37 +0000264/* 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 Rossumf1328521994-05-03 14:43:56 +0000273/* Define if you have the inet library (-linet). */
274#undef HAVE_LIBINET
275
Guido van Rossum61fe8611994-01-03 14:56:37 +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 Rossumb9c44611994-05-09 15:11:57 +0000282/* Define if you have the pthreads library (-lpthreads). */
283#undef HAVE_LIBPTHREADS
284
Guido van Rossum61fe8611994-01-03 14:56:37 +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 Rossumf1328521994-05-03 14:43:56 +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 Rossum61fe8611994-01-03 14:56:37 +0000300/* Define if you have the thread library (-lthread). */
301#undef HAVE_LIBTHREAD