jpayne@69
|
1 /* pyconfig.h. Generated from pyconfig.h.in by configure. */
|
jpayne@69
|
2 /* pyconfig.h.in. Generated from configure.ac by autoheader. */
|
jpayne@69
|
3
|
jpayne@69
|
4
|
jpayne@69
|
5 #ifndef Py_PYCONFIG_H
|
jpayne@69
|
6 #define Py_PYCONFIG_H
|
jpayne@69
|
7
|
jpayne@69
|
8
|
jpayne@69
|
9 /* Define if building universal (internal helper macro) */
|
jpayne@69
|
10 /* #undef AC_APPLE_UNIVERSAL_BUILD */
|
jpayne@69
|
11
|
jpayne@69
|
12 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
|
jpayne@69
|
13 support for AIX C++ shared extension modules. */
|
jpayne@69
|
14 /* #undef AIX_GENUINE_CPLUSPLUS */
|
jpayne@69
|
15
|
jpayne@69
|
16 /* Alternative SOABI used in debug build to load C extensions built in release
|
jpayne@69
|
17 mode */
|
jpayne@69
|
18 /* #undef ALT_SOABI */
|
jpayne@69
|
19
|
jpayne@69
|
20 /* The Android API level. */
|
jpayne@69
|
21 /* #undef ANDROID_API_LEVEL */
|
jpayne@69
|
22
|
jpayne@69
|
23 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
|
jpayne@69
|
24 mixed-endian order (byte order 45670123) */
|
jpayne@69
|
25 /* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */
|
jpayne@69
|
26
|
jpayne@69
|
27 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
|
jpayne@69
|
28 significant byte first */
|
jpayne@69
|
29 /* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */
|
jpayne@69
|
30
|
jpayne@69
|
31 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
|
jpayne@69
|
32 least significant byte first */
|
jpayne@69
|
33 #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
|
jpayne@69
|
34
|
jpayne@69
|
35 /* Define if --enable-ipv6 is specified */
|
jpayne@69
|
36 #define ENABLE_IPV6 1
|
jpayne@69
|
37
|
jpayne@69
|
38 /* Define to 1 if your system stores words within floats with the most
|
jpayne@69
|
39 significant word first */
|
jpayne@69
|
40 /* #undef FLOAT_WORDS_BIGENDIAN */
|
jpayne@69
|
41
|
jpayne@69
|
42 /* Define if flock needs to be linked with bsd library. */
|
jpayne@69
|
43 /* #undef FLOCK_NEEDS_LIBBSD */
|
jpayne@69
|
44
|
jpayne@69
|
45 /* Define if getpgrp() must be called as getpgrp(0). */
|
jpayne@69
|
46 /* #undef GETPGRP_HAVE_ARG */
|
jpayne@69
|
47
|
jpayne@69
|
48 /* Define if gettimeofday() does not have second (timezone) argument This is
|
jpayne@69
|
49 the case on Motorola V4 (R40V4.2) */
|
jpayne@69
|
50 /* #undef GETTIMEOFDAY_NO_TZ */
|
jpayne@69
|
51
|
jpayne@69
|
52 /* Define to 1 if you have the `accept4' function. */
|
jpayne@69
|
53 #define HAVE_ACCEPT4 1
|
jpayne@69
|
54
|
jpayne@69
|
55 /* Define to 1 if you have the `acosh' function. */
|
jpayne@69
|
56 #define HAVE_ACOSH 1
|
jpayne@69
|
57
|
jpayne@69
|
58 /* struct addrinfo (netdb.h) */
|
jpayne@69
|
59 #define HAVE_ADDRINFO 1
|
jpayne@69
|
60
|
jpayne@69
|
61 /* Define to 1 if you have the `alarm' function. */
|
jpayne@69
|
62 #define HAVE_ALARM 1
|
jpayne@69
|
63
|
jpayne@69
|
64 /* Define if aligned memory access is required */
|
jpayne@69
|
65 /* #undef HAVE_ALIGNED_REQUIRED */
|
jpayne@69
|
66
|
jpayne@69
|
67 /* Define to 1 if you have the <alloca.h> header file. */
|
jpayne@69
|
68 #define HAVE_ALLOCA_H 1
|
jpayne@69
|
69
|
jpayne@69
|
70 /* Define this if your time.h defines altzone. */
|
jpayne@69
|
71 /* #undef HAVE_ALTZONE */
|
jpayne@69
|
72
|
jpayne@69
|
73 /* Define to 1 if you have the `asinh' function. */
|
jpayne@69
|
74 #define HAVE_ASINH 1
|
jpayne@69
|
75
|
jpayne@69
|
76 /* Define to 1 if you have the <asm/types.h> header file. */
|
jpayne@69
|
77 #define HAVE_ASM_TYPES_H 1
|
jpayne@69
|
78
|
jpayne@69
|
79 /* Define to 1 if you have the `atanh' function. */
|
jpayne@69
|
80 #define HAVE_ATANH 1
|
jpayne@69
|
81
|
jpayne@69
|
82 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
|
jpayne@69
|
83 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
|
jpayne@69
|
84
|
jpayne@69
|
85 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
|
jpayne@69
|
86 /* #undef HAVE_BLUETOOTH_BLUETOOTH_H */
|
jpayne@69
|
87
|
jpayne@69
|
88 /* Define to 1 if you have the <bluetooth.h> header file. */
|
jpayne@69
|
89 /* #undef HAVE_BLUETOOTH_H */
|
jpayne@69
|
90
|
jpayne@69
|
91 /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
|
jpayne@69
|
92 chars that would be converted. */
|
jpayne@69
|
93 /* #undef HAVE_BROKEN_MBSTOWCS */
|
jpayne@69
|
94
|
jpayne@69
|
95 /* Define if nice() returns success/failure instead of the new priority. */
|
jpayne@69
|
96 /* #undef HAVE_BROKEN_NICE */
|
jpayne@69
|
97
|
jpayne@69
|
98 /* Define if the system reports an invalid PIPE_BUF value. */
|
jpayne@69
|
99 /* #undef HAVE_BROKEN_PIPE_BUF */
|
jpayne@69
|
100
|
jpayne@69
|
101 /* Define if poll() sets errno on invalid file descriptors. */
|
jpayne@69
|
102 /* #undef HAVE_BROKEN_POLL */
|
jpayne@69
|
103
|
jpayne@69
|
104 /* Define if the Posix semaphores do not work on your system */
|
jpayne@69
|
105 /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
|
jpayne@69
|
106
|
jpayne@69
|
107 /* Define if pthread_sigmask() does not work on your system. */
|
jpayne@69
|
108 /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */
|
jpayne@69
|
109
|
jpayne@69
|
110 /* define to 1 if your sem_getvalue is broken. */
|
jpayne@69
|
111 /* #undef HAVE_BROKEN_SEM_GETVALUE */
|
jpayne@69
|
112
|
jpayne@69
|
113 /* Define if `unsetenv` does not return an int. */
|
jpayne@69
|
114 /* #undef HAVE_BROKEN_UNSETENV */
|
jpayne@69
|
115
|
jpayne@69
|
116 /* Has builtin atomics */
|
jpayne@69
|
117 #define HAVE_BUILTIN_ATOMIC 1
|
jpayne@69
|
118
|
jpayne@69
|
119 /* Define to 1 if you have the 'chflags' function. */
|
jpayne@69
|
120 /* #undef HAVE_CHFLAGS */
|
jpayne@69
|
121
|
jpayne@69
|
122 /* Define to 1 if you have the `chown' function. */
|
jpayne@69
|
123 #define HAVE_CHOWN 1
|
jpayne@69
|
124
|
jpayne@69
|
125 /* Define if you have the 'chroot' function. */
|
jpayne@69
|
126 #define HAVE_CHROOT 1
|
jpayne@69
|
127
|
jpayne@69
|
128 /* Define to 1 if you have the `clock' function. */
|
jpayne@69
|
129 #define HAVE_CLOCK 1
|
jpayne@69
|
130
|
jpayne@69
|
131 /* Define to 1 if you have the `clock_getres' function. */
|
jpayne@69
|
132 #define HAVE_CLOCK_GETRES 1
|
jpayne@69
|
133
|
jpayne@69
|
134 /* Define to 1 if you have the `clock_gettime' function. */
|
jpayne@69
|
135 #define HAVE_CLOCK_GETTIME 1
|
jpayne@69
|
136
|
jpayne@69
|
137 /* Define to 1 if you have the `clock_settime' function. */
|
jpayne@69
|
138 #define HAVE_CLOCK_SETTIME 1
|
jpayne@69
|
139
|
jpayne@69
|
140 /* Define if the C compiler supports computed gotos. */
|
jpayne@69
|
141 #define HAVE_COMPUTED_GOTOS 1
|
jpayne@69
|
142
|
jpayne@69
|
143 /* Define to 1 if you have the `confstr' function. */
|
jpayne@69
|
144 #define HAVE_CONFSTR 1
|
jpayne@69
|
145
|
jpayne@69
|
146 /* Define to 1 if you have the <conio.h> header file. */
|
jpayne@69
|
147 /* #undef HAVE_CONIO_H */
|
jpayne@69
|
148
|
jpayne@69
|
149 /* Define to 1 if you have the `copysign' function. */
|
jpayne@69
|
150 #define HAVE_COPYSIGN 1
|
jpayne@69
|
151
|
jpayne@69
|
152 /* Define to 1 if you have the `copy_file_range' function. */
|
jpayne@69
|
153 /* #undef HAVE_COPY_FILE_RANGE */
|
jpayne@69
|
154
|
jpayne@69
|
155 /* Define to 1 if you have the <crypt.h> header file. */
|
jpayne@69
|
156 #define HAVE_CRYPT_H 1
|
jpayne@69
|
157
|
jpayne@69
|
158 /* Define if you have the crypt_r() function. */
|
jpayne@69
|
159 #define HAVE_CRYPT_R 1
|
jpayne@69
|
160
|
jpayne@69
|
161 /* Define to 1 if you have the `ctermid' function. */
|
jpayne@69
|
162 #define HAVE_CTERMID 1
|
jpayne@69
|
163
|
jpayne@69
|
164 /* Define if you have the 'ctermid_r' function. */
|
jpayne@69
|
165 /* #undef HAVE_CTERMID_R */
|
jpayne@69
|
166
|
jpayne@69
|
167 /* Define if you have the 'filter' function. */
|
jpayne@69
|
168 #define HAVE_CURSES_FILTER 1
|
jpayne@69
|
169
|
jpayne@69
|
170 /* Define to 1 if you have the <curses.h> header file. */
|
jpayne@69
|
171 #define HAVE_CURSES_H 1
|
jpayne@69
|
172
|
jpayne@69
|
173 /* Define if you have the 'has_key' function. */
|
jpayne@69
|
174 #define HAVE_CURSES_HAS_KEY 1
|
jpayne@69
|
175
|
jpayne@69
|
176 /* Define if you have the 'immedok' function. */
|
jpayne@69
|
177 #define HAVE_CURSES_IMMEDOK 1
|
jpayne@69
|
178
|
jpayne@69
|
179 /* Define if you have the 'is_pad' function or macro. */
|
jpayne@69
|
180 #define HAVE_CURSES_IS_PAD 1
|
jpayne@69
|
181
|
jpayne@69
|
182 /* Define if you have the 'is_term_resized' function. */
|
jpayne@69
|
183 #define HAVE_CURSES_IS_TERM_RESIZED 1
|
jpayne@69
|
184
|
jpayne@69
|
185 /* Define if you have the 'resizeterm' function. */
|
jpayne@69
|
186 #define HAVE_CURSES_RESIZETERM 1
|
jpayne@69
|
187
|
jpayne@69
|
188 /* Define if you have the 'resize_term' function. */
|
jpayne@69
|
189 #define HAVE_CURSES_RESIZE_TERM 1
|
jpayne@69
|
190
|
jpayne@69
|
191 /* Define if you have the 'syncok' function. */
|
jpayne@69
|
192 #define HAVE_CURSES_SYNCOK 1
|
jpayne@69
|
193
|
jpayne@69
|
194 /* Define if you have the 'typeahead' function. */
|
jpayne@69
|
195 #define HAVE_CURSES_TYPEAHEAD 1
|
jpayne@69
|
196
|
jpayne@69
|
197 /* Define if you have the 'use_env' function. */
|
jpayne@69
|
198 #define HAVE_CURSES_USE_ENV 1
|
jpayne@69
|
199
|
jpayne@69
|
200 /* Define if you have the 'wchgat' function. */
|
jpayne@69
|
201 #define HAVE_CURSES_WCHGAT 1
|
jpayne@69
|
202
|
jpayne@69
|
203 /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
|
jpayne@69
|
204 don't. */
|
jpayne@69
|
205 #define HAVE_DECL_ISFINITE 1
|
jpayne@69
|
206
|
jpayne@69
|
207 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
|
jpayne@69
|
208 */
|
jpayne@69
|
209 #define HAVE_DECL_ISINF 1
|
jpayne@69
|
210
|
jpayne@69
|
211 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
|
jpayne@69
|
212 */
|
jpayne@69
|
213 #define HAVE_DECL_ISNAN 1
|
jpayne@69
|
214
|
jpayne@69
|
215 /* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
|
jpayne@69
|
216 don't. */
|
jpayne@69
|
217 #define HAVE_DECL_RTLD_DEEPBIND 1
|
jpayne@69
|
218
|
jpayne@69
|
219 /* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
|
jpayne@69
|
220 don't. */
|
jpayne@69
|
221 #define HAVE_DECL_RTLD_GLOBAL 1
|
jpayne@69
|
222
|
jpayne@69
|
223 /* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
|
jpayne@69
|
224 don't. */
|
jpayne@69
|
225 #define HAVE_DECL_RTLD_LAZY 1
|
jpayne@69
|
226
|
jpayne@69
|
227 /* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
|
jpayne@69
|
228 don't. */
|
jpayne@69
|
229 #define HAVE_DECL_RTLD_LOCAL 1
|
jpayne@69
|
230
|
jpayne@69
|
231 /* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
|
jpayne@69
|
232 don't. */
|
jpayne@69
|
233 #define HAVE_DECL_RTLD_MEMBER 0
|
jpayne@69
|
234
|
jpayne@69
|
235 /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
|
jpayne@69
|
236 don't. */
|
jpayne@69
|
237 #define HAVE_DECL_RTLD_NODELETE 1
|
jpayne@69
|
238
|
jpayne@69
|
239 /* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
|
jpayne@69
|
240 don't. */
|
jpayne@69
|
241 #define HAVE_DECL_RTLD_NOLOAD 1
|
jpayne@69
|
242
|
jpayne@69
|
243 /* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
|
jpayne@69
|
244 don't. */
|
jpayne@69
|
245 #define HAVE_DECL_RTLD_NOW 1
|
jpayne@69
|
246
|
jpayne@69
|
247 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
|
jpayne@69
|
248 */
|
jpayne@69
|
249 /* #undef HAVE_DECL_TZNAME */
|
jpayne@69
|
250
|
jpayne@69
|
251 /* Define to 1 if you have the device macros. */
|
jpayne@69
|
252 #define HAVE_DEVICE_MACROS 1
|
jpayne@69
|
253
|
jpayne@69
|
254 /* Define to 1 if you have the /dev/ptc device file. */
|
jpayne@69
|
255 /* #undef HAVE_DEV_PTC */
|
jpayne@69
|
256
|
jpayne@69
|
257 /* Define to 1 if you have the /dev/ptmx device file. */
|
jpayne@69
|
258 #define HAVE_DEV_PTMX 1
|
jpayne@69
|
259
|
jpayne@69
|
260 /* Define to 1 if you have the <direct.h> header file. */
|
jpayne@69
|
261 /* #undef HAVE_DIRECT_H */
|
jpayne@69
|
262
|
jpayne@69
|
263 /* Define to 1 if the dirent structure has a d_type field */
|
jpayne@69
|
264 #define HAVE_DIRENT_D_TYPE 1
|
jpayne@69
|
265
|
jpayne@69
|
266 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
jpayne@69
|
267 */
|
jpayne@69
|
268 #define HAVE_DIRENT_H 1
|
jpayne@69
|
269
|
jpayne@69
|
270 /* Define if you have the 'dirfd' function or macro. */
|
jpayne@69
|
271 #define HAVE_DIRFD 1
|
jpayne@69
|
272
|
jpayne@69
|
273 /* Define to 1 if you have the <dlfcn.h> header file. */
|
jpayne@69
|
274 #define HAVE_DLFCN_H 1
|
jpayne@69
|
275
|
jpayne@69
|
276 /* Define to 1 if you have the `dlopen' function. */
|
jpayne@69
|
277 #define HAVE_DLOPEN 1
|
jpayne@69
|
278
|
jpayne@69
|
279 /* Define to 1 if you have the `dup2' function. */
|
jpayne@69
|
280 #define HAVE_DUP2 1
|
jpayne@69
|
281
|
jpayne@69
|
282 /* Define to 1 if you have the `dup3' function. */
|
jpayne@69
|
283 #define HAVE_DUP3 1
|
jpayne@69
|
284
|
jpayne@69
|
285 /* Defined when any dynamic module loading is enabled. */
|
jpayne@69
|
286 #define HAVE_DYNAMIC_LOADING 1
|
jpayne@69
|
287
|
jpayne@69
|
288 /* Define to 1 if you have the <endian.h> header file. */
|
jpayne@69
|
289 #define HAVE_ENDIAN_H 1
|
jpayne@69
|
290
|
jpayne@69
|
291 /* Define if you have the 'epoll' functions. */
|
jpayne@69
|
292 #define HAVE_EPOLL 1
|
jpayne@69
|
293
|
jpayne@69
|
294 /* Define if you have the 'epoll_create1' function. */
|
jpayne@69
|
295 #define HAVE_EPOLL_CREATE1 1
|
jpayne@69
|
296
|
jpayne@69
|
297 /* Define to 1 if you have the `erf' function. */
|
jpayne@69
|
298 #define HAVE_ERF 1
|
jpayne@69
|
299
|
jpayne@69
|
300 /* Define to 1 if you have the `erfc' function. */
|
jpayne@69
|
301 #define HAVE_ERFC 1
|
jpayne@69
|
302
|
jpayne@69
|
303 /* Define to 1 if you have the <errno.h> header file. */
|
jpayne@69
|
304 #define HAVE_ERRNO_H 1
|
jpayne@69
|
305
|
jpayne@69
|
306 /* Define to 1 if you have the `execv' function. */
|
jpayne@69
|
307 #define HAVE_EXECV 1
|
jpayne@69
|
308
|
jpayne@69
|
309 /* Define to 1 if you have the `explicit_bzero' function. */
|
jpayne@69
|
310 /* #undef HAVE_EXPLICIT_BZERO */
|
jpayne@69
|
311
|
jpayne@69
|
312 /* Define to 1 if you have the `explicit_memset' function. */
|
jpayne@69
|
313 /* #undef HAVE_EXPLICIT_MEMSET */
|
jpayne@69
|
314
|
jpayne@69
|
315 /* Define to 1 if you have the `expm1' function. */
|
jpayne@69
|
316 #define HAVE_EXPM1 1
|
jpayne@69
|
317
|
jpayne@69
|
318 /* Define to 1 if you have the `faccessat' function. */
|
jpayne@69
|
319 #define HAVE_FACCESSAT 1
|
jpayne@69
|
320
|
jpayne@69
|
321 /* Define if you have the 'fchdir' function. */
|
jpayne@69
|
322 #define HAVE_FCHDIR 1
|
jpayne@69
|
323
|
jpayne@69
|
324 /* Define to 1 if you have the `fchmod' function. */
|
jpayne@69
|
325 #define HAVE_FCHMOD 1
|
jpayne@69
|
326
|
jpayne@69
|
327 /* Define to 1 if you have the `fchmodat' function. */
|
jpayne@69
|
328 #define HAVE_FCHMODAT 1
|
jpayne@69
|
329
|
jpayne@69
|
330 /* Define to 1 if you have the `fchown' function. */
|
jpayne@69
|
331 #define HAVE_FCHOWN 1
|
jpayne@69
|
332
|
jpayne@69
|
333 /* Define to 1 if you have the `fchownat' function. */
|
jpayne@69
|
334 #define HAVE_FCHOWNAT 1
|
jpayne@69
|
335
|
jpayne@69
|
336 /* Define to 1 if you have the <fcntl.h> header file. */
|
jpayne@69
|
337 #define HAVE_FCNTL_H 1
|
jpayne@69
|
338
|
jpayne@69
|
339 /* Define if you have the 'fdatasync' function. */
|
jpayne@69
|
340 #define HAVE_FDATASYNC 1
|
jpayne@69
|
341
|
jpayne@69
|
342 /* Define to 1 if you have the `fdopendir' function. */
|
jpayne@69
|
343 #define HAVE_FDOPENDIR 1
|
jpayne@69
|
344
|
jpayne@69
|
345 /* Define to 1 if you have the `fdwalk' function. */
|
jpayne@69
|
346 /* #undef HAVE_FDWALK */
|
jpayne@69
|
347
|
jpayne@69
|
348 /* Define to 1 if you have the `fexecve' function. */
|
jpayne@69
|
349 #define HAVE_FEXECVE 1
|
jpayne@69
|
350
|
jpayne@69
|
351 /* Define to 1 if you have the `finite' function. */
|
jpayne@69
|
352 #define HAVE_FINITE 1
|
jpayne@69
|
353
|
jpayne@69
|
354 /* Define to 1 if you have the `flock' function. */
|
jpayne@69
|
355 #define HAVE_FLOCK 1
|
jpayne@69
|
356
|
jpayne@69
|
357 /* Define to 1 if you have the `fork' function. */
|
jpayne@69
|
358 #define HAVE_FORK 1
|
jpayne@69
|
359
|
jpayne@69
|
360 /* Define to 1 if you have the `forkpty' function. */
|
jpayne@69
|
361 #define HAVE_FORKPTY 1
|
jpayne@69
|
362
|
jpayne@69
|
363 /* Define to 1 if you have the `fpathconf' function. */
|
jpayne@69
|
364 #define HAVE_FPATHCONF 1
|
jpayne@69
|
365
|
jpayne@69
|
366 /* Define to 1 if you have the `fseek64' function. */
|
jpayne@69
|
367 /* #undef HAVE_FSEEK64 */
|
jpayne@69
|
368
|
jpayne@69
|
369 /* Define to 1 if you have the `fseeko' function. */
|
jpayne@69
|
370 #define HAVE_FSEEKO 1
|
jpayne@69
|
371
|
jpayne@69
|
372 /* Define to 1 if you have the `fstatat' function. */
|
jpayne@69
|
373 #define HAVE_FSTATAT 1
|
jpayne@69
|
374
|
jpayne@69
|
375 /* Define to 1 if you have the `fstatvfs' function. */
|
jpayne@69
|
376 #define HAVE_FSTATVFS 1
|
jpayne@69
|
377
|
jpayne@69
|
378 /* Define if you have the 'fsync' function. */
|
jpayne@69
|
379 #define HAVE_FSYNC 1
|
jpayne@69
|
380
|
jpayne@69
|
381 /* Define to 1 if you have the `ftell64' function. */
|
jpayne@69
|
382 /* #undef HAVE_FTELL64 */
|
jpayne@69
|
383
|
jpayne@69
|
384 /* Define to 1 if you have the `ftello' function. */
|
jpayne@69
|
385 #define HAVE_FTELLO 1
|
jpayne@69
|
386
|
jpayne@69
|
387 /* Define to 1 if you have the `ftime' function. */
|
jpayne@69
|
388 #define HAVE_FTIME 1
|
jpayne@69
|
389
|
jpayne@69
|
390 /* Define to 1 if you have the `ftruncate' function. */
|
jpayne@69
|
391 #define HAVE_FTRUNCATE 1
|
jpayne@69
|
392
|
jpayne@69
|
393 /* Define to 1 if you have the `futimens' function. */
|
jpayne@69
|
394 #define HAVE_FUTIMENS 1
|
jpayne@69
|
395
|
jpayne@69
|
396 /* Define to 1 if you have the `futimes' function. */
|
jpayne@69
|
397 #define HAVE_FUTIMES 1
|
jpayne@69
|
398
|
jpayne@69
|
399 /* Define to 1 if you have the `futimesat' function. */
|
jpayne@69
|
400 #define HAVE_FUTIMESAT 1
|
jpayne@69
|
401
|
jpayne@69
|
402 /* Define to 1 if you have the `gai_strerror' function. */
|
jpayne@69
|
403 #define HAVE_GAI_STRERROR 1
|
jpayne@69
|
404
|
jpayne@69
|
405 /* Define to 1 if you have the `gamma' function. */
|
jpayne@69
|
406 #define HAVE_GAMMA 1
|
jpayne@69
|
407
|
jpayne@69
|
408 /* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
|
jpayne@69
|
409 /* #undef HAVE_GCC_ASM_FOR_MC68881 */
|
jpayne@69
|
410
|
jpayne@69
|
411 /* Define if we can use x64 gcc inline assembler */
|
jpayne@69
|
412 #define HAVE_GCC_ASM_FOR_X64 1
|
jpayne@69
|
413
|
jpayne@69
|
414 /* Define if we can use gcc inline assembler to get and set x87 control word
|
jpayne@69
|
415 */
|
jpayne@69
|
416 #define HAVE_GCC_ASM_FOR_X87 1
|
jpayne@69
|
417
|
jpayne@69
|
418 /* Define if your compiler provides __uint128_t */
|
jpayne@69
|
419 #define HAVE_GCC_UINT128_T 1
|
jpayne@69
|
420
|
jpayne@69
|
421 /* Define if you have the getaddrinfo function. */
|
jpayne@69
|
422 #define HAVE_GETADDRINFO 1
|
jpayne@69
|
423
|
jpayne@69
|
424 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
|
jpayne@69
|
425 #define HAVE_GETC_UNLOCKED 1
|
jpayne@69
|
426
|
jpayne@69
|
427 /* Define to 1 if you have the `getentropy' function. */
|
jpayne@69
|
428 /* #undef HAVE_GETENTROPY */
|
jpayne@69
|
429
|
jpayne@69
|
430 /* Define to 1 if you have the `getgrgid_r' function. */
|
jpayne@69
|
431 #define HAVE_GETGRGID_R 1
|
jpayne@69
|
432
|
jpayne@69
|
433 /* Define to 1 if you have the `getgrnam_r' function. */
|
jpayne@69
|
434 #define HAVE_GETGRNAM_R 1
|
jpayne@69
|
435
|
jpayne@69
|
436 /* Define to 1 if you have the `getgrouplist' function. */
|
jpayne@69
|
437 #define HAVE_GETGROUPLIST 1
|
jpayne@69
|
438
|
jpayne@69
|
439 /* Define to 1 if you have the `getgroups' function. */
|
jpayne@69
|
440 #define HAVE_GETGROUPS 1
|
jpayne@69
|
441
|
jpayne@69
|
442 /* Define to 1 if you have the `gethostbyname' function. */
|
jpayne@69
|
443 /* #undef HAVE_GETHOSTBYNAME */
|
jpayne@69
|
444
|
jpayne@69
|
445 /* Define this if you have some version of gethostbyname_r() */
|
jpayne@69
|
446 #define HAVE_GETHOSTBYNAME_R 1
|
jpayne@69
|
447
|
jpayne@69
|
448 /* Define this if you have the 3-arg version of gethostbyname_r(). */
|
jpayne@69
|
449 /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
|
jpayne@69
|
450
|
jpayne@69
|
451 /* Define this if you have the 5-arg version of gethostbyname_r(). */
|
jpayne@69
|
452 /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
|
jpayne@69
|
453
|
jpayne@69
|
454 /* Define this if you have the 6-arg version of gethostbyname_r(). */
|
jpayne@69
|
455 #define HAVE_GETHOSTBYNAME_R_6_ARG 1
|
jpayne@69
|
456
|
jpayne@69
|
457 /* Define to 1 if you have the `getitimer' function. */
|
jpayne@69
|
458 #define HAVE_GETITIMER 1
|
jpayne@69
|
459
|
jpayne@69
|
460 /* Define to 1 if you have the `getloadavg' function. */
|
jpayne@69
|
461 #define HAVE_GETLOADAVG 1
|
jpayne@69
|
462
|
jpayne@69
|
463 /* Define to 1 if you have the `getlogin' function. */
|
jpayne@69
|
464 #define HAVE_GETLOGIN 1
|
jpayne@69
|
465
|
jpayne@69
|
466 /* Define to 1 if you have the `getnameinfo' function. */
|
jpayne@69
|
467 #define HAVE_GETNAMEINFO 1
|
jpayne@69
|
468
|
jpayne@69
|
469 /* Define if you have the 'getpagesize' function. */
|
jpayne@69
|
470 #define HAVE_GETPAGESIZE 1
|
jpayne@69
|
471
|
jpayne@69
|
472 /* Define to 1 if you have the `getpeername' function. */
|
jpayne@69
|
473 #define HAVE_GETPEERNAME 1
|
jpayne@69
|
474
|
jpayne@69
|
475 /* Define to 1 if you have the `getpgid' function. */
|
jpayne@69
|
476 #define HAVE_GETPGID 1
|
jpayne@69
|
477
|
jpayne@69
|
478 /* Define to 1 if you have the `getpgrp' function. */
|
jpayne@69
|
479 #define HAVE_GETPGRP 1
|
jpayne@69
|
480
|
jpayne@69
|
481 /* Define to 1 if you have the `getpid' function. */
|
jpayne@69
|
482 #define HAVE_GETPID 1
|
jpayne@69
|
483
|
jpayne@69
|
484 /* Define to 1 if you have the `getpriority' function. */
|
jpayne@69
|
485 #define HAVE_GETPRIORITY 1
|
jpayne@69
|
486
|
jpayne@69
|
487 /* Define to 1 if you have the `getpwent' function. */
|
jpayne@69
|
488 #define HAVE_GETPWENT 1
|
jpayne@69
|
489
|
jpayne@69
|
490 /* Define to 1 if you have the `getpwnam_r' function. */
|
jpayne@69
|
491 #define HAVE_GETPWNAM_R 1
|
jpayne@69
|
492
|
jpayne@69
|
493 /* Define to 1 if you have the `getpwuid_r' function. */
|
jpayne@69
|
494 #define HAVE_GETPWUID_R 1
|
jpayne@69
|
495
|
jpayne@69
|
496 /* Define to 1 if the getrandom() function is available */
|
jpayne@69
|
497 /* #undef HAVE_GETRANDOM */
|
jpayne@69
|
498
|
jpayne@69
|
499 /* Define to 1 if the Linux getrandom() syscall is available */
|
jpayne@69
|
500 /* #undef HAVE_GETRANDOM_SYSCALL */
|
jpayne@69
|
501
|
jpayne@69
|
502 /* Define to 1 if you have the `getresgid' function. */
|
jpayne@69
|
503 #define HAVE_GETRESGID 1
|
jpayne@69
|
504
|
jpayne@69
|
505 /* Define to 1 if you have the `getresuid' function. */
|
jpayne@69
|
506 #define HAVE_GETRESUID 1
|
jpayne@69
|
507
|
jpayne@69
|
508 /* Define to 1 if you have the `getsid' function. */
|
jpayne@69
|
509 #define HAVE_GETSID 1
|
jpayne@69
|
510
|
jpayne@69
|
511 /* Define to 1 if you have the `getspent' function. */
|
jpayne@69
|
512 #define HAVE_GETSPENT 1
|
jpayne@69
|
513
|
jpayne@69
|
514 /* Define to 1 if you have the `getspnam' function. */
|
jpayne@69
|
515 #define HAVE_GETSPNAM 1
|
jpayne@69
|
516
|
jpayne@69
|
517 /* Define to 1 if you have the `gettimeofday' function. */
|
jpayne@69
|
518 #define HAVE_GETTIMEOFDAY 1
|
jpayne@69
|
519
|
jpayne@69
|
520 /* Define to 1 if you have the `getwd' function. */
|
jpayne@69
|
521 #define HAVE_GETWD 1
|
jpayne@69
|
522
|
jpayne@69
|
523 /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
|
jpayne@69
|
524 bcopy. */
|
jpayne@69
|
525 /* #undef HAVE_GLIBC_MEMMOVE_BUG */
|
jpayne@69
|
526
|
jpayne@69
|
527 /* Define to 1 if you have the <grp.h> header file. */
|
jpayne@69
|
528 #define HAVE_GRP_H 1
|
jpayne@69
|
529
|
jpayne@69
|
530 /* Define if you have the 'hstrerror' function. */
|
jpayne@69
|
531 #define HAVE_HSTRERROR 1
|
jpayne@69
|
532
|
jpayne@69
|
533 /* Define this if you have le64toh() */
|
jpayne@69
|
534 #define HAVE_HTOLE64 1
|
jpayne@69
|
535
|
jpayne@69
|
536 /* Define to 1 if you have the `hypot' function. */
|
jpayne@69
|
537 #define HAVE_HYPOT 1
|
jpayne@69
|
538
|
jpayne@69
|
539 /* Define to 1 if you have the <ieeefp.h> header file. */
|
jpayne@69
|
540 /* #undef HAVE_IEEEFP_H */
|
jpayne@69
|
541
|
jpayne@69
|
542 /* Define to 1 if you have the `if_nameindex' function. */
|
jpayne@69
|
543 #define HAVE_IF_NAMEINDEX 1
|
jpayne@69
|
544
|
jpayne@69
|
545 /* Define if you have the 'inet_aton' function. */
|
jpayne@69
|
546 #define HAVE_INET_ATON 1
|
jpayne@69
|
547
|
jpayne@69
|
548 /* Define if you have the 'inet_pton' function. */
|
jpayne@69
|
549 #define HAVE_INET_PTON 1
|
jpayne@69
|
550
|
jpayne@69
|
551 /* Define to 1 if you have the `initgroups' function. */
|
jpayne@69
|
552 #define HAVE_INITGROUPS 1
|
jpayne@69
|
553
|
jpayne@69
|
554 /* Define to 1 if you have the <inttypes.h> header file. */
|
jpayne@69
|
555 #define HAVE_INTTYPES_H 1
|
jpayne@69
|
556
|
jpayne@69
|
557 /* Define to 1 if you have the <io.h> header file. */
|
jpayne@69
|
558 /* #undef HAVE_IO_H */
|
jpayne@69
|
559
|
jpayne@69
|
560 /* Define if gcc has the ipa-pure-const bug. */
|
jpayne@69
|
561 /* #undef HAVE_IPA_PURE_CONST_BUG */
|
jpayne@69
|
562
|
jpayne@69
|
563 /* Define to 1 if you have the `kill' function. */
|
jpayne@69
|
564 #define HAVE_KILL 1
|
jpayne@69
|
565
|
jpayne@69
|
566 /* Define to 1 if you have the `killpg' function. */
|
jpayne@69
|
567 #define HAVE_KILLPG 1
|
jpayne@69
|
568
|
jpayne@69
|
569 /* Define if you have the 'kqueue' functions. */
|
jpayne@69
|
570 /* #undef HAVE_KQUEUE */
|
jpayne@69
|
571
|
jpayne@69
|
572 /* Define to 1 if you have the <langinfo.h> header file. */
|
jpayne@69
|
573 #define HAVE_LANGINFO_H 1
|
jpayne@69
|
574
|
jpayne@69
|
575 /* Defined to enable large file support when an off_t is bigger than a long
|
jpayne@69
|
576 and long long is at least as big as an off_t. You may need to add some
|
jpayne@69
|
577 flags for configuration and compilation to enable this mode. (For Solaris
|
jpayne@69
|
578 and Linux, the necessary defines are already defined.) */
|
jpayne@69
|
579 /* #undef HAVE_LARGEFILE_SUPPORT */
|
jpayne@69
|
580
|
jpayne@69
|
581 /* Define to 1 if you have the 'lchflags' function. */
|
jpayne@69
|
582 /* #undef HAVE_LCHFLAGS */
|
jpayne@69
|
583
|
jpayne@69
|
584 /* Define to 1 if you have the `lchmod' function. */
|
jpayne@69
|
585 /* #undef HAVE_LCHMOD */
|
jpayne@69
|
586
|
jpayne@69
|
587 /* Define to 1 if you have the `lchown' function. */
|
jpayne@69
|
588 #define HAVE_LCHOWN 1
|
jpayne@69
|
589
|
jpayne@69
|
590 /* Define to 1 if you have the `lgamma' function. */
|
jpayne@69
|
591 #define HAVE_LGAMMA 1
|
jpayne@69
|
592
|
jpayne@69
|
593 /* Define to 1 if you have the `dl' library (-ldl). */
|
jpayne@69
|
594 #define HAVE_LIBDL 1
|
jpayne@69
|
595
|
jpayne@69
|
596 /* Define to 1 if you have the `dld' library (-ldld). */
|
jpayne@69
|
597 /* #undef HAVE_LIBDLD */
|
jpayne@69
|
598
|
jpayne@69
|
599 /* Define to 1 if you have the `ieee' library (-lieee). */
|
jpayne@69
|
600 /* #undef HAVE_LIBIEEE */
|
jpayne@69
|
601
|
jpayne@69
|
602 /* Define to 1 if you have the <libintl.h> header file. */
|
jpayne@69
|
603 #define HAVE_LIBINTL_H 1
|
jpayne@69
|
604
|
jpayne@69
|
605 /* Define if you have the readline library (-lreadline). */
|
jpayne@69
|
606 #define HAVE_LIBREADLINE 1
|
jpayne@69
|
607
|
jpayne@69
|
608 /* Define to 1 if you have the `resolv' library (-lresolv). */
|
jpayne@69
|
609 /* #undef HAVE_LIBRESOLV */
|
jpayne@69
|
610
|
jpayne@69
|
611 /* Define to 1 if you have the `sendfile' library (-lsendfile). */
|
jpayne@69
|
612 /* #undef HAVE_LIBSENDFILE */
|
jpayne@69
|
613
|
jpayne@69
|
614 /* Define to 1 if you have the <libutil.h> header file. */
|
jpayne@69
|
615 /* #undef HAVE_LIBUTIL_H */
|
jpayne@69
|
616
|
jpayne@69
|
617 /* Define if you have the 'link' function. */
|
jpayne@69
|
618 #define HAVE_LINK 1
|
jpayne@69
|
619
|
jpayne@69
|
620 /* Define to 1 if you have the `linkat' function. */
|
jpayne@69
|
621 #define HAVE_LINKAT 1
|
jpayne@69
|
622
|
jpayne@69
|
623 /* Define to 1 if you have the <linux/can/bcm.h> header file. */
|
jpayne@69
|
624 /* #undef HAVE_LINUX_CAN_BCM_H */
|
jpayne@69
|
625
|
jpayne@69
|
626 /* Define to 1 if you have the <linux/can.h> header file. */
|
jpayne@69
|
627 #define HAVE_LINUX_CAN_H 1
|
jpayne@69
|
628
|
jpayne@69
|
629 /* Define if compiling using Linux 3.6 or later. */
|
jpayne@69
|
630 /* #undef HAVE_LINUX_CAN_RAW_FD_FRAMES */
|
jpayne@69
|
631
|
jpayne@69
|
632 /* Define to 1 if you have the <linux/can/raw.h> header file. */
|
jpayne@69
|
633 #define HAVE_LINUX_CAN_RAW_H 1
|
jpayne@69
|
634
|
jpayne@69
|
635 /* Define to 1 if you have the <linux/memfd.h> header file. */
|
jpayne@69
|
636 /* #undef HAVE_LINUX_MEMFD_H */
|
jpayne@69
|
637
|
jpayne@69
|
638 /* Define to 1 if you have the <linux/netlink.h> header file. */
|
jpayne@69
|
639 #define HAVE_LINUX_NETLINK_H 1
|
jpayne@69
|
640
|
jpayne@69
|
641 /* Define to 1 if you have the <linux/qrtr.h> header file. */
|
jpayne@69
|
642 /* #undef HAVE_LINUX_QRTR_H */
|
jpayne@69
|
643
|
jpayne@69
|
644 /* Define to 1 if you have the <linux/random.h> header file. */
|
jpayne@69
|
645 #define HAVE_LINUX_RANDOM_H 1
|
jpayne@69
|
646
|
jpayne@69
|
647 /* Define to 1 if you have the <linux/tipc.h> header file. */
|
jpayne@69
|
648 #define HAVE_LINUX_TIPC_H 1
|
jpayne@69
|
649
|
jpayne@69
|
650 /* Define to 1 if you have the <linux/vm_sockets.h> header file. */
|
jpayne@69
|
651 /* #undef HAVE_LINUX_VM_SOCKETS_H */
|
jpayne@69
|
652
|
jpayne@69
|
653 /* Define to 1 if you have the `lockf' function. */
|
jpayne@69
|
654 #define HAVE_LOCKF 1
|
jpayne@69
|
655
|
jpayne@69
|
656 /* Define to 1 if you have the `log1p' function. */
|
jpayne@69
|
657 #define HAVE_LOG1P 1
|
jpayne@69
|
658
|
jpayne@69
|
659 /* Define to 1 if you have the `log2' function. */
|
jpayne@69
|
660 #define HAVE_LOG2 1
|
jpayne@69
|
661
|
jpayne@69
|
662 /* Define to 1 if the system has the type `long double'. */
|
jpayne@69
|
663 #define HAVE_LONG_DOUBLE 1
|
jpayne@69
|
664
|
jpayne@69
|
665 /* Define to 1 if you have the `lstat' function. */
|
jpayne@69
|
666 #define HAVE_LSTAT 1
|
jpayne@69
|
667
|
jpayne@69
|
668 /* Define to 1 if you have the `lutimes' function. */
|
jpayne@69
|
669 #define HAVE_LUTIMES 1
|
jpayne@69
|
670
|
jpayne@69
|
671 /* Define to 1 if you have the `madvise' function. */
|
jpayne@69
|
672 #define HAVE_MADVISE 1
|
jpayne@69
|
673
|
jpayne@69
|
674 /* Define this if you have the makedev macro. */
|
jpayne@69
|
675 #define HAVE_MAKEDEV 1
|
jpayne@69
|
676
|
jpayne@69
|
677 /* Define to 1 if you have the `mbrtowc' function. */
|
jpayne@69
|
678 #define HAVE_MBRTOWC 1
|
jpayne@69
|
679
|
jpayne@69
|
680 /* Define if you have the 'memfd_create' function. */
|
jpayne@69
|
681 /* #undef HAVE_MEMFD_CREATE */
|
jpayne@69
|
682
|
jpayne@69
|
683 /* Define to 1 if you have the <memory.h> header file. */
|
jpayne@69
|
684 #define HAVE_MEMORY_H 1
|
jpayne@69
|
685
|
jpayne@69
|
686 /* Define to 1 if you have the `memrchr' function. */
|
jpayne@69
|
687 #define HAVE_MEMRCHR 1
|
jpayne@69
|
688
|
jpayne@69
|
689 /* Define to 1 if you have the `mkdirat' function. */
|
jpayne@69
|
690 #define HAVE_MKDIRAT 1
|
jpayne@69
|
691
|
jpayne@69
|
692 /* Define to 1 if you have the `mkfifo' function. */
|
jpayne@69
|
693 #define HAVE_MKFIFO 1
|
jpayne@69
|
694
|
jpayne@69
|
695 /* Define to 1 if you have the `mkfifoat' function. */
|
jpayne@69
|
696 #define HAVE_MKFIFOAT 1
|
jpayne@69
|
697
|
jpayne@69
|
698 /* Define to 1 if you have the `mknod' function. */
|
jpayne@69
|
699 #define HAVE_MKNOD 1
|
jpayne@69
|
700
|
jpayne@69
|
701 /* Define to 1 if you have the `mknodat' function. */
|
jpayne@69
|
702 #define HAVE_MKNODAT 1
|
jpayne@69
|
703
|
jpayne@69
|
704 /* Define to 1 if you have the `mktime' function. */
|
jpayne@69
|
705 #define HAVE_MKTIME 1
|
jpayne@69
|
706
|
jpayne@69
|
707 /* Define to 1 if you have the `mmap' function. */
|
jpayne@69
|
708 #define HAVE_MMAP 1
|
jpayne@69
|
709
|
jpayne@69
|
710 /* Define to 1 if you have the `mremap' function. */
|
jpayne@69
|
711 #define HAVE_MREMAP 1
|
jpayne@69
|
712
|
jpayne@69
|
713 /* Define to 1 if you have the <ncurses.h> header file. */
|
jpayne@69
|
714 #define HAVE_NCURSES_H 1
|
jpayne@69
|
715
|
jpayne@69
|
716 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
jpayne@69
|
717 /* #undef HAVE_NDIR_H */
|
jpayne@69
|
718
|
jpayne@69
|
719 /* Define to 1 if you have the <netpacket/packet.h> header file. */
|
jpayne@69
|
720 #define HAVE_NETPACKET_PACKET_H 1
|
jpayne@69
|
721
|
jpayne@69
|
722 /* Define to 1 if you have the <net/if.h> header file. */
|
jpayne@69
|
723 #define HAVE_NET_IF_H 1
|
jpayne@69
|
724
|
jpayne@69
|
725 /* Define to 1 if you have the `nice' function. */
|
jpayne@69
|
726 #define HAVE_NICE 1
|
jpayne@69
|
727
|
jpayne@69
|
728 /* Define to 1 if you have the `openat' function. */
|
jpayne@69
|
729 #define HAVE_OPENAT 1
|
jpayne@69
|
730
|
jpayne@69
|
731 /* Define to 1 if you have the `openpty' function. */
|
jpayne@69
|
732 #define HAVE_OPENPTY 1
|
jpayne@69
|
733
|
jpayne@69
|
734 /* Define to 1 if you have the `pathconf' function. */
|
jpayne@69
|
735 #define HAVE_PATHCONF 1
|
jpayne@69
|
736
|
jpayne@69
|
737 /* Define to 1 if you have the `pause' function. */
|
jpayne@69
|
738 #define HAVE_PAUSE 1
|
jpayne@69
|
739
|
jpayne@69
|
740 /* Define to 1 if you have the `pipe2' function. */
|
jpayne@69
|
741 #define HAVE_PIPE2 1
|
jpayne@69
|
742
|
jpayne@69
|
743 /* Define to 1 if you have the `plock' function. */
|
jpayne@69
|
744 /* #undef HAVE_PLOCK */
|
jpayne@69
|
745
|
jpayne@69
|
746 /* Define to 1 if you have the `poll' function. */
|
jpayne@69
|
747 #define HAVE_POLL 1
|
jpayne@69
|
748
|
jpayne@69
|
749 /* Define to 1 if you have the <poll.h> header file. */
|
jpayne@69
|
750 #define HAVE_POLL_H 1
|
jpayne@69
|
751
|
jpayne@69
|
752 /* Define to 1 if you have the `posix_fadvise' function. */
|
jpayne@69
|
753 #define HAVE_POSIX_FADVISE 1
|
jpayne@69
|
754
|
jpayne@69
|
755 /* Define to 1 if you have the `posix_fallocate' function. */
|
jpayne@69
|
756 #define HAVE_POSIX_FALLOCATE 1
|
jpayne@69
|
757
|
jpayne@69
|
758 /* Define to 1 if you have the `posix_spawn' function. */
|
jpayne@69
|
759 #define HAVE_POSIX_SPAWN 1
|
jpayne@69
|
760
|
jpayne@69
|
761 /* Define to 1 if you have the `posix_spawnp' function. */
|
jpayne@69
|
762 #define HAVE_POSIX_SPAWNP 1
|
jpayne@69
|
763
|
jpayne@69
|
764 /* Define to 1 if you have the `pread' function. */
|
jpayne@69
|
765 #define HAVE_PREAD 1
|
jpayne@69
|
766
|
jpayne@69
|
767 /* Define to 1 if you have the `preadv' function. */
|
jpayne@69
|
768 #define HAVE_PREADV 1
|
jpayne@69
|
769
|
jpayne@69
|
770 /* Define to 1 if you have the `preadv2' function. */
|
jpayne@69
|
771 /* #undef HAVE_PREADV2 */
|
jpayne@69
|
772
|
jpayne@69
|
773 /* Define if you have the 'prlimit' functions. */
|
jpayne@69
|
774 /* #undef HAVE_PRLIMIT */
|
jpayne@69
|
775
|
jpayne@69
|
776 /* Define to 1 if you have the <process.h> header file. */
|
jpayne@69
|
777 /* #undef HAVE_PROCESS_H */
|
jpayne@69
|
778
|
jpayne@69
|
779 /* Define if your compiler supports function prototype */
|
jpayne@69
|
780 #define HAVE_PROTOTYPES 1
|
jpayne@69
|
781
|
jpayne@69
|
782 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
|
jpayne@69
|
783 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
|
jpayne@69
|
784
|
jpayne@69
|
785 /* Defined for Solaris 2.6 bug in pthread header. */
|
jpayne@69
|
786 /* #undef HAVE_PTHREAD_DESTRUCTOR */
|
jpayne@69
|
787
|
jpayne@69
|
788 /* Define to 1 if you have the `pthread_getcpuclockid' function. */
|
jpayne@69
|
789 #define HAVE_PTHREAD_GETCPUCLOCKID 1
|
jpayne@69
|
790
|
jpayne@69
|
791 /* Define to 1 if you have the <pthread.h> header file. */
|
jpayne@69
|
792 #define HAVE_PTHREAD_H 1
|
jpayne@69
|
793
|
jpayne@69
|
794 /* Define to 1 if you have the `pthread_init' function. */
|
jpayne@69
|
795 /* #undef HAVE_PTHREAD_INIT */
|
jpayne@69
|
796
|
jpayne@69
|
797 /* Define to 1 if you have the `pthread_kill' function. */
|
jpayne@69
|
798 #define HAVE_PTHREAD_KILL 1
|
jpayne@69
|
799
|
jpayne@69
|
800 /* Define to 1 if you have the `pthread_sigmask' function. */
|
jpayne@69
|
801 #define HAVE_PTHREAD_SIGMASK 1
|
jpayne@69
|
802
|
jpayne@69
|
803 /* Define to 1 if you have the <pty.h> header file. */
|
jpayne@69
|
804 #define HAVE_PTY_H 1
|
jpayne@69
|
805
|
jpayne@69
|
806 /* Define to 1 if you have the `putenv' function. */
|
jpayne@69
|
807 #define HAVE_PUTENV 1
|
jpayne@69
|
808
|
jpayne@69
|
809 /* Define to 1 if you have the `pwrite' function. */
|
jpayne@69
|
810 #define HAVE_PWRITE 1
|
jpayne@69
|
811
|
jpayne@69
|
812 /* Define to 1 if you have the `pwritev' function. */
|
jpayne@69
|
813 #define HAVE_PWRITEV 1
|
jpayne@69
|
814
|
jpayne@69
|
815 /* Define to 1 if you have the `pwritev2' function. */
|
jpayne@69
|
816 /* #undef HAVE_PWRITEV2 */
|
jpayne@69
|
817
|
jpayne@69
|
818 /* Define to 1 if you have the `readlink' function. */
|
jpayne@69
|
819 #define HAVE_READLINK 1
|
jpayne@69
|
820
|
jpayne@69
|
821 /* Define to 1 if you have the `readlinkat' function. */
|
jpayne@69
|
822 #define HAVE_READLINKAT 1
|
jpayne@69
|
823
|
jpayne@69
|
824 /* Define to 1 if you have the `readv' function. */
|
jpayne@69
|
825 #define HAVE_READV 1
|
jpayne@69
|
826
|
jpayne@69
|
827 /* Define to 1 if you have the `realpath' function. */
|
jpayne@69
|
828 #define HAVE_REALPATH 1
|
jpayne@69
|
829
|
jpayne@69
|
830 /* Define to 1 if you have the `renameat' function. */
|
jpayne@69
|
831 #define HAVE_RENAMEAT 1
|
jpayne@69
|
832
|
jpayne@69
|
833 /* Define if readline supports append_history */
|
jpayne@69
|
834 #define HAVE_RL_APPEND_HISTORY 1
|
jpayne@69
|
835
|
jpayne@69
|
836 /* Define if you can turn off readline's signal handling. */
|
jpayne@69
|
837 #define HAVE_RL_CATCH_SIGNAL 1
|
jpayne@69
|
838
|
jpayne@69
|
839 /* Define if you have readline 2.2 */
|
jpayne@69
|
840 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
|
jpayne@69
|
841
|
jpayne@69
|
842 /* Define if you have readline 4.0 */
|
jpayne@69
|
843 #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
|
jpayne@69
|
844
|
jpayne@69
|
845 /* Define if you have readline 4.2 */
|
jpayne@69
|
846 #define HAVE_RL_COMPLETION_MATCHES 1
|
jpayne@69
|
847
|
jpayne@69
|
848 /* Define if you have rl_completion_suppress_append */
|
jpayne@69
|
849 #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
|
jpayne@69
|
850
|
jpayne@69
|
851 /* Define if you have readline 4.0 */
|
jpayne@69
|
852 #define HAVE_RL_PRE_INPUT_HOOK 1
|
jpayne@69
|
853
|
jpayne@69
|
854 /* Define if you have readline 4.0 */
|
jpayne@69
|
855 #define HAVE_RL_RESIZE_TERMINAL 1
|
jpayne@69
|
856
|
jpayne@69
|
857 /* Define to 1 if you have the `round' function. */
|
jpayne@69
|
858 #define HAVE_ROUND 1
|
jpayne@69
|
859
|
jpayne@69
|
860 /* Define to 1 if you have the `rtpSpawn' function. */
|
jpayne@69
|
861 /* #undef HAVE_RTPSPAWN */
|
jpayne@69
|
862
|
jpayne@69
|
863 /* Define to 1 if you have the `sched_get_priority_max' function. */
|
jpayne@69
|
864 #define HAVE_SCHED_GET_PRIORITY_MAX 1
|
jpayne@69
|
865
|
jpayne@69
|
866 /* Define to 1 if you have the <sched.h> header file. */
|
jpayne@69
|
867 #define HAVE_SCHED_H 1
|
jpayne@69
|
868
|
jpayne@69
|
869 /* Define to 1 if you have the `sched_rr_get_interval' function. */
|
jpayne@69
|
870 #define HAVE_SCHED_RR_GET_INTERVAL 1
|
jpayne@69
|
871
|
jpayne@69
|
872 /* Define to 1 if you have the `sched_setaffinity' function. */
|
jpayne@69
|
873 #define HAVE_SCHED_SETAFFINITY 1
|
jpayne@69
|
874
|
jpayne@69
|
875 /* Define to 1 if you have the `sched_setparam' function. */
|
jpayne@69
|
876 #define HAVE_SCHED_SETPARAM 1
|
jpayne@69
|
877
|
jpayne@69
|
878 /* Define to 1 if you have the `sched_setscheduler' function. */
|
jpayne@69
|
879 #define HAVE_SCHED_SETSCHEDULER 1
|
jpayne@69
|
880
|
jpayne@69
|
881 /* Define to 1 if you have the `sem_getvalue' function. */
|
jpayne@69
|
882 #define HAVE_SEM_GETVALUE 1
|
jpayne@69
|
883
|
jpayne@69
|
884 /* Define to 1 if you have the `sem_open' function. */
|
jpayne@69
|
885 #define HAVE_SEM_OPEN 1
|
jpayne@69
|
886
|
jpayne@69
|
887 /* Define to 1 if you have the `sem_timedwait' function. */
|
jpayne@69
|
888 #define HAVE_SEM_TIMEDWAIT 1
|
jpayne@69
|
889
|
jpayne@69
|
890 /* Define to 1 if you have the `sem_unlink' function. */
|
jpayne@69
|
891 #define HAVE_SEM_UNLINK 1
|
jpayne@69
|
892
|
jpayne@69
|
893 /* Define to 1 if you have the `sendfile' function. */
|
jpayne@69
|
894 #define HAVE_SENDFILE 1
|
jpayne@69
|
895
|
jpayne@69
|
896 /* Define to 1 if you have the `setegid' function. */
|
jpayne@69
|
897 #define HAVE_SETEGID 1
|
jpayne@69
|
898
|
jpayne@69
|
899 /* Define to 1 if you have the `seteuid' function. */
|
jpayne@69
|
900 #define HAVE_SETEUID 1
|
jpayne@69
|
901
|
jpayne@69
|
902 /* Define to 1 if you have the `setgid' function. */
|
jpayne@69
|
903 #define HAVE_SETGID 1
|
jpayne@69
|
904
|
jpayne@69
|
905 /* Define if you have the 'setgroups' function. */
|
jpayne@69
|
906 #define HAVE_SETGROUPS 1
|
jpayne@69
|
907
|
jpayne@69
|
908 /* Define to 1 if you have the `sethostname' function. */
|
jpayne@69
|
909 #define HAVE_SETHOSTNAME 1
|
jpayne@69
|
910
|
jpayne@69
|
911 /* Define to 1 if you have the `setitimer' function. */
|
jpayne@69
|
912 #define HAVE_SETITIMER 1
|
jpayne@69
|
913
|
jpayne@69
|
914 /* Define to 1 if you have the `setlocale' function. */
|
jpayne@69
|
915 #define HAVE_SETLOCALE 1
|
jpayne@69
|
916
|
jpayne@69
|
917 /* Define to 1 if you have the `setpgid' function. */
|
jpayne@69
|
918 #define HAVE_SETPGID 1
|
jpayne@69
|
919
|
jpayne@69
|
920 /* Define to 1 if you have the `setpgrp' function. */
|
jpayne@69
|
921 #define HAVE_SETPGRP 1
|
jpayne@69
|
922
|
jpayne@69
|
923 /* Define to 1 if you have the `setpriority' function. */
|
jpayne@69
|
924 #define HAVE_SETPRIORITY 1
|
jpayne@69
|
925
|
jpayne@69
|
926 /* Define to 1 if you have the `setregid' function. */
|
jpayne@69
|
927 #define HAVE_SETREGID 1
|
jpayne@69
|
928
|
jpayne@69
|
929 /* Define to 1 if you have the `setresgid' function. */
|
jpayne@69
|
930 #define HAVE_SETRESGID 1
|
jpayne@69
|
931
|
jpayne@69
|
932 /* Define to 1 if you have the `setresuid' function. */
|
jpayne@69
|
933 #define HAVE_SETRESUID 1
|
jpayne@69
|
934
|
jpayne@69
|
935 /* Define to 1 if you have the `setreuid' function. */
|
jpayne@69
|
936 #define HAVE_SETREUID 1
|
jpayne@69
|
937
|
jpayne@69
|
938 /* Define to 1 if you have the `setsid' function. */
|
jpayne@69
|
939 #define HAVE_SETSID 1
|
jpayne@69
|
940
|
jpayne@69
|
941 /* Define to 1 if you have the `setuid' function. */
|
jpayne@69
|
942 #define HAVE_SETUID 1
|
jpayne@69
|
943
|
jpayne@69
|
944 /* Define to 1 if you have the `setvbuf' function. */
|
jpayne@69
|
945 #define HAVE_SETVBUF 1
|
jpayne@69
|
946
|
jpayne@69
|
947 /* Define to 1 if you have the <shadow.h> header file. */
|
jpayne@69
|
948 #define HAVE_SHADOW_H 1
|
jpayne@69
|
949
|
jpayne@69
|
950 /* Define to 1 if you have the `shm_open' function. */
|
jpayne@69
|
951 #define HAVE_SHM_OPEN 1
|
jpayne@69
|
952
|
jpayne@69
|
953 /* Define to 1 if you have the `shm_unlink' function. */
|
jpayne@69
|
954 #define HAVE_SHM_UNLINK 1
|
jpayne@69
|
955
|
jpayne@69
|
956 /* Define to 1 if you have the `sigaction' function. */
|
jpayne@69
|
957 #define HAVE_SIGACTION 1
|
jpayne@69
|
958
|
jpayne@69
|
959 /* Define to 1 if you have the `sigaltstack' function. */
|
jpayne@69
|
960 #define HAVE_SIGALTSTACK 1
|
jpayne@69
|
961
|
jpayne@69
|
962 /* Define to 1 if you have the `sigfillset' function. */
|
jpayne@69
|
963 #define HAVE_SIGFILLSET 1
|
jpayne@69
|
964
|
jpayne@69
|
965 /* Define to 1 if `si_band' is a member of `siginfo_t'. */
|
jpayne@69
|
966 #define HAVE_SIGINFO_T_SI_BAND 1
|
jpayne@69
|
967
|
jpayne@69
|
968 /* Define to 1 if you have the `siginterrupt' function. */
|
jpayne@69
|
969 #define HAVE_SIGINTERRUPT 1
|
jpayne@69
|
970
|
jpayne@69
|
971 /* Define to 1 if you have the <signal.h> header file. */
|
jpayne@69
|
972 #define HAVE_SIGNAL_H 1
|
jpayne@69
|
973
|
jpayne@69
|
974 /* Define to 1 if you have the `sigpending' function. */
|
jpayne@69
|
975 #define HAVE_SIGPENDING 1
|
jpayne@69
|
976
|
jpayne@69
|
977 /* Define to 1 if you have the `sigrelse' function. */
|
jpayne@69
|
978 #define HAVE_SIGRELSE 1
|
jpayne@69
|
979
|
jpayne@69
|
980 /* Define to 1 if you have the `sigtimedwait' function. */
|
jpayne@69
|
981 #define HAVE_SIGTIMEDWAIT 1
|
jpayne@69
|
982
|
jpayne@69
|
983 /* Define to 1 if you have the `sigwait' function. */
|
jpayne@69
|
984 #define HAVE_SIGWAIT 1
|
jpayne@69
|
985
|
jpayne@69
|
986 /* Define to 1 if you have the `sigwaitinfo' function. */
|
jpayne@69
|
987 #define HAVE_SIGWAITINFO 1
|
jpayne@69
|
988
|
jpayne@69
|
989 /* Define to 1 if you have the `snprintf' function. */
|
jpayne@69
|
990 #define HAVE_SNPRINTF 1
|
jpayne@69
|
991
|
jpayne@69
|
992 /* struct sockaddr_alg (linux/if_alg.h) */
|
jpayne@69
|
993 /* #undef HAVE_SOCKADDR_ALG */
|
jpayne@69
|
994
|
jpayne@69
|
995 /* Define if sockaddr has sa_len member */
|
jpayne@69
|
996 /* #undef HAVE_SOCKADDR_SA_LEN */
|
jpayne@69
|
997
|
jpayne@69
|
998 /* struct sockaddr_storage (sys/socket.h) */
|
jpayne@69
|
999 #define HAVE_SOCKADDR_STORAGE 1
|
jpayne@69
|
1000
|
jpayne@69
|
1001 /* Define if you have the 'socketpair' function. */
|
jpayne@69
|
1002 #define HAVE_SOCKETPAIR 1
|
jpayne@69
|
1003
|
jpayne@69
|
1004 /* Define to 1 if you have the <spawn.h> header file. */
|
jpayne@69
|
1005 #define HAVE_SPAWN_H 1
|
jpayne@69
|
1006
|
jpayne@69
|
1007 /* Define if your compiler provides ssize_t */
|
jpayne@69
|
1008 #define HAVE_SSIZE_T 1
|
jpayne@69
|
1009
|
jpayne@69
|
1010 /* Define to 1 if you have the `statvfs' function. */
|
jpayne@69
|
1011 #define HAVE_STATVFS 1
|
jpayne@69
|
1012
|
jpayne@69
|
1013 /* Define if you have struct stat.st_mtim.tv_nsec */
|
jpayne@69
|
1014 #define HAVE_STAT_TV_NSEC 1
|
jpayne@69
|
1015
|
jpayne@69
|
1016 /* Define if you have struct stat.st_mtimensec */
|
jpayne@69
|
1017 /* #undef HAVE_STAT_TV_NSEC2 */
|
jpayne@69
|
1018
|
jpayne@69
|
1019 /* Define if your compiler supports variable length function prototypes (e.g.
|
jpayne@69
|
1020 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
|
jpayne@69
|
1021 #define HAVE_STDARG_PROTOTYPES 1
|
jpayne@69
|
1022
|
jpayne@69
|
1023 /* Define to 1 if you have the <stdint.h> header file. */
|
jpayne@69
|
1024 #define HAVE_STDINT_H 1
|
jpayne@69
|
1025
|
jpayne@69
|
1026 /* Define to 1 if you have the <stdlib.h> header file. */
|
jpayne@69
|
1027 #define HAVE_STDLIB_H 1
|
jpayne@69
|
1028
|
jpayne@69
|
1029 /* Has stdatomic.h with atomic_int and atomic_uintptr_t */
|
jpayne@69
|
1030 #define HAVE_STD_ATOMIC 1
|
jpayne@69
|
1031
|
jpayne@69
|
1032 /* Define to 1 if you have the `strdup' function. */
|
jpayne@69
|
1033 #define HAVE_STRDUP 1
|
jpayne@69
|
1034
|
jpayne@69
|
1035 /* Define to 1 if you have the `strftime' function. */
|
jpayne@69
|
1036 #define HAVE_STRFTIME 1
|
jpayne@69
|
1037
|
jpayne@69
|
1038 /* Define to 1 if you have the <strings.h> header file. */
|
jpayne@69
|
1039 #define HAVE_STRINGS_H 1
|
jpayne@69
|
1040
|
jpayne@69
|
1041 /* Define to 1 if you have the <string.h> header file. */
|
jpayne@69
|
1042 #define HAVE_STRING_H 1
|
jpayne@69
|
1043
|
jpayne@69
|
1044 /* Define to 1 if you have the `strlcpy' function. */
|
jpayne@69
|
1045 /* #undef HAVE_STRLCPY */
|
jpayne@69
|
1046
|
jpayne@69
|
1047 /* Define to 1 if you have the <stropts.h> header file. */
|
jpayne@69
|
1048 #define HAVE_STROPTS_H 1
|
jpayne@69
|
1049
|
jpayne@69
|
1050 /* Define to 1 if you have the `strsignal' function. */
|
jpayne@69
|
1051 #define HAVE_STRSIGNAL 1
|
jpayne@69
|
1052
|
jpayne@69
|
1053 /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
|
jpayne@69
|
1054 #define HAVE_STRUCT_PASSWD_PW_GECOS 1
|
jpayne@69
|
1055
|
jpayne@69
|
1056 /* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
|
jpayne@69
|
1057 #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
|
jpayne@69
|
1058
|
jpayne@69
|
1059 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
|
jpayne@69
|
1060 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
|
jpayne@69
|
1061
|
jpayne@69
|
1062 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
|
jpayne@69
|
1063 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
|
jpayne@69
|
1064
|
jpayne@69
|
1065 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
|
jpayne@69
|
1066 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
|
jpayne@69
|
1067
|
jpayne@69
|
1068 /* Define to 1 if `st_flags' is a member of `struct stat'. */
|
jpayne@69
|
1069 /* #undef HAVE_STRUCT_STAT_ST_FLAGS */
|
jpayne@69
|
1070
|
jpayne@69
|
1071 /* Define to 1 if `st_gen' is a member of `struct stat'. */
|
jpayne@69
|
1072 /* #undef HAVE_STRUCT_STAT_ST_GEN */
|
jpayne@69
|
1073
|
jpayne@69
|
1074 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
|
jpayne@69
|
1075 #define HAVE_STRUCT_STAT_ST_RDEV 1
|
jpayne@69
|
1076
|
jpayne@69
|
1077 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
|
jpayne@69
|
1078 #define HAVE_STRUCT_TM_TM_ZONE 1
|
jpayne@69
|
1079
|
jpayne@69
|
1080 /* Define if you have the 'symlink' function. */
|
jpayne@69
|
1081 #define HAVE_SYMLINK 1
|
jpayne@69
|
1082
|
jpayne@69
|
1083 /* Define to 1 if you have the `symlinkat' function. */
|
jpayne@69
|
1084 #define HAVE_SYMLINKAT 1
|
jpayne@69
|
1085
|
jpayne@69
|
1086 /* Define to 1 if you have the `sync' function. */
|
jpayne@69
|
1087 #define HAVE_SYNC 1
|
jpayne@69
|
1088
|
jpayne@69
|
1089 /* Define to 1 if you have the `sysconf' function. */
|
jpayne@69
|
1090 #define HAVE_SYSCONF 1
|
jpayne@69
|
1091
|
jpayne@69
|
1092 /* Define to 1 if you have the <sysexits.h> header file. */
|
jpayne@69
|
1093 #define HAVE_SYSEXITS_H 1
|
jpayne@69
|
1094
|
jpayne@69
|
1095 /* Define to 1 if you have the <sys/audioio.h> header file. */
|
jpayne@69
|
1096 /* #undef HAVE_SYS_AUDIOIO_H */
|
jpayne@69
|
1097
|
jpayne@69
|
1098 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
|
jpayne@69
|
1099 /* #undef HAVE_SYS_BSDTTY_H */
|
jpayne@69
|
1100
|
jpayne@69
|
1101 /* Define to 1 if you have the <sys/devpoll.h> header file. */
|
jpayne@69
|
1102 /* #undef HAVE_SYS_DEVPOLL_H */
|
jpayne@69
|
1103
|
jpayne@69
|
1104 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
jpayne@69
|
1105 */
|
jpayne@69
|
1106 /* #undef HAVE_SYS_DIR_H */
|
jpayne@69
|
1107
|
jpayne@69
|
1108 /* Define to 1 if you have the <sys/endian.h> header file. */
|
jpayne@69
|
1109 /* #undef HAVE_SYS_ENDIAN_H */
|
jpayne@69
|
1110
|
jpayne@69
|
1111 /* Define to 1 if you have the <sys/epoll.h> header file. */
|
jpayne@69
|
1112 #define HAVE_SYS_EPOLL_H 1
|
jpayne@69
|
1113
|
jpayne@69
|
1114 /* Define to 1 if you have the <sys/event.h> header file. */
|
jpayne@69
|
1115 /* #undef HAVE_SYS_EVENT_H */
|
jpayne@69
|
1116
|
jpayne@69
|
1117 /* Define to 1 if you have the <sys/file.h> header file. */
|
jpayne@69
|
1118 #define HAVE_SYS_FILE_H 1
|
jpayne@69
|
1119
|
jpayne@69
|
1120 /* Define to 1 if you have the <sys/ioctl.h> header file. */
|
jpayne@69
|
1121 #define HAVE_SYS_IOCTL_H 1
|
jpayne@69
|
1122
|
jpayne@69
|
1123 /* Define to 1 if you have the <sys/kern_control.h> header file. */
|
jpayne@69
|
1124 /* #undef HAVE_SYS_KERN_CONTROL_H */
|
jpayne@69
|
1125
|
jpayne@69
|
1126 /* Define to 1 if you have the <sys/loadavg.h> header file. */
|
jpayne@69
|
1127 /* #undef HAVE_SYS_LOADAVG_H */
|
jpayne@69
|
1128
|
jpayne@69
|
1129 /* Define to 1 if you have the <sys/lock.h> header file. */
|
jpayne@69
|
1130 /* #undef HAVE_SYS_LOCK_H */
|
jpayne@69
|
1131
|
jpayne@69
|
1132 /* Define to 1 if you have the <sys/memfd.h> header file. */
|
jpayne@69
|
1133 /* #undef HAVE_SYS_MEMFD_H */
|
jpayne@69
|
1134
|
jpayne@69
|
1135 /* Define to 1 if you have the <sys/mkdev.h> header file. */
|
jpayne@69
|
1136 /* #undef HAVE_SYS_MKDEV_H */
|
jpayne@69
|
1137
|
jpayne@69
|
1138 /* Define to 1 if you have the <sys/mman.h> header file. */
|
jpayne@69
|
1139 #define HAVE_SYS_MMAN_H 1
|
jpayne@69
|
1140
|
jpayne@69
|
1141 /* Define to 1 if you have the <sys/modem.h> header file. */
|
jpayne@69
|
1142 /* #undef HAVE_SYS_MODEM_H */
|
jpayne@69
|
1143
|
jpayne@69
|
1144 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
jpayne@69
|
1145 */
|
jpayne@69
|
1146 /* #undef HAVE_SYS_NDIR_H */
|
jpayne@69
|
1147
|
jpayne@69
|
1148 /* Define to 1 if you have the <sys/param.h> header file. */
|
jpayne@69
|
1149 #define HAVE_SYS_PARAM_H 1
|
jpayne@69
|
1150
|
jpayne@69
|
1151 /* Define to 1 if you have the <sys/poll.h> header file. */
|
jpayne@69
|
1152 #define HAVE_SYS_POLL_H 1
|
jpayne@69
|
1153
|
jpayne@69
|
1154 /* Define to 1 if you have the <sys/random.h> header file. */
|
jpayne@69
|
1155 /* #undef HAVE_SYS_RANDOM_H */
|
jpayne@69
|
1156
|
jpayne@69
|
1157 /* Define to 1 if you have the <sys/resource.h> header file. */
|
jpayne@69
|
1158 #define HAVE_SYS_RESOURCE_H 1
|
jpayne@69
|
1159
|
jpayne@69
|
1160 /* Define to 1 if you have the <sys/select.h> header file. */
|
jpayne@69
|
1161 #define HAVE_SYS_SELECT_H 1
|
jpayne@69
|
1162
|
jpayne@69
|
1163 /* Define to 1 if you have the <sys/sendfile.h> header file. */
|
jpayne@69
|
1164 #define HAVE_SYS_SENDFILE_H 1
|
jpayne@69
|
1165
|
jpayne@69
|
1166 /* Define to 1 if you have the <sys/socket.h> header file. */
|
jpayne@69
|
1167 #define HAVE_SYS_SOCKET_H 1
|
jpayne@69
|
1168
|
jpayne@69
|
1169 /* Define to 1 if you have the <sys/statvfs.h> header file. */
|
jpayne@69
|
1170 #define HAVE_SYS_STATVFS_H 1
|
jpayne@69
|
1171
|
jpayne@69
|
1172 /* Define to 1 if you have the <sys/stat.h> header file. */
|
jpayne@69
|
1173 #define HAVE_SYS_STAT_H 1
|
jpayne@69
|
1174
|
jpayne@69
|
1175 /* Define to 1 if you have the <sys/syscall.h> header file. */
|
jpayne@69
|
1176 #define HAVE_SYS_SYSCALL_H 1
|
jpayne@69
|
1177
|
jpayne@69
|
1178 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
|
jpayne@69
|
1179 #define HAVE_SYS_SYSMACROS_H 1
|
jpayne@69
|
1180
|
jpayne@69
|
1181 /* Define to 1 if you have the <sys/sys_domain.h> header file. */
|
jpayne@69
|
1182 /* #undef HAVE_SYS_SYS_DOMAIN_H */
|
jpayne@69
|
1183
|
jpayne@69
|
1184 /* Define to 1 if you have the <sys/termio.h> header file. */
|
jpayne@69
|
1185 /* #undef HAVE_SYS_TERMIO_H */
|
jpayne@69
|
1186
|
jpayne@69
|
1187 /* Define to 1 if you have the <sys/times.h> header file. */
|
jpayne@69
|
1188 #define HAVE_SYS_TIMES_H 1
|
jpayne@69
|
1189
|
jpayne@69
|
1190 /* Define to 1 if you have the <sys/time.h> header file. */
|
jpayne@69
|
1191 #define HAVE_SYS_TIME_H 1
|
jpayne@69
|
1192
|
jpayne@69
|
1193 /* Define to 1 if you have the <sys/types.h> header file. */
|
jpayne@69
|
1194 #define HAVE_SYS_TYPES_H 1
|
jpayne@69
|
1195
|
jpayne@69
|
1196 /* Define to 1 if you have the <sys/uio.h> header file. */
|
jpayne@69
|
1197 #define HAVE_SYS_UIO_H 1
|
jpayne@69
|
1198
|
jpayne@69
|
1199 /* Define to 1 if you have the <sys/un.h> header file. */
|
jpayne@69
|
1200 #define HAVE_SYS_UN_H 1
|
jpayne@69
|
1201
|
jpayne@69
|
1202 /* Define to 1 if you have the <sys/utsname.h> header file. */
|
jpayne@69
|
1203 #define HAVE_SYS_UTSNAME_H 1
|
jpayne@69
|
1204
|
jpayne@69
|
1205 /* Define to 1 if you have the <sys/wait.h> header file. */
|
jpayne@69
|
1206 #define HAVE_SYS_WAIT_H 1
|
jpayne@69
|
1207
|
jpayne@69
|
1208 /* Define to 1 if you have the <sys/xattr.h> header file. */
|
jpayne@69
|
1209 #define HAVE_SYS_XATTR_H 1
|
jpayne@69
|
1210
|
jpayne@69
|
1211 /* Define to 1 if you have the `tcgetpgrp' function. */
|
jpayne@69
|
1212 #define HAVE_TCGETPGRP 1
|
jpayne@69
|
1213
|
jpayne@69
|
1214 /* Define to 1 if you have the `tcsetpgrp' function. */
|
jpayne@69
|
1215 #define HAVE_TCSETPGRP 1
|
jpayne@69
|
1216
|
jpayne@69
|
1217 /* Define to 1 if you have the `tempnam' function. */
|
jpayne@69
|
1218 #define HAVE_TEMPNAM 1
|
jpayne@69
|
1219
|
jpayne@69
|
1220 /* Define to 1 if you have the <termios.h> header file. */
|
jpayne@69
|
1221 #define HAVE_TERMIOS_H 1
|
jpayne@69
|
1222
|
jpayne@69
|
1223 /* Define to 1 if you have the <term.h> header file. */
|
jpayne@69
|
1224 #define HAVE_TERM_H 1
|
jpayne@69
|
1225
|
jpayne@69
|
1226 /* Define to 1 if you have the `tgamma' function. */
|
jpayne@69
|
1227 #define HAVE_TGAMMA 1
|
jpayne@69
|
1228
|
jpayne@69
|
1229 /* Define to 1 if you have the `timegm' function. */
|
jpayne@69
|
1230 #define HAVE_TIMEGM 1
|
jpayne@69
|
1231
|
jpayne@69
|
1232 /* Define to 1 if you have the `times' function. */
|
jpayne@69
|
1233 #define HAVE_TIMES 1
|
jpayne@69
|
1234
|
jpayne@69
|
1235 /* Define to 1 if you have the `tmpfile' function. */
|
jpayne@69
|
1236 #define HAVE_TMPFILE 1
|
jpayne@69
|
1237
|
jpayne@69
|
1238 /* Define to 1 if you have the `tmpnam' function. */
|
jpayne@69
|
1239 #define HAVE_TMPNAM 1
|
jpayne@69
|
1240
|
jpayne@69
|
1241 /* Define to 1 if you have the `tmpnam_r' function. */
|
jpayne@69
|
1242 #define HAVE_TMPNAM_R 1
|
jpayne@69
|
1243
|
jpayne@69
|
1244 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
|
jpayne@69
|
1245 `HAVE_STRUCT_TM_TM_ZONE' instead. */
|
jpayne@69
|
1246 #define HAVE_TM_ZONE 1
|
jpayne@69
|
1247
|
jpayne@69
|
1248 /* Define to 1 if you have the `truncate' function. */
|
jpayne@69
|
1249 #define HAVE_TRUNCATE 1
|
jpayne@69
|
1250
|
jpayne@69
|
1251 /* Define to 1 if you don't have `tm_zone' but do have the external array
|
jpayne@69
|
1252 `tzname'. */
|
jpayne@69
|
1253 /* #undef HAVE_TZNAME */
|
jpayne@69
|
1254
|
jpayne@69
|
1255 /* Define this if you have tcl and TCL_UTF_MAX==6 */
|
jpayne@69
|
1256 /* #undef HAVE_UCS4_TCL */
|
jpayne@69
|
1257
|
jpayne@69
|
1258 /* Define to 1 if you have the `uname' function. */
|
jpayne@69
|
1259 #define HAVE_UNAME 1
|
jpayne@69
|
1260
|
jpayne@69
|
1261 /* Define to 1 if you have the <unistd.h> header file. */
|
jpayne@69
|
1262 #define HAVE_UNISTD_H 1
|
jpayne@69
|
1263
|
jpayne@69
|
1264 /* Define to 1 if you have the `unlinkat' function. */
|
jpayne@69
|
1265 #define HAVE_UNLINKAT 1
|
jpayne@69
|
1266
|
jpayne@69
|
1267 /* Define to 1 if you have the `unsetenv' function. */
|
jpayne@69
|
1268 #define HAVE_UNSETENV 1
|
jpayne@69
|
1269
|
jpayne@69
|
1270 /* Define if you have a useable wchar_t type defined in wchar.h; useable means
|
jpayne@69
|
1271 wchar_t must be an unsigned type with at least 16 bits. (see
|
jpayne@69
|
1272 Include/unicodeobject.h). */
|
jpayne@69
|
1273 /* #undef HAVE_USABLE_WCHAR_T */
|
jpayne@69
|
1274
|
jpayne@69
|
1275 /* Define to 1 if you have the <util.h> header file. */
|
jpayne@69
|
1276 /* #undef HAVE_UTIL_H */
|
jpayne@69
|
1277
|
jpayne@69
|
1278 /* Define to 1 if you have the `utimensat' function. */
|
jpayne@69
|
1279 #define HAVE_UTIMENSAT 1
|
jpayne@69
|
1280
|
jpayne@69
|
1281 /* Define to 1 if you have the `utimes' function. */
|
jpayne@69
|
1282 #define HAVE_UTIMES 1
|
jpayne@69
|
1283
|
jpayne@69
|
1284 /* Define to 1 if you have the <utime.h> header file. */
|
jpayne@69
|
1285 #define HAVE_UTIME_H 1
|
jpayne@69
|
1286
|
jpayne@69
|
1287 /* Define if uuid_create() exists. */
|
jpayne@69
|
1288 /* #undef HAVE_UUID_CREATE */
|
jpayne@69
|
1289
|
jpayne@69
|
1290 /* Define if uuid_enc_be() exists. */
|
jpayne@69
|
1291 /* #undef HAVE_UUID_ENC_BE */
|
jpayne@69
|
1292
|
jpayne@69
|
1293 /* Define if uuid_generate_time_safe() exists. */
|
jpayne@69
|
1294 #define HAVE_UUID_GENERATE_TIME_SAFE 1
|
jpayne@69
|
1295
|
jpayne@69
|
1296 /* Define to 1 if you have the <uuid.h> header file. */
|
jpayne@69
|
1297 /* #undef HAVE_UUID_H */
|
jpayne@69
|
1298
|
jpayne@69
|
1299 /* Define to 1 if you have the <uuid/uuid.h> header file. */
|
jpayne@69
|
1300 #define HAVE_UUID_UUID_H 1
|
jpayne@69
|
1301
|
jpayne@69
|
1302 /* Define to 1 if you have the `wait3' function. */
|
jpayne@69
|
1303 #define HAVE_WAIT3 1
|
jpayne@69
|
1304
|
jpayne@69
|
1305 /* Define to 1 if you have the `wait4' function. */
|
jpayne@69
|
1306 #define HAVE_WAIT4 1
|
jpayne@69
|
1307
|
jpayne@69
|
1308 /* Define to 1 if you have the `waitid' function. */
|
jpayne@69
|
1309 #define HAVE_WAITID 1
|
jpayne@69
|
1310
|
jpayne@69
|
1311 /* Define to 1 if you have the `waitpid' function. */
|
jpayne@69
|
1312 #define HAVE_WAITPID 1
|
jpayne@69
|
1313
|
jpayne@69
|
1314 /* Define if the compiler provides a wchar.h header file. */
|
jpayne@69
|
1315 #define HAVE_WCHAR_H 1
|
jpayne@69
|
1316
|
jpayne@69
|
1317 /* Define to 1 if you have the `wcscoll' function. */
|
jpayne@69
|
1318 #define HAVE_WCSCOLL 1
|
jpayne@69
|
1319
|
jpayne@69
|
1320 /* Define to 1 if you have the `wcsftime' function. */
|
jpayne@69
|
1321 #define HAVE_WCSFTIME 1
|
jpayne@69
|
1322
|
jpayne@69
|
1323 /* Define to 1 if you have the `wcsxfrm' function. */
|
jpayne@69
|
1324 #define HAVE_WCSXFRM 1
|
jpayne@69
|
1325
|
jpayne@69
|
1326 /* Define to 1 if you have the `wmemcmp' function. */
|
jpayne@69
|
1327 #define HAVE_WMEMCMP 1
|
jpayne@69
|
1328
|
jpayne@69
|
1329 /* Define if tzset() actually switches the local timezone in a meaningful way.
|
jpayne@69
|
1330 */
|
jpayne@69
|
1331 #define HAVE_WORKING_TZSET 1
|
jpayne@69
|
1332
|
jpayne@69
|
1333 /* Define to 1 if you have the `writev' function. */
|
jpayne@69
|
1334 #define HAVE_WRITEV 1
|
jpayne@69
|
1335
|
jpayne@69
|
1336 /* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
|
jpayne@69
|
1337 #define HAVE_X509_VERIFY_PARAM_SET1_HOST 1
|
jpayne@69
|
1338
|
jpayne@69
|
1339 /* Define if the zlib library has inflateCopy */
|
jpayne@69
|
1340 #define HAVE_ZLIB_COPY 1
|
jpayne@69
|
1341
|
jpayne@69
|
1342 /* Define to 1 if you have the `_getpty' function. */
|
jpayne@69
|
1343 /* #undef HAVE__GETPTY */
|
jpayne@69
|
1344
|
jpayne@69
|
1345 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
|
jpayne@69
|
1346 */
|
jpayne@69
|
1347 /* #undef MAJOR_IN_MKDEV */
|
jpayne@69
|
1348
|
jpayne@69
|
1349 /* Define to 1 if `major', `minor', and `makedev' are declared in
|
jpayne@69
|
1350 <sysmacros.h>. */
|
jpayne@69
|
1351 /* #undef MAJOR_IN_SYSMACROS */
|
jpayne@69
|
1352
|
jpayne@69
|
1353 /* Define if mvwdelch in curses.h is an expression. */
|
jpayne@69
|
1354 #define MVWDELCH_IS_EXPRESSION 1
|
jpayne@69
|
1355
|
jpayne@69
|
1356 /* Define to the address where bug reports for this package should be sent. */
|
jpayne@69
|
1357 /* #undef PACKAGE_BUGREPORT */
|
jpayne@69
|
1358
|
jpayne@69
|
1359 /* Define to the full name of this package. */
|
jpayne@69
|
1360 /* #undef PACKAGE_NAME */
|
jpayne@69
|
1361
|
jpayne@69
|
1362 /* Define to the full name and version of this package. */
|
jpayne@69
|
1363 /* #undef PACKAGE_STRING */
|
jpayne@69
|
1364
|
jpayne@69
|
1365 /* Define to the one symbol short name of this package. */
|
jpayne@69
|
1366 /* #undef PACKAGE_TARNAME */
|
jpayne@69
|
1367
|
jpayne@69
|
1368 /* Define to the home page for this package. */
|
jpayne@69
|
1369 /* #undef PACKAGE_URL */
|
jpayne@69
|
1370
|
jpayne@69
|
1371 /* Define to the version of this package. */
|
jpayne@69
|
1372 /* #undef PACKAGE_VERSION */
|
jpayne@69
|
1373
|
jpayne@69
|
1374 /* Define if POSIX semaphores aren't enabled on your system */
|
jpayne@69
|
1375 /* #undef POSIX_SEMAPHORES_NOT_ENABLED */
|
jpayne@69
|
1376
|
jpayne@69
|
1377 /* Define if pthread_key_t is compatible with int. */
|
jpayne@69
|
1378 #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1
|
jpayne@69
|
1379
|
jpayne@69
|
1380 /* Defined if PTHREAD_SCOPE_SYSTEM supported. */
|
jpayne@69
|
1381 #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
|
jpayne@69
|
1382
|
jpayne@69
|
1383 /* Define as the preferred size in bits of long digits */
|
jpayne@69
|
1384 /* #undef PYLONG_BITS_IN_DIGIT */
|
jpayne@69
|
1385
|
jpayne@69
|
1386 /* Define if you want to coerce the C locale to a UTF-8 based locale */
|
jpayne@69
|
1387 #define PY_COERCE_C_LOCALE 1
|
jpayne@69
|
1388
|
jpayne@69
|
1389 /* Define to printf format modifier for Py_ssize_t */
|
jpayne@69
|
1390 #define PY_FORMAT_SIZE_T "z"
|
jpayne@69
|
1391
|
jpayne@69
|
1392 /* Default cipher suites list for ssl module. 1: Python's preferred selection,
|
jpayne@69
|
1393 2: leave OpenSSL defaults untouched, 0: custom string */
|
jpayne@69
|
1394 #define PY_SSL_DEFAULT_CIPHERS 1
|
jpayne@69
|
1395
|
jpayne@69
|
1396 /* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
|
jpayne@69
|
1397 /* #undef PY_SSL_DEFAULT_CIPHER_STRING */
|
jpayne@69
|
1398
|
jpayne@69
|
1399 /* Define if you want to build an interpreter with many run-time checks. */
|
jpayne@69
|
1400 /* #undef Py_DEBUG */
|
jpayne@69
|
1401
|
jpayne@69
|
1402 /* Defined if Python is built as a shared library. */
|
jpayne@69
|
1403 /* #undef Py_ENABLE_SHARED */
|
jpayne@69
|
1404
|
jpayne@69
|
1405 /* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
|
jpayne@69
|
1406 externally defined: 0 */
|
jpayne@69
|
1407 /* #undef Py_HASH_ALGORITHM */
|
jpayne@69
|
1408
|
jpayne@69
|
1409 /* Define if you want to enable tracing references for debugging purpose */
|
jpayne@69
|
1410 /* #undef Py_TRACE_REFS */
|
jpayne@69
|
1411
|
jpayne@69
|
1412 /* assume C89 semantics that RETSIGTYPE is always void */
|
jpayne@69
|
1413 #define RETSIGTYPE void
|
jpayne@69
|
1414
|
jpayne@69
|
1415 /* Define if setpgrp() must be called as setpgrp(0, 0). */
|
jpayne@69
|
1416 /* #undef SETPGRP_HAVE_ARG */
|
jpayne@69
|
1417
|
jpayne@69
|
1418 /* Define to 1 if you must link with -lrt for shm_open(). */
|
jpayne@69
|
1419 /* #undef SHM_NEEDS_LIBRT */
|
jpayne@69
|
1420
|
jpayne@69
|
1421 /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
|
jpayne@69
|
1422 /* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */
|
jpayne@69
|
1423
|
jpayne@69
|
1424 /* The size of `double', as computed by sizeof. */
|
jpayne@69
|
1425 #define SIZEOF_DOUBLE 8
|
jpayne@69
|
1426
|
jpayne@69
|
1427 /* The size of `float', as computed by sizeof. */
|
jpayne@69
|
1428 #define SIZEOF_FLOAT 4
|
jpayne@69
|
1429
|
jpayne@69
|
1430 /* The size of `fpos_t', as computed by sizeof. */
|
jpayne@69
|
1431 #define SIZEOF_FPOS_T 16
|
jpayne@69
|
1432
|
jpayne@69
|
1433 /* The size of `int', as computed by sizeof. */
|
jpayne@69
|
1434 #define SIZEOF_INT 4
|
jpayne@69
|
1435
|
jpayne@69
|
1436 /* The size of `long', as computed by sizeof. */
|
jpayne@69
|
1437 #define SIZEOF_LONG 8
|
jpayne@69
|
1438
|
jpayne@69
|
1439 /* The size of `long double', as computed by sizeof. */
|
jpayne@69
|
1440 #define SIZEOF_LONG_DOUBLE 16
|
jpayne@69
|
1441
|
jpayne@69
|
1442 /* The size of `long long', as computed by sizeof. */
|
jpayne@69
|
1443 #define SIZEOF_LONG_LONG 8
|
jpayne@69
|
1444
|
jpayne@69
|
1445 /* The size of `off_t', as computed by sizeof. */
|
jpayne@69
|
1446 #define SIZEOF_OFF_T 8
|
jpayne@69
|
1447
|
jpayne@69
|
1448 /* The size of `pid_t', as computed by sizeof. */
|
jpayne@69
|
1449 #define SIZEOF_PID_T 4
|
jpayne@69
|
1450
|
jpayne@69
|
1451 /* The size of `pthread_key_t', as computed by sizeof. */
|
jpayne@69
|
1452 #define SIZEOF_PTHREAD_KEY_T 4
|
jpayne@69
|
1453
|
jpayne@69
|
1454 /* The size of `pthread_t', as computed by sizeof. */
|
jpayne@69
|
1455 #define SIZEOF_PTHREAD_T 8
|
jpayne@69
|
1456
|
jpayne@69
|
1457 /* The size of `short', as computed by sizeof. */
|
jpayne@69
|
1458 #define SIZEOF_SHORT 2
|
jpayne@69
|
1459
|
jpayne@69
|
1460 /* The size of `size_t', as computed by sizeof. */
|
jpayne@69
|
1461 #define SIZEOF_SIZE_T 8
|
jpayne@69
|
1462
|
jpayne@69
|
1463 /* The size of `time_t', as computed by sizeof. */
|
jpayne@69
|
1464 #define SIZEOF_TIME_T 8
|
jpayne@69
|
1465
|
jpayne@69
|
1466 /* The size of `uintptr_t', as computed by sizeof. */
|
jpayne@69
|
1467 #define SIZEOF_UINTPTR_T 8
|
jpayne@69
|
1468
|
jpayne@69
|
1469 /* The size of `void *', as computed by sizeof. */
|
jpayne@69
|
1470 #define SIZEOF_VOID_P 8
|
jpayne@69
|
1471
|
jpayne@69
|
1472 /* The size of `wchar_t', as computed by sizeof. */
|
jpayne@69
|
1473 #define SIZEOF_WCHAR_T 4
|
jpayne@69
|
1474
|
jpayne@69
|
1475 /* The size of `_Bool', as computed by sizeof. */
|
jpayne@69
|
1476 #define SIZEOF__BOOL 1
|
jpayne@69
|
1477
|
jpayne@69
|
1478 /* Define to 1 if you have the ANSI C header files. */
|
jpayne@69
|
1479 #define STDC_HEADERS 1
|
jpayne@69
|
1480
|
jpayne@69
|
1481 /* Define if you can safely include both <sys/select.h> and <sys/time.h>
|
jpayne@69
|
1482 (which you can't on SCO ODT 3.0). */
|
jpayne@69
|
1483 #define SYS_SELECT_WITH_SYS_TIME 1
|
jpayne@69
|
1484
|
jpayne@69
|
1485 /* Library needed by timemodule.c: librt may be needed for clock_gettime() */
|
jpayne@69
|
1486 #define TIMEMODULE_LIB rt
|
jpayne@69
|
1487
|
jpayne@69
|
1488 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
jpayne@69
|
1489 #define TIME_WITH_SYS_TIME 1
|
jpayne@69
|
1490
|
jpayne@69
|
1491 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
jpayne@69
|
1492 /* #undef TM_IN_SYS_TIME */
|
jpayne@69
|
1493
|
jpayne@69
|
1494 /* Define if you want to use computed gotos in ceval.c. */
|
jpayne@69
|
1495 #define USE_COMPUTED_GOTOS 1
|
jpayne@69
|
1496
|
jpayne@69
|
1497 /* Enable extensions on AIX 3, Interix. */
|
jpayne@69
|
1498 #ifndef _ALL_SOURCE
|
jpayne@69
|
1499 # define _ALL_SOURCE 1
|
jpayne@69
|
1500 #endif
|
jpayne@69
|
1501 /* Enable GNU extensions on systems that have them. */
|
jpayne@69
|
1502 #ifndef _GNU_SOURCE
|
jpayne@69
|
1503 # define _GNU_SOURCE 1
|
jpayne@69
|
1504 #endif
|
jpayne@69
|
1505 /* Enable threading extensions on Solaris. */
|
jpayne@69
|
1506 #ifndef _POSIX_PTHREAD_SEMANTICS
|
jpayne@69
|
1507 # define _POSIX_PTHREAD_SEMANTICS 1
|
jpayne@69
|
1508 #endif
|
jpayne@69
|
1509 /* Enable extensions on HP NonStop. */
|
jpayne@69
|
1510 #ifndef _TANDEM_SOURCE
|
jpayne@69
|
1511 # define _TANDEM_SOURCE 1
|
jpayne@69
|
1512 #endif
|
jpayne@69
|
1513 /* Enable general extensions on Solaris. */
|
jpayne@69
|
1514 #ifndef __EXTENSIONS__
|
jpayne@69
|
1515 # define __EXTENSIONS__ 1
|
jpayne@69
|
1516 #endif
|
jpayne@69
|
1517
|
jpayne@69
|
1518
|
jpayne@69
|
1519 /* Define if WINDOW in curses.h offers a field _flags. */
|
jpayne@69
|
1520 #define WINDOW_HAS_FLAGS 1
|
jpayne@69
|
1521
|
jpayne@69
|
1522 /* Define if you want documentation strings in extension modules */
|
jpayne@69
|
1523 #define WITH_DOC_STRINGS 1
|
jpayne@69
|
1524
|
jpayne@69
|
1525 /* Define if you want to compile in DTrace support */
|
jpayne@69
|
1526 /* #undef WITH_DTRACE */
|
jpayne@69
|
1527
|
jpayne@69
|
1528 /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
|
jpayne@69
|
1529 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
|
jpayne@69
|
1530 Dyld is necessary to support frameworks. */
|
jpayne@69
|
1531 /* #undef WITH_DYLD */
|
jpayne@69
|
1532
|
jpayne@69
|
1533 /* Define to 1 if libintl is needed for locale functions. */
|
jpayne@69
|
1534 /* #undef WITH_LIBINTL */
|
jpayne@69
|
1535
|
jpayne@69
|
1536 /* Define if you want to produce an OpenStep/Rhapsody framework (shared
|
jpayne@69
|
1537 library plus accessory files). */
|
jpayne@69
|
1538 /* #undef WITH_NEXT_FRAMEWORK */
|
jpayne@69
|
1539
|
jpayne@69
|
1540 /* Define if you want to compile in Python-specific mallocs */
|
jpayne@69
|
1541 #define WITH_PYMALLOC 1
|
jpayne@69
|
1542
|
jpayne@69
|
1543 /* Define if you want pymalloc to be disabled when running under valgrind */
|
jpayne@69
|
1544 /* #undef WITH_VALGRIND */
|
jpayne@69
|
1545
|
jpayne@69
|
1546 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
jpayne@69
|
1547 significant byte first (like Motorola and SPARC, unlike Intel). */
|
jpayne@69
|
1548 #if defined AC_APPLE_UNIVERSAL_BUILD
|
jpayne@69
|
1549 # if defined __BIG_ENDIAN__
|
jpayne@69
|
1550 # define WORDS_BIGENDIAN 1
|
jpayne@69
|
1551 # endif
|
jpayne@69
|
1552 #else
|
jpayne@69
|
1553 # ifndef WORDS_BIGENDIAN
|
jpayne@69
|
1554 /* # undef WORDS_BIGENDIAN */
|
jpayne@69
|
1555 # endif
|
jpayne@69
|
1556 #endif
|
jpayne@69
|
1557
|
jpayne@69
|
1558 /* Define if arithmetic is subject to x87-style double rounding issue */
|
jpayne@69
|
1559 /* #undef X87_DOUBLE_ROUNDING */
|
jpayne@69
|
1560
|
jpayne@69
|
1561 /* Define on OpenBSD to activate all library features */
|
jpayne@69
|
1562 /* #undef _BSD_SOURCE */
|
jpayne@69
|
1563
|
jpayne@69
|
1564 /* Define on Darwin to activate all library features */
|
jpayne@69
|
1565 #define _DARWIN_C_SOURCE 1
|
jpayne@69
|
1566
|
jpayne@69
|
1567 /* This must be set to 64 on some systems to enable large file support. */
|
jpayne@69
|
1568 #define _FILE_OFFSET_BITS 64
|
jpayne@69
|
1569
|
jpayne@69
|
1570 /* Define on Linux to activate all library features */
|
jpayne@69
|
1571 #define _GNU_SOURCE 1
|
jpayne@69
|
1572
|
jpayne@69
|
1573 /* Define to include mbstate_t for mbrtowc */
|
jpayne@69
|
1574 /* #undef _INCLUDE__STDC_A1_SOURCE */
|
jpayne@69
|
1575
|
jpayne@69
|
1576 /* This must be defined on some systems to enable large file support. */
|
jpayne@69
|
1577 #define _LARGEFILE_SOURCE 1
|
jpayne@69
|
1578
|
jpayne@69
|
1579 /* This must be defined on AIX systems to enable large file support. */
|
jpayne@69
|
1580 /* #undef _LARGE_FILES */
|
jpayne@69
|
1581
|
jpayne@69
|
1582 /* Define to 1 if on MINIX. */
|
jpayne@69
|
1583 /* #undef _MINIX */
|
jpayne@69
|
1584
|
jpayne@69
|
1585 /* Define on NetBSD to activate all library features */
|
jpayne@69
|
1586 #define _NETBSD_SOURCE 1
|
jpayne@69
|
1587
|
jpayne@69
|
1588 /* Define to 2 if the system does not provide POSIX.1 features except with
|
jpayne@69
|
1589 this defined. */
|
jpayne@69
|
1590 /* #undef _POSIX_1_SOURCE */
|
jpayne@69
|
1591
|
jpayne@69
|
1592 /* Define to activate features from IEEE Stds 1003.1-2008 */
|
jpayne@69
|
1593 #define _POSIX_C_SOURCE 200809L
|
jpayne@69
|
1594
|
jpayne@69
|
1595 /* Define to 1 if you need to in order for `stat' and other things to work. */
|
jpayne@69
|
1596 /* #undef _POSIX_SOURCE */
|
jpayne@69
|
1597
|
jpayne@69
|
1598 /* Define if you have POSIX threads, and your system does not define that. */
|
jpayne@69
|
1599 /* #undef _POSIX_THREADS */
|
jpayne@69
|
1600
|
jpayne@69
|
1601 /* framework name */
|
jpayne@69
|
1602 #define _PYTHONFRAMEWORK ""
|
jpayne@69
|
1603
|
jpayne@69
|
1604 /* Define to force use of thread-safe errno, h_errno, and other functions */
|
jpayne@69
|
1605 /* #undef _REENTRANT */
|
jpayne@69
|
1606
|
jpayne@69
|
1607 /* Define to the level of X/Open that your system supports */
|
jpayne@69
|
1608 #define _XOPEN_SOURCE 700
|
jpayne@69
|
1609
|
jpayne@69
|
1610 /* Define to activate Unix95-and-earlier features */
|
jpayne@69
|
1611 #define _XOPEN_SOURCE_EXTENDED 1
|
jpayne@69
|
1612
|
jpayne@69
|
1613 /* Define on FreeBSD to activate all library features */
|
jpayne@69
|
1614 #define __BSD_VISIBLE 1
|
jpayne@69
|
1615
|
jpayne@69
|
1616 /* Define to 1 if type `char' is unsigned and you are not using gcc. */
|
jpayne@69
|
1617 #ifndef __CHAR_UNSIGNED__
|
jpayne@69
|
1618 /* # undef __CHAR_UNSIGNED__ */
|
jpayne@69
|
1619 #endif
|
jpayne@69
|
1620
|
jpayne@69
|
1621 /* Define to 'long' if <time.h> doesn't define. */
|
jpayne@69
|
1622 /* #undef clock_t */
|
jpayne@69
|
1623
|
jpayne@69
|
1624 /* Define to empty if `const' does not conform to ANSI C. */
|
jpayne@69
|
1625 /* #undef const */
|
jpayne@69
|
1626
|
jpayne@69
|
1627 /* Define to `int' if <sys/types.h> doesn't define. */
|
jpayne@69
|
1628 /* #undef gid_t */
|
jpayne@69
|
1629
|
jpayne@69
|
1630 /* Define to `int' if <sys/types.h> does not define. */
|
jpayne@69
|
1631 /* #undef mode_t */
|
jpayne@69
|
1632
|
jpayne@69
|
1633 /* Define to `long int' if <sys/types.h> does not define. */
|
jpayne@69
|
1634 /* #undef off_t */
|
jpayne@69
|
1635
|
jpayne@69
|
1636 /* Define to `int' if <sys/types.h> does not define. */
|
jpayne@69
|
1637 /* #undef pid_t */
|
jpayne@69
|
1638
|
jpayne@69
|
1639 /* Define to empty if the keyword does not work. */
|
jpayne@69
|
1640 /* #undef signed */
|
jpayne@69
|
1641
|
jpayne@69
|
1642 /* Define to `unsigned int' if <sys/types.h> does not define. */
|
jpayne@69
|
1643 /* #undef size_t */
|
jpayne@69
|
1644
|
jpayne@69
|
1645 /* Define to `int' if <sys/socket.h> does not define. */
|
jpayne@69
|
1646 /* #undef socklen_t */
|
jpayne@69
|
1647
|
jpayne@69
|
1648 /* Define to `int' if <sys/types.h> doesn't define. */
|
jpayne@69
|
1649 /* #undef uid_t */
|
jpayne@69
|
1650
|
jpayne@69
|
1651
|
jpayne@69
|
1652 /* Define the macros needed if on a UnixWare 7.x system. */
|
jpayne@69
|
1653 #if defined(__USLC__) && defined(__SCO_VERSION__)
|
jpayne@69
|
1654 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
|
jpayne@69
|
1655 #endif
|
jpayne@69
|
1656
|
jpayne@69
|
1657 #endif /*Py_PYCONFIG_H*/
|
jpayne@69
|
1658
|