blob: 8c768e0b257d7fe337bd621d18baaccf48992b32 [file] [log] [blame]
Guido van Rossumce9739b1994-01-05 16:17:15 +00001/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if on Macintosh, compiling with THINK C. */
4#define THINK_C
5
6/* Define if on Macintosh, compiling with anyu C compiler. */
7#define macintosh
8
9/* Define if on AIX 3.
10 System headers sometimes define this.
11 We just want to avoid a redefinition error message. */
12#ifndef _ALL_SOURCE
13#undef _ALL_SOURCE
14#endif
15
16/* 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
89/* Define if getpgrp() must be called as getpgrp(0)
90 and (consequently) setpgrp() as setpgrp(0, 0). */
91#undef GETPGRP_HAVE_ARGS
92
93/* Define if your compiler supports function prototypes */
94#define HAVE_PROTOTYPES
95
96/* Define if you can safely include both <sys/select.h> and <sys/time.h>
97 (which you can't on SCO ODT 3.0). */
98#undef SYS_SELECT_WITH_SYS_TIME
99
100/* Define if you want to compile in rudimentary thread support */
101#undef WITH_THREAD
102
103/* Define if you want to use the GNU readline library */
104#undef WITH_READLINE
105
106/* Define if you have clock. */
107#define HAVE_CLOCK 1
108
109/* Define if you have ftime. */
110#undef HAVE_FTIME
111
112/* Define if you have getpeername. */
113#undef HAVE_GETPEERNAME
114
115/* Define if you have getpgrp. */
116#undef HAVE_GETPGRP
117
118/* Define if you have gettimeofday. */
119#undef HAVE_GETTIMEOFDAY
120
121/* Define if you have getwd. */
122#define HAVE_GETWD 1
123
124/* Define if you have lstat. */
125#undef HAVE_LSTAT
126
127/* Define if you have readline. */
128#undef HAVE_READLINE
129
130/* Define if you have readlink. */
131#undef HAVE_READLINK
132
133/* Define if you have select. */
134#undef HAVE_SELECT
135
136/* Define if you have setpgid. */
137#undef HAVE_SETPGID
138
139/* Define if you have setpgrp. */
140#undef HAVE_SETPGRP
141
142/* Define if you have setsid. */
143#undef HAVE_SETSID
144
145/* Define if you have siginterrupt. */
146#undef HAVE_SIGINTERRUPT
147
148/* Define if you have symlink. */
149#undef HAVE_SYMLINK
150
151/* Define if you have tcgetpgrp. */
152#undef HAVE_TCGETPGRP
153
154/* Define if you have tcsetpgrp. */
155#undef HAVE_TCSETPGRP
156
157/* Define if you have times. */
158#undef HAVE_TIMES
159
160/* Define if you have uname. */
161#undef HAVE_UNAME
162
163/* Define if you have waitpid. */
164#undef HAVE_WAITPID
165
166/* Define if you have the <dlfcn.h> header file. */
167#undef HAVE_DLFCN_H
168
169/* Define if you have the <signal.h> header file. */
170#define HAVE_SIGNAL_H 1
171
172/* Define if you have the <stdarg.h> header file. */
173#define HAVE_STDARG_H 1
174
175/* Define if you have the <stdlib.h> header file. */
176#define HAVE_STDLIB_H 1
177
178/* Define if you have the <sys/audioio.h> header file. */
179#undef HAVE_SYS_AUDIOIO_H
180
181/* Define if you have the <sys/param.h> header file. */
182#undef HAVE_SYS_PARAM_H
183
184/* Define if you have the <sys/select.h> header file. */
185#undef HAVE_SYS_SELECT_H
186
187/* Define if you have the <sys/times.h> header file. */
188#undef HAVE_SYS_TIMES_H
189
190/* Define if you have the <sys/un.h> header file. */
191#undef HAVE_SYS_UN_H
192
193/* Define if you have the <sys/utsname.h> header file. */
194#undef HAVE_SYS_UTSNAME_H
195
196/* Define if you have the <thread.h> header file. */
197#undef HAVE_THREAD_H
198
199/* Define if you have the <unistd.h> header file. */
200#undef HAVE_UNISTD_H
201
202/* Define if you have the <utime.h> header file. */
203#undef HAVE_UTIME_H
204
205/* Define if you have the dl library (-ldl). */
206#undef HAVE_LIBDL
207
208/* Define if you have the mpc library (-lmpc). */
209#undef HAVE_LIBMPC
210
211/* Define if you have the nsl library (-lnsl). */
212#undef HAVE_LIBNSL
213
214/* Define if you have the seq library (-lseq). */
215#undef HAVE_LIBSEQ
216
217/* Define if you have the socket library (-lsocket). */
218#undef HAVE_LIBSOCKET
219
220/* Define if you have the sun library (-lsun). */
221#undef HAVE_LIBSUN
222
223/* Define if you have the thread library (-lthread). */
224#undef HAVE_LIBTHREAD