blob: 779ea63c4ac71be0f3c2195a78ce047e5a78160e [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 Rossum2bcafeb1994-10-20 22:06:56 +000093/* Define if getpgrp() must be called as getpgrp(0). */
Guido van Rossum2f600761994-06-23 12:45:20 +000094#undef GETPGRP_HAVE_ARG
Guido van Rossum61fe8611994-01-03 14:56:37 +000095
Guido van Rossum2bcafeb1994-10-20 22:06:56 +000096/* Define if setpgrp() must be called as setpgrp(0, 0). */
97#undef SETPGRP_HAVE_ARG
98
Guido van Rossumf1328521994-05-03 14:43:56 +000099/* Define this if your time.h defines altzone */
100#undef HAVE_ALTZONE
101
Guido van Rossum61fe8611994-01-03 14:56:37 +0000102/* Define if your compiler supports function prototypes */
103#undef HAVE_PROTOTYPES
104
Guido van Rossumf1328521994-05-03 14:43:56 +0000105/* Define if your compiler supports variable length function prototypes
106 (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
107#undef HAVE_STDARG_PROTOTYPES
Guido van Rossum61fe8611994-01-03 14:56:37 +0000108
Guido van Rossumb9c44611994-05-09 15:11:57 +0000109/* Define if you have POSIX threads */
110#undef _POSIX_THREADS
111
Guido van Rossumf1328521994-05-03 14:43:56 +0000112/* Define to empty if the keyword does not work. */
113#undef signed
114
115/* Define if you can safely include both <sys/select.h> and <sys/time.h>
116 (which you can't on SCO ODT 3.0). */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000117#undef SYS_SELECT_WITH_SYS_TIME
118
Guido van Rossumf1328521994-05-03 14:43:56 +0000119/* Define if you want to use SGI (IRIX 4) dynamic linking.
120 This requires the "dl" library by Jack Jansen,
121 ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
122 Don't bother on IRIX 5, it already has dynamic linking using SunOS
123 style shared libraries */
124#undef WITH_SGI_DL
125
126/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
127 This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
128 Sequent Symmetry (Dynix), and Atari ST.
129 This requires the "dl-dld" library,
130 ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
131 as well as the "GNU dld" library,
132 ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
133 Don't bother on SunOS 4 or 5, they already have dynamic linking using
134 shared libraries */
135#undef WITH_DL_DLD
136
Guido van Rossum61fe8611994-01-03 14:56:37 +0000137/* Define if you want to compile in rudimentary thread support */
Guido van Rossumf1328521994-05-03 14:43:56 +0000138#undef WITH_THREAD
Guido van Rossum61fe8611994-01-03 14:56:37 +0000139
140/* Define if you want to use the GNU readline library */
141#undef WITH_READLINE
142
Guido van Rossumdabb11b1994-10-11 15:04:27 +0000143/* Define to empty if the keyword does not work. */
144#undef volatile
145
Guido van Rossum2f600761994-06-23 12:45:20 +0000146/* Define if you have chown. */
147#undef HAVE_CHOWN
148
Guido van Rossum61fe8611994-01-03 14:56:37 +0000149/* Define if you have clock. */
150#undef HAVE_CLOCK
151
Guido van Rossumf1328521994-05-03 14:43:56 +0000152/* Define if you have dlopen. */
153#undef HAVE_DLOPEN
154
Guido van Rossum61fe8611994-01-03 14:56:37 +0000155/* Define if you have ftime. */
156#undef HAVE_FTIME
157
158/* Define if you have getpeername. */
159#undef HAVE_GETPEERNAME
160
161/* Define if you have getpgrp. */
162#undef HAVE_GETPGRP
163
Guido van Rossumf1328521994-05-03 14:43:56 +0000164/* Define if you have getpid. */
165#undef HAVE_GETPID
166
Guido van Rossum61fe8611994-01-03 14:56:37 +0000167/* Define if you have gettimeofday. */
168#undef HAVE_GETTIMEOFDAY
169
170/* Define if you have getwd. */
171#undef HAVE_GETWD
172
Guido van Rossum2f600761994-06-23 12:45:20 +0000173/* Define if you have link. */
174#undef HAVE_LINK
175
Guido van Rossum61fe8611994-01-03 14:56:37 +0000176/* Define if you have lstat. */
177#undef HAVE_LSTAT
178
Guido van Rossumf1328521994-05-03 14:43:56 +0000179/* Define if you have nice. */
180#undef HAVE_NICE
Guido van Rossum61fe8611994-01-03 14:56:37 +0000181
182/* Define if you have readlink. */
183#undef HAVE_READLINK
184
185/* Define if you have select. */
186#undef HAVE_SELECT
187
Guido van Rossum2f600761994-06-23 12:45:20 +0000188/* Define if you have setgid. */
189#undef HAVE_SETGID
190
Guido van Rossum61fe8611994-01-03 14:56:37 +0000191/* Define if you have setpgid. */
192#undef HAVE_SETPGID
193
194/* Define if you have setpgrp. */
195#undef HAVE_SETPGRP
196
197/* Define if you have setsid. */
198#undef HAVE_SETSID
199
Guido van Rossum2f600761994-06-23 12:45:20 +0000200/* Define if you have setuid. */
201#undef HAVE_SETUID
202
Guido van Rossumf1328521994-05-03 14:43:56 +0000203/* Define if you have setvbuf. */
204#undef HAVE_SETVBUF
205
Guido van Rossum61fe8611994-01-03 14:56:37 +0000206/* Define if you have siginterrupt. */
207#undef HAVE_SIGINTERRUPT
208
209/* Define if you have symlink. */
210#undef HAVE_SYMLINK
211
212/* Define if you have tcgetpgrp. */
213#undef HAVE_TCGETPGRP
214
215/* Define if you have tcsetpgrp. */
216#undef HAVE_TCSETPGRP
217
218/* Define if you have times. */
219#undef HAVE_TIMES
220
221/* Define if you have uname. */
222#undef HAVE_UNAME
223
224/* Define if you have waitpid. */
225#undef HAVE_WAITPID
226
227/* Define if you have the <dlfcn.h> header file. */
228#undef HAVE_DLFCN_H
229
Guido van Rossumf1328521994-05-03 14:43:56 +0000230/* Define if you have the <fcntl.h> header file. */
231#undef HAVE_FCNTL_H
232
Guido van Rossum4e8af441994-08-19 15:33:54 +0000233/* Define if you have the <limits.h> header file. */
234#undef HAVE_LIMITS_H
235
Guido van Rossum61fe8611994-01-03 14:56:37 +0000236/* Define if you have the <signal.h> header file. */
237#undef HAVE_SIGNAL_H
238
239/* Define if you have the <stdarg.h> header file. */
240#undef HAVE_STDARG_H
241
Guido van Rossum2bcafeb1994-10-20 22:06:56 +0000242/* Define if you have the <stddef.h> header file. */
243#undef HAVE_STDDEF_H
244
Guido van Rossum61fe8611994-01-03 14:56:37 +0000245/* Define if you have the <stdlib.h> header file. */
246#undef HAVE_STDLIB_H
247
Guido van Rossumf1328521994-05-03 14:43:56 +0000248/* Define if you have the <sys/audioio.h> header file. */
249#undef HAVE_SYS_AUDIOIO_H
250
Guido van Rossum61fe8611994-01-03 14:56:37 +0000251/* Define if you have the <sys/param.h> header file. */
252#undef HAVE_SYS_PARAM_H
253
254/* Define if you have the <sys/select.h> header file. */
255#undef HAVE_SYS_SELECT_H
256
Guido van Rossumf1328521994-05-03 14:43:56 +0000257/* Define if you have the <sys/time.h> header file. */
258#undef HAVE_SYS_TIME_H
259
Guido van Rossum61fe8611994-01-03 14:56:37 +0000260/* Define if you have the <sys/times.h> header file. */
261#undef HAVE_SYS_TIMES_H
262
263/* Define if you have the <sys/un.h> header file. */
264#undef HAVE_SYS_UN_H
265
266/* Define if you have the <sys/utsname.h> header file. */
267#undef HAVE_SYS_UTSNAME_H
268
Guido van Rossumf1328521994-05-03 14:43:56 +0000269/* Define if you have the <thread.h> header file. */
270#undef HAVE_THREAD_H
271
Guido van Rossum61fe8611994-01-03 14:56:37 +0000272/* Define if you have the <unistd.h> header file. */
273#undef HAVE_UNISTD_H
274
275/* Define if you have the <utime.h> header file. */
276#undef HAVE_UTIME_H
277
278/* Define if you have the dl library (-ldl). */
279#undef HAVE_LIBDL
280
Guido van Rossumf1328521994-05-03 14:43:56 +0000281/* Define if you have the inet library (-linet). */
282#undef HAVE_LIBINET
283
Guido van Rossum61fe8611994-01-03 14:56:37 +0000284/* Define if you have the mpc library (-lmpc). */
285#undef HAVE_LIBMPC
286
287/* Define if you have the nsl library (-lnsl). */
288#undef HAVE_LIBNSL
289
Guido van Rossumb9c44611994-05-09 15:11:57 +0000290/* Define if you have the pthreads library (-lpthreads). */
291#undef HAVE_LIBPTHREADS
292
Guido van Rossum61fe8611994-01-03 14:56:37 +0000293/* Define if you have the seq library (-lseq). */
294#undef HAVE_LIBSEQ
295
296/* Define if you have the socket library (-lsocket). */
297#undef HAVE_LIBSOCKET
298
299/* Define if you have the sun library (-lsun). */
300#undef HAVE_LIBSUN
301
Guido van Rossumf1328521994-05-03 14:43:56 +0000302/* Define if you have the termcap library (-ltermcap). */
303#undef HAVE_LIBTERMCAP
304
305/* Define if you have the termlib library (-ltermlib). */
306#undef HAVE_LIBTERMLIB
307
Guido van Rossum61fe8611994-01-03 14:56:37 +0000308/* Define if you have the thread library (-lthread). */
309#undef HAVE_LIBTHREAD