blob: 76691acdc073c8cfd2eb5ae43d904a7856b3235f [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 Rossum61fe8611994-01-03 14:56:37 +000090/* Define if getpgrp() must be called as getpgrp(0)
91 and (consequently) setpgrp() as setpgrp(0, 0). */
92#undef GETPGRP_HAVE_ARGS
93
Guido van Rossumf1328521994-05-03 14:43:56 +000094/* Define this if your time.h defines altzone */
95#undef HAVE_ALTZONE
96
Guido van Rossum61fe8611994-01-03 14:56:37 +000097/* Define if your compiler supports function prototypes */
98#undef HAVE_PROTOTYPES
99
Guido van Rossumf1328521994-05-03 14:43:56 +0000100/* Define if your compiler supports variable length function prototypes
101 (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
102#undef HAVE_STDARG_PROTOTYPES
Guido van Rossum61fe8611994-01-03 14:56:37 +0000103
Guido van Rossumb9c44611994-05-09 15:11:57 +0000104/* Define if you have POSIX threads */
105#undef _POSIX_THREADS
106
Guido van Rossumf1328521994-05-03 14:43:56 +0000107/* Define to empty if the keyword does not work. */
108#undef signed
109
110/* Define if you can safely include both <sys/select.h> and <sys/time.h>
111 (which you can't on SCO ODT 3.0). */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000112#undef SYS_SELECT_WITH_SYS_TIME
113
Guido van Rossumf1328521994-05-03 14:43:56 +0000114/* Define if you want to use SGI (IRIX 4) dynamic linking.
115 This requires the "dl" library by Jack Jansen,
116 ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
117 Don't bother on IRIX 5, it already has dynamic linking using SunOS
118 style shared libraries */
119#undef WITH_SGI_DL
120
121/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
122 This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
123 Sequent Symmetry (Dynix), and Atari ST.
124 This requires the "dl-dld" library,
125 ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
126 as well as the "GNU dld" library,
127 ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
128 Don't bother on SunOS 4 or 5, they already have dynamic linking using
129 shared libraries */
130#undef WITH_DL_DLD
131
Guido van Rossum61fe8611994-01-03 14:56:37 +0000132/* Define if you want to compile in rudimentary thread support */
Guido van Rossumf1328521994-05-03 14:43:56 +0000133#undef WITH_THREAD
Guido van Rossum61fe8611994-01-03 14:56:37 +0000134
135/* Define if you want to use the GNU readline library */
136#undef WITH_READLINE
137
138/* Define if you have clock. */
139#undef HAVE_CLOCK
140
Guido van Rossumf1328521994-05-03 14:43:56 +0000141/* Define if you have dlopen. */
142#undef HAVE_DLOPEN
143
Guido van Rossum61fe8611994-01-03 14:56:37 +0000144/* Define if you have ftime. */
145#undef HAVE_FTIME
146
147/* Define if you have getpeername. */
148#undef HAVE_GETPEERNAME
149
150/* Define if you have getpgrp. */
151#undef HAVE_GETPGRP
152
Guido van Rossumf1328521994-05-03 14:43:56 +0000153/* Define if you have getpid. */
154#undef HAVE_GETPID
155
Guido van Rossum61fe8611994-01-03 14:56:37 +0000156/* Define if you have gettimeofday. */
157#undef HAVE_GETTIMEOFDAY
158
159/* Define if you have getwd. */
160#undef HAVE_GETWD
161
162/* Define if you have lstat. */
163#undef HAVE_LSTAT
164
Guido van Rossumf1328521994-05-03 14:43:56 +0000165/* Define if you have nice. */
166#undef HAVE_NICE
Guido van Rossum61fe8611994-01-03 14:56:37 +0000167
168/* Define if you have readlink. */
169#undef HAVE_READLINK
170
171/* Define if you have select. */
172#undef HAVE_SELECT
173
174/* Define if you have setpgid. */
175#undef HAVE_SETPGID
176
177/* Define if you have setpgrp. */
178#undef HAVE_SETPGRP
179
180/* Define if you have setsid. */
181#undef HAVE_SETSID
182
Guido van Rossumf1328521994-05-03 14:43:56 +0000183/* Define if you have setvbuf. */
184#undef HAVE_SETVBUF
185
Guido van Rossum61fe8611994-01-03 14:56:37 +0000186/* Define if you have siginterrupt. */
187#undef HAVE_SIGINTERRUPT
188
189/* Define if you have symlink. */
190#undef HAVE_SYMLINK
191
192/* Define if you have tcgetpgrp. */
193#undef HAVE_TCGETPGRP
194
195/* Define if you have tcsetpgrp. */
196#undef HAVE_TCSETPGRP
197
198/* Define if you have times. */
199#undef HAVE_TIMES
200
201/* Define if you have uname. */
202#undef HAVE_UNAME
203
204/* Define if you have waitpid. */
205#undef HAVE_WAITPID
206
207/* Define if you have the <dlfcn.h> header file. */
208#undef HAVE_DLFCN_H
209
Guido van Rossumf1328521994-05-03 14:43:56 +0000210/* Define if you have the <fcntl.h> header file. */
211#undef HAVE_FCNTL_H
212
Guido van Rossum61fe8611994-01-03 14:56:37 +0000213/* Define if you have the <signal.h> header file. */
214#undef HAVE_SIGNAL_H
215
216/* Define if you have the <stdarg.h> header file. */
217#undef HAVE_STDARG_H
218
219/* Define if you have the <stdlib.h> header file. */
220#undef HAVE_STDLIB_H
221
Guido van Rossumf1328521994-05-03 14:43:56 +0000222/* Define if you have the <sys/audioio.h> header file. */
223#undef HAVE_SYS_AUDIOIO_H
224
Guido van Rossum61fe8611994-01-03 14:56:37 +0000225/* Define if you have the <sys/param.h> header file. */
226#undef HAVE_SYS_PARAM_H
227
228/* Define if you have the <sys/select.h> header file. */
229#undef HAVE_SYS_SELECT_H
230
Guido van Rossumf1328521994-05-03 14:43:56 +0000231/* Define if you have the <sys/time.h> header file. */
232#undef HAVE_SYS_TIME_H
233
Guido van Rossum61fe8611994-01-03 14:56:37 +0000234/* Define if you have the <sys/times.h> header file. */
235#undef HAVE_SYS_TIMES_H
236
237/* Define if you have the <sys/un.h> header file. */
238#undef HAVE_SYS_UN_H
239
240/* Define if you have the <sys/utsname.h> header file. */
241#undef HAVE_SYS_UTSNAME_H
242
Guido van Rossumf1328521994-05-03 14:43:56 +0000243/* Define if you have the <thread.h> header file. */
244#undef HAVE_THREAD_H
245
Guido van Rossum61fe8611994-01-03 14:56:37 +0000246/* Define if you have the <unistd.h> header file. */
247#undef HAVE_UNISTD_H
248
249/* Define if you have the <utime.h> header file. */
250#undef HAVE_UTIME_H
251
252/* Define if you have the dl library (-ldl). */
253#undef HAVE_LIBDL
254
Guido van Rossumf1328521994-05-03 14:43:56 +0000255/* Define if you have the inet library (-linet). */
256#undef HAVE_LIBINET
257
Guido van Rossum61fe8611994-01-03 14:56:37 +0000258/* Define if you have the mpc library (-lmpc). */
259#undef HAVE_LIBMPC
260
261/* Define if you have the nsl library (-lnsl). */
262#undef HAVE_LIBNSL
263
Guido van Rossumb9c44611994-05-09 15:11:57 +0000264/* Define if you have the pthreads library (-lpthreads). */
265#undef HAVE_LIBPTHREADS
266
Guido van Rossum61fe8611994-01-03 14:56:37 +0000267/* Define if you have the seq library (-lseq). */
268#undef HAVE_LIBSEQ
269
270/* Define if you have the socket library (-lsocket). */
271#undef HAVE_LIBSOCKET
272
273/* Define if you have the sun library (-lsun). */
274#undef HAVE_LIBSUN
275
Guido van Rossumf1328521994-05-03 14:43:56 +0000276/* Define if you have the termcap library (-ltermcap). */
277#undef HAVE_LIBTERMCAP
278
279/* Define if you have the termlib library (-ltermlib). */
280#undef HAVE_LIBTERMLIB
281
Guido van Rossum61fe8611994-01-03 14:56:37 +0000282/* Define if you have the thread library (-lthread). */
283#undef HAVE_LIBTHREAD