Commit | Line | Data |
---|---|---|
c971b7fa PA |
1 | /* config.in. Generated from configure.ac by autoheader. */ |
2 | ||
88b48903 WN |
3 | /* Define if building universal (internal helper macro) */ |
4 | #undef AC_APPLE_UNIVERSAL_BUILD | |
5 | ||
c971b7fa PA |
6 | /* Define to the number of bits in type 'ptrdiff_t'. */ |
7 | #undef BITSIZEOF_PTRDIFF_T | |
8 | ||
9 | /* Define to the number of bits in type 'sig_atomic_t'. */ | |
10 | #undef BITSIZEOF_SIG_ATOMIC_T | |
11 | ||
12 | /* Define to the number of bits in type 'size_t'. */ | |
13 | #undef BITSIZEOF_SIZE_T | |
14 | ||
15 | /* Define to the number of bits in type 'wchar_t'. */ | |
16 | #undef BITSIZEOF_WCHAR_T | |
17 | ||
18 | /* Define to the number of bits in type 'wint_t'. */ | |
19 | #undef BITSIZEOF_WINT_T | |
20 | ||
d0ac1c44 SM |
21 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
22 | systems. This function is required for `alloca.c' support on those systems. | |
8690e634 JK |
23 | */ |
24 | #undef CRAY_STACKSEG_END | |
25 | ||
d0ac1c44 | 26 | /* Define to 1 if using `alloca.c'. */ |
8690e634 JK |
27 | #undef C_ALLOCA |
28 | ||
49e4877c PA |
29 | /* Define to 1 if the C locale may have encoding errors. */ |
30 | #undef C_LOCALE_MAYBE_EILSEQ | |
31 | ||
88b48903 WN |
32 | /* Define as the bit index in the word where to find bit 0 of the exponent of |
33 | 'double'. */ | |
34 | #undef DBL_EXPBIT0_BIT | |
35 | ||
36 | /* Define as the word index where to find the exponent of 'double'. */ | |
37 | #undef DBL_EXPBIT0_WORD | |
38 | ||
18848e28 GF |
39 | /* the name of the file descriptor member of DIR */ |
40 | #undef DIR_FD_MEMBER_NAME | |
41 | ||
42 | #ifdef DIR_FD_MEMBER_NAME | |
43 | # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME) | |
44 | #else | |
45 | # define DIR_TO_FD(Dir_p) -1 | |
46 | #endif | |
47 | ||
48 | ||
98399780 YQ |
49 | /* Define to 1 if // is a file system root distinct from /. */ |
50 | #undef DOUBLE_SLASH_IS_DISTINCT_ROOT | |
51 | ||
6ec2e0f5 SDJ |
52 | /* Define if struct dirent has a member d_ino that actually works. */ |
53 | #undef D_INO_IN_DIRENT | |
54 | ||
55 | /* Define this to 1 if F_DUPFD behavior does not match POSIX */ | |
56 | #undef FCNTL_DUPFD_BUGGY | |
57 | ||
49e4877c PA |
58 | /* Define to nothing if C supports flexible array members, and to 1 if it does |
59 | not. That way, with a declaration like 'struct s { int n; double | |
60 | d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 | |
61 | compilers. When computing the size of such an object, don't use 'sizeof | |
62 | (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' | |
63 | instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with | |
64 | MSVC and with C++ compilers. */ | |
65 | #undef FLEXIBLE_ARRAY_MEMBER | |
66 | ||
8a99096f SM |
67 | /* Define to 1 if mkdir mistakenly creates a directory given with a trailing |
68 | dot component. */ | |
69 | #undef FUNC_MKDIR_DOT_BUG | |
70 | ||
98399780 YQ |
71 | /* Define to 1 if realpath() can malloc memory, always gives an absolute path, |
72 | and handles trailing slash correctly. */ | |
73 | #undef FUNC_REALPATH_WORKS | |
74 | ||
4a626d0a PA |
75 | /* Define if gettimeofday clobbers the localtime buffer. */ |
76 | #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME | |
77 | ||
78 | /* Define this to 'void' or 'struct timezone' to match the system's | |
79 | declaration of the second argument to gettimeofday. */ | |
80 | #undef GETTIMEOFDAY_TIMEZONE | |
81 | ||
98399780 YQ |
82 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
83 | whether the gnulib module canonicalize-lgpl shall be considered present. */ | |
84 | #undef GNULIB_CANONICALIZE_LGPL | |
85 | ||
6ec2e0f5 SDJ |
86 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
87 | whether the gnulib module fdopendir shall be considered present. */ | |
88 | #undef GNULIB_FDOPENDIR | |
89 | ||
6a29c58e YQ |
90 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
91 | whether the gnulib module fscanf shall be considered present. */ | |
92 | #undef GNULIB_FSCANF | |
93 | ||
6ec2e0f5 SDJ |
94 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
95 | whether the gnulib module getcwd shall be considered present. */ | |
96 | #undef GNULIB_GETCWD | |
97 | ||
b3279b60 TT |
98 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
99 | whether the gnulib module mkostemp shall be considered present. */ | |
100 | #undef GNULIB_MKOSTEMP | |
101 | ||
6ec2e0f5 SDJ |
102 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
103 | whether the gnulib module openat shall be considered present. */ | |
104 | #undef GNULIB_OPENAT | |
105 | ||
4a626d0a PA |
106 | /* Define to 1 if printf and friends should be labeled with attribute |
107 | "__gnu_printf__" instead of "__printf__" */ | |
108 | #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU | |
109 | ||
6a29c58e YQ |
110 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
111 | whether the gnulib module scanf shall be considered present. */ | |
112 | #undef GNULIB_SCANF | |
113 | ||
6ec2e0f5 SDJ |
114 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
115 | whether the gnulib module strerror shall be considered present. */ | |
116 | #undef GNULIB_STRERROR | |
117 | ||
98399780 YQ |
118 | /* Define to 1 when the gnulib module canonicalize_file_name should be tested. |
119 | */ | |
120 | #undef GNULIB_TEST_CANONICALIZE_FILE_NAME | |
121 | ||
6a29c58e YQ |
122 | /* Define to 1 when the gnulib module chdir should be tested. */ |
123 | #undef GNULIB_TEST_CHDIR | |
124 | ||
6ec2e0f5 SDJ |
125 | /* Define to 1 when the gnulib module cloexec should be tested. */ |
126 | #undef GNULIB_TEST_CLOEXEC | |
127 | ||
128 | /* Define to 1 when the gnulib module close should be tested. */ | |
129 | #undef GNULIB_TEST_CLOSE | |
130 | ||
131 | /* Define to 1 when the gnulib module closedir should be tested. */ | |
132 | #undef GNULIB_TEST_CLOSEDIR | |
133 | ||
18848e28 GF |
134 | /* Define to 1 when the gnulib module dirfd should be tested. */ |
135 | #undef GNULIB_TEST_DIRFD | |
136 | ||
6ec2e0f5 SDJ |
137 | /* Define to 1 when the gnulib module dup should be tested. */ |
138 | #undef GNULIB_TEST_DUP | |
139 | ||
140 | /* Define to 1 when the gnulib module dup2 should be tested. */ | |
141 | #undef GNULIB_TEST_DUP2 | |
142 | ||
3d99e817 AK |
143 | /* Define to 1 when the gnulib module environ should be tested. */ |
144 | #undef GNULIB_TEST_ENVIRON | |
145 | ||
6ec2e0f5 SDJ |
146 | /* Define to 1 when the gnulib module fchdir should be tested. */ |
147 | #undef GNULIB_TEST_FCHDIR | |
148 | ||
149 | /* Define to 1 when the gnulib module fcntl should be tested. */ | |
150 | #undef GNULIB_TEST_FCNTL | |
151 | ||
152 | /* Define to 1 when the gnulib module fdopendir should be tested. */ | |
153 | #undef GNULIB_TEST_FDOPENDIR | |
154 | ||
88b48903 WN |
155 | /* Define to 1 when the gnulib module frexp should be tested. */ |
156 | #undef GNULIB_TEST_FREXP | |
157 | ||
158 | /* Define to 1 when the gnulib module frexpl should be tested. */ | |
159 | #undef GNULIB_TEST_FREXPL | |
160 | ||
6ec2e0f5 SDJ |
161 | /* Define to 1 when the gnulib module fstat should be tested. */ |
162 | #undef GNULIB_TEST_FSTAT | |
163 | ||
164 | /* Define to 1 when the gnulib module fstatat should be tested. */ | |
165 | #undef GNULIB_TEST_FSTATAT | |
166 | ||
167 | /* Define to 1 when the gnulib module getcwd should be tested. */ | |
168 | #undef GNULIB_TEST_GETCWD | |
169 | ||
170 | /* Define to 1 when the gnulib module getdtablesize should be tested. */ | |
171 | #undef GNULIB_TEST_GETDTABLESIZE | |
172 | ||
173 | /* Define to 1 when the gnulib module getlogin_r should be tested. */ | |
174 | #undef GNULIB_TEST_GETLOGIN_R | |
175 | ||
4a626d0a PA |
176 | /* Define to 1 when the gnulib module gettimeofday should be tested. */ |
177 | #undef GNULIB_TEST_GETTIMEOFDAY | |
178 | ||
f45c62c4 YQ |
179 | /* Define to 1 when the gnulib module lstat should be tested. */ |
180 | #undef GNULIB_TEST_LSTAT | |
181 | ||
6a29c58e YQ |
182 | /* Define to 1 when the gnulib module malloc-posix should be tested. */ |
183 | #undef GNULIB_TEST_MALLOC_POSIX | |
184 | ||
8690e634 JK |
185 | /* Define to 1 when the gnulib module mbrtowc should be tested. */ |
186 | #undef GNULIB_TEST_MBRTOWC | |
187 | ||
188 | /* Define to 1 when the gnulib module mbsinit should be tested. */ | |
189 | #undef GNULIB_TEST_MBSINIT | |
190 | ||
191 | /* Define to 1 when the gnulib module mbsrtowcs should be tested. */ | |
192 | #undef GNULIB_TEST_MBSRTOWCS | |
193 | ||
c971b7fa PA |
194 | /* Define to 1 when the gnulib module memchr should be tested. */ |
195 | #undef GNULIB_TEST_MEMCHR | |
196 | ||
197 | /* Define to 1 when the gnulib module memmem should be tested. */ | |
198 | #undef GNULIB_TEST_MEMMEM | |
199 | ||
6ec2e0f5 SDJ |
200 | /* Define to 1 when the gnulib module mempcpy should be tested. */ |
201 | #undef GNULIB_TEST_MEMPCPY | |
202 | ||
203 | /* Define to 1 when the gnulib module memrchr should be tested. */ | |
204 | #undef GNULIB_TEST_MEMRCHR | |
205 | ||
e8d8cce6 SM |
206 | /* Define to 1 when the gnulib module mkdtemp should be tested. */ |
207 | #undef GNULIB_TEST_MKDTEMP | |
208 | ||
b3279b60 TT |
209 | /* Define to 1 when the gnulib module mkostemp should be tested. */ |
210 | #undef GNULIB_TEST_MKOSTEMP | |
2d8adcbd | 211 | |
6ec2e0f5 SDJ |
212 | /* Define to 1 when the gnulib module open should be tested. */ |
213 | #undef GNULIB_TEST_OPEN | |
214 | ||
215 | /* Define to 1 when the gnulib module openat should be tested. */ | |
216 | #undef GNULIB_TEST_OPENAT | |
217 | ||
218 | /* Define to 1 when the gnulib module opendir should be tested. */ | |
219 | #undef GNULIB_TEST_OPENDIR | |
220 | ||
8424cc97 SM |
221 | /* Define to 1 when the gnulib module rawmemchr should be tested. */ |
222 | #undef GNULIB_TEST_RAWMEMCHR | |
223 | ||
6ec2e0f5 SDJ |
224 | /* Define to 1 when the gnulib module readdir should be tested. */ |
225 | #undef GNULIB_TEST_READDIR | |
226 | ||
2196f55f YQ |
227 | /* Define to 1 when the gnulib module readlink should be tested. */ |
228 | #undef GNULIB_TEST_READLINK | |
229 | ||
6ec2e0f5 SDJ |
230 | /* Define to 1 when the gnulib module realloc-posix should be tested. */ |
231 | #undef GNULIB_TEST_REALLOC_POSIX | |
232 | ||
98399780 YQ |
233 | /* Define to 1 when the gnulib module realpath should be tested. */ |
234 | #undef GNULIB_TEST_REALPATH | |
235 | ||
6a29c58e YQ |
236 | /* Define to 1 when the gnulib module rename should be tested. */ |
237 | #undef GNULIB_TEST_RENAME | |
238 | ||
6ec2e0f5 SDJ |
239 | /* Define to 1 when the gnulib module rewinddir should be tested. */ |
240 | #undef GNULIB_TEST_REWINDDIR | |
241 | ||
6a29c58e YQ |
242 | /* Define to 1 when the gnulib module rmdir should be tested. */ |
243 | #undef GNULIB_TEST_RMDIR | |
244 | ||
5e8754f9 SDJ |
245 | /* Define to 1 when the gnulib module secure_getenv should be tested. */ |
246 | #undef GNULIB_TEST_SECURE_GETENV | |
247 | ||
3d99e817 AK |
248 | /* Define to 1 when the gnulib module setenv should be tested. */ |
249 | #undef GNULIB_TEST_SETENV | |
250 | ||
2196f55f YQ |
251 | /* Define to 1 when the gnulib module stat should be tested. */ |
252 | #undef GNULIB_TEST_STAT | |
253 | ||
8424cc97 SM |
254 | /* Define to 1 when the gnulib module strchrnul should be tested. */ |
255 | #undef GNULIB_TEST_STRCHRNUL | |
256 | ||
6ec2e0f5 SDJ |
257 | /* Define to 1 when the gnulib module strdup should be tested. */ |
258 | #undef GNULIB_TEST_STRDUP | |
259 | ||
260 | /* Define to 1 when the gnulib module strerror should be tested. */ | |
261 | #undef GNULIB_TEST_STRERROR | |
262 | ||
63ce7108 TT |
263 | /* Define to 1 when the gnulib module strstr should be tested. */ |
264 | #undef GNULIB_TEST_STRSTR | |
265 | ||
421693b0 PA |
266 | /* Define to 1 when the gnulib module strtok_r should be tested. */ |
267 | #undef GNULIB_TEST_STRTOK_R | |
268 | ||
3d99e817 AK |
269 | /* Define to 1 when the gnulib module unsetenv should be tested. */ |
270 | #undef GNULIB_TEST_UNSETENV | |
271 | ||
8690e634 JK |
272 | /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that |
273 | may be supplied by this distribution. */ | |
274 | #undef HAVE_ALLOCA | |
275 | ||
276 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). | |
277 | */ | |
278 | #undef HAVE_ALLOCA_H | |
279 | ||
725e2999 JB |
280 | /* Define to 1 if you have the <arpa/inet.h> header file. */ |
281 | #undef HAVE_ARPA_INET_H | |
282 | ||
c971b7fa PA |
283 | /* Define to 1 if you have the <bp-sym.h> header file. */ |
284 | #undef HAVE_BP_SYM_H | |
285 | ||
472fa5ee | 286 | /* Define to 1 if you have the 'btowc' function. */ |
8690e634 JK |
287 | #undef HAVE_BTOWC |
288 | ||
472fa5ee | 289 | /* Define to 1 if you have the 'canonicalize_file_name' function. */ |
98399780 YQ |
290 | #undef HAVE_CANONICALIZE_FILE_NAME |
291 | ||
6ec2e0f5 SDJ |
292 | /* Define to 1 if you have the `closedir' function. */ |
293 | #undef HAVE_CLOSEDIR | |
294 | ||
4a626d0a PA |
295 | /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't. |
296 | */ | |
297 | #undef HAVE_DECL_ALARM | |
298 | ||
18848e28 GF |
299 | /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't. |
300 | */ | |
301 | #undef HAVE_DECL_DIRFD | |
302 | ||
6ec2e0f5 SDJ |
303 | /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't. |
304 | */ | |
305 | #undef HAVE_DECL_FCHDIR | |
306 | ||
307 | /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you | |
308 | don't. */ | |
309 | #undef HAVE_DECL_FDOPENDIR | |
310 | ||
311 | /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't. | |
312 | */ | |
313 | #undef HAVE_DECL_GETCWD | |
314 | ||
5e8754f9 SDJ |
315 | /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you |
316 | don't. */ | |
317 | #undef HAVE_DECL_GETC_UNLOCKED | |
318 | ||
6ec2e0f5 SDJ |
319 | /* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you |
320 | don't. */ | |
321 | #undef HAVE_DECL_GETDTABLESIZE | |
322 | ||
323 | /* Define to 1 if you have the declaration of `getlogin', and to 0 if you | |
324 | don't. */ | |
325 | #undef HAVE_DECL_GETLOGIN | |
326 | ||
327 | /* Define to 1 if you have the declaration of `getlogin_r', and to 0 if you | |
328 | don't. */ | |
329 | #undef HAVE_DECL_GETLOGIN_R | |
330 | ||
725e2999 JB |
331 | /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you |
332 | don't. */ | |
333 | #undef HAVE_DECL_INET_NTOP | |
334 | ||
8690e634 JK |
335 | /* Define to 1 if you have the declaration of `isblank', and to 0 if you |
336 | don't. */ | |
337 | #undef HAVE_DECL_ISBLANK | |
338 | ||
339 | /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you | |
340 | don't. */ | |
341 | #undef HAVE_DECL_MBRTOWC | |
342 | ||
343 | /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you | |
344 | don't. */ | |
345 | #undef HAVE_DECL_MBSINIT | |
346 | ||
347 | /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you | |
348 | don't. */ | |
349 | #undef HAVE_DECL_MBSRTOWCS | |
350 | ||
c971b7fa PA |
351 | /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't. |
352 | */ | |
353 | #undef HAVE_DECL_MEMMEM | |
354 | ||
6ec2e0f5 SDJ |
355 | /* Define to 1 if you have the declaration of `memrchr', and to 0 if you |
356 | don't. */ | |
357 | #undef HAVE_DECL_MEMRCHR | |
358 | ||
359 | /* Define to 1 if you have the declaration of `program_invocation_name', and | |
360 | to 0 if you don't. */ | |
361 | #undef HAVE_DECL_PROGRAM_INVOCATION_NAME | |
362 | ||
363 | /* Define to 1 if you have the declaration of `program_invocation_short_name', | |
364 | and to 0 if you don't. */ | |
365 | #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME | |
366 | ||
3d99e817 AK |
367 | /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't. |
368 | */ | |
369 | #undef HAVE_DECL_SETENV | |
370 | ||
6ec2e0f5 SDJ |
371 | /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't. |
372 | */ | |
373 | #undef HAVE_DECL_STRDUP | |
374 | ||
375 | /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you | |
376 | don't. */ | |
377 | #undef HAVE_DECL_STRERROR_R | |
378 | ||
421693b0 PA |
379 | /* Define to 1 if you have the declaration of `strtok_r', and to 0 if you |
380 | don't. */ | |
381 | #undef HAVE_DECL_STRTOK_R | |
382 | ||
8690e634 JK |
383 | /* Define to 1 if you have the declaration of `towlower', and to 0 if you |
384 | don't. */ | |
385 | #undef HAVE_DECL_TOWLOWER | |
386 | ||
3d99e817 AK |
387 | /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you |
388 | don't. */ | |
389 | #undef HAVE_DECL_UNSETENV | |
390 | ||
6ec2e0f5 SDJ |
391 | /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't. |
392 | */ | |
393 | #undef HAVE_DECL___ARGV | |
394 | ||
e26b6bb0 TT |
395 | /* Define to 1 if you have the <dirent.h> header file. */ |
396 | #undef HAVE_DIRENT_H | |
397 | ||
18848e28 GF |
398 | /* Define to 1 if you have the `dirfd' function. */ |
399 | #undef HAVE_DIRFD | |
400 | ||
848288b3 CB |
401 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
402 | #undef HAVE_DLFCN_H | |
403 | ||
6ec2e0f5 SDJ |
404 | /* Define to 1 if you have the 'dup2' function. */ |
405 | #undef HAVE_DUP2 | |
406 | ||
3d99e817 AK |
407 | /* Define if you have the declaration of environ. */ |
408 | #undef HAVE_ENVIRON_DECL | |
409 | ||
472fa5ee | 410 | /* Define to 1 if you have the 'fchdir' function. */ |
6ec2e0f5 SDJ |
411 | #undef HAVE_FCHDIR |
412 | ||
472fa5ee | 413 | /* Define to 1 if you have the 'fcntl' function. */ |
6ec2e0f5 SDJ |
414 | #undef HAVE_FCNTL |
415 | ||
472fa5ee | 416 | /* Define to 1 if you have the 'fdopendir' function. */ |
6ec2e0f5 SDJ |
417 | #undef HAVE_FDOPENDIR |
418 | ||
8690e634 JK |
419 | /* Define to 1 if you have the <features.h> header file. */ |
420 | #undef HAVE_FEATURES_H | |
421 | ||
88b48903 WN |
422 | /* Define if the frexp() function is available and works. */ |
423 | #undef HAVE_FREXP | |
424 | ||
425 | /* Define if the frexpl() function is available. */ | |
426 | #undef HAVE_FREXPL | |
427 | ||
472fa5ee | 428 | /* Define to 1 if you have the 'fstatat' function. */ |
6ec2e0f5 SDJ |
429 | #undef HAVE_FSTATAT |
430 | ||
472fa5ee | 431 | /* Define to 1 if you have the 'getcwd' function. */ |
98399780 YQ |
432 | #undef HAVE_GETCWD |
433 | ||
6ec2e0f5 SDJ |
434 | /* Define to 1 if getcwd works, but with shorter paths than is generally |
435 | tested with the replacement. */ | |
436 | #undef HAVE_GETCWD_SHORTER | |
437 | ||
472fa5ee | 438 | /* Define to 1 if you have the 'getdtablesize' function. */ |
6ec2e0f5 SDJ |
439 | #undef HAVE_GETDTABLESIZE |
440 | ||
5e8754f9 SDJ |
441 | /* Define to 1 if you have the 'getegid' function. */ |
442 | #undef HAVE_GETEGID | |
443 | ||
444 | /* Define to 1 if you have the 'geteuid' function. */ | |
445 | #undef HAVE_GETEUID | |
446 | ||
472fa5ee | 447 | /* Define to 1 if you have the 'getexecname' function. */ |
6ec2e0f5 SDJ |
448 | #undef HAVE_GETEXECNAME |
449 | ||
5e8754f9 SDJ |
450 | /* Define to 1 if you have the 'getgid' function. */ |
451 | #undef HAVE_GETGID | |
452 | ||
472fa5ee | 453 | /* Define to 1 if you have the 'getlogin_r' function. */ |
6ec2e0f5 SDJ |
454 | #undef HAVE_GETLOGIN_R |
455 | ||
5e8754f9 | 456 | /* Define to 1 if you have the `getpagesize' function. */ |
6ec2e0f5 SDJ |
457 | #undef HAVE_GETPAGESIZE |
458 | ||
472fa5ee | 459 | /* Define to 1 if you have the 'getprogname' function. */ |
6ec2e0f5 SDJ |
460 | #undef HAVE_GETPROGNAME |
461 | ||
472fa5ee | 462 | /* Define to 1 if you have the 'getpwnam_r' function. */ |
6ec2e0f5 SDJ |
463 | #undef HAVE_GETPWNAM_R |
464 | ||
472fa5ee | 465 | /* Define to 1 if you have the 'gettimeofday' function. */ |
4a626d0a PA |
466 | #undef HAVE_GETTIMEOFDAY |
467 | ||
5e8754f9 SDJ |
468 | /* Define to 1 if you have the 'getuid' function. */ |
469 | #undef HAVE_GETUID | |
2d8adcbd | 470 | |
6ec2e0f5 SDJ |
471 | /* Define to 1 if you have the <glob.h> header file. */ |
472 | #undef HAVE_GLOB_H | |
473 | ||
725e2999 JB |
474 | /* Define to 1 if you have the `inet_ntop' function. */ |
475 | #undef HAVE_INET_NTOP | |
476 | ||
c971b7fa PA |
477 | /* Define to 1 if you have the <inttypes.h> header file. */ |
478 | #undef HAVE_INTTYPES_H | |
479 | ||
725e2999 JB |
480 | /* Define to 1 if <sys/socket.h> defines AF_INET. */ |
481 | #undef HAVE_IPV4 | |
482 | ||
483 | /* Define to 1 if <sys/socket.h> defines AF_INET6. */ | |
484 | #undef HAVE_IPV6 | |
485 | ||
472fa5ee | 486 | /* Define to 1 if you have the 'isblank' function. */ |
8690e634 JK |
487 | #undef HAVE_ISBLANK |
488 | ||
88b48903 WN |
489 | /* Define if the isnan(double) function is available in libc. */ |
490 | #undef HAVE_ISNAND_IN_LIBC | |
491 | ||
492 | /* Define if the isnan(long double) function is available in libc. */ | |
493 | #undef HAVE_ISNANL_IN_LIBC | |
494 | ||
5e8754f9 SDJ |
495 | /* Define to 1 if you have the `issetugid' function. */ |
496 | #undef HAVE_ISSETUGID | |
497 | ||
472fa5ee | 498 | /* Define to 1 if you have the 'iswcntrl' function. */ |
8690e634 JK |
499 | #undef HAVE_ISWCNTRL |
500 | ||
472fa5ee | 501 | /* Define to 1 if you have the 'iswctype' function. */ |
8690e634 JK |
502 | #undef HAVE_ISWCTYPE |
503 | ||
504 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ | |
505 | #undef HAVE_LANGINFO_CODESET | |
506 | ||
49e4877c PA |
507 | /* Define to 1 if you have the <limits.h> header file. */ |
508 | #undef HAVE_LIMITS_H | |
509 | ||
472fa5ee | 510 | /* Define to 1 if you have the 'link' function. */ |
6a29c58e YQ |
511 | #undef HAVE_LINK |
512 | ||
c971b7fa PA |
513 | /* Define to 1 if the system has the type 'long long int'. */ |
514 | #undef HAVE_LONG_LONG_INT | |
515 | ||
472fa5ee | 516 | /* Define to 1 if you have the 'lstat' function. */ |
2196f55f YQ |
517 | #undef HAVE_LSTAT |
518 | ||
6a29c58e YQ |
519 | /* Define if the 'malloc' function is POSIX compliant. */ |
520 | #undef HAVE_MALLOC_POSIX | |
521 | ||
c971b7fa PA |
522 | /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including |
523 | config.h and <sys/mman.h>. */ | |
524 | #undef HAVE_MAP_ANONYMOUS | |
525 | ||
88b48903 WN |
526 | /* Define to 1 if you have the <math.h> header file. */ |
527 | #undef HAVE_MATH_H | |
528 | ||
472fa5ee | 529 | /* Define to 1 if you have the 'mbrtowc' function. */ |
8690e634 JK |
530 | #undef HAVE_MBRTOWC |
531 | ||
472fa5ee | 532 | /* Define to 1 if you have the 'mbsinit' function. */ |
8690e634 JK |
533 | #undef HAVE_MBSINIT |
534 | ||
472fa5ee | 535 | /* Define to 1 if you have the 'mbsrtowcs' function. */ |
8690e634 JK |
536 | #undef HAVE_MBSRTOWCS |
537 | ||
538 | /* Define to 1 if <wchar.h> declares mbstate_t. */ | |
539 | #undef HAVE_MBSTATE_T | |
540 | ||
c971b7fa PA |
541 | /* Define to 1 if you have the `memmem' function. */ |
542 | #undef HAVE_MEMMEM | |
543 | ||
544 | /* Define to 1 if you have the <memory.h> header file. */ | |
545 | #undef HAVE_MEMORY_H | |
546 | ||
3574124b | 547 | /* Define to 1 if you have the `mempcpy' function. */ |
8690e634 JK |
548 | #undef HAVE_MEMPCPY |
549 | ||
6ec2e0f5 SDJ |
550 | /* Define to 1 if you have the `memrchr' function. */ |
551 | #undef HAVE_MEMRCHR | |
552 | ||
553 | /* Define to 1 if getcwd minimally works, that is, its result can be trusted | |
554 | when it succeeds. */ | |
555 | #undef HAVE_MINIMALLY_WORKING_GETCWD | |
556 | ||
e8d8cce6 SM |
557 | /* Define to 1 if you have the `mkdtemp' function. */ |
558 | #undef HAVE_MKDTEMP | |
559 | ||
b3279b60 TT |
560 | /* Define to 1 if you have the 'mkostemp' function. */ |
561 | #undef HAVE_MKOSTEMP | |
2d8adcbd | 562 | |
472fa5ee | 563 | /* Define to 1 if you have the 'mprotect' function. */ |
c971b7fa PA |
564 | #undef HAVE_MPROTECT |
565 | ||
6ec2e0f5 SDJ |
566 | /* Define to 1 on MSVC platforms that have the "invalid parameter handler" |
567 | concept. */ | |
568 | #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER | |
569 | ||
725e2999 JB |
570 | /* Define to 1 if you have the <netdb.h> header file. */ |
571 | #undef HAVE_NETDB_H | |
572 | ||
573 | /* Define to 1 if you have the <netinet/in.h> header file. */ | |
574 | #undef HAVE_NETINET_IN_H | |
575 | ||
472fa5ee | 576 | /* Define to 1 if you have the 'openat' function. */ |
6ec2e0f5 SDJ |
577 | #undef HAVE_OPENAT |
578 | ||
579 | /* Define to 1 if you have the `opendir' function. */ | |
580 | #undef HAVE_OPENDIR | |
581 | ||
582 | /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't, | |
583 | setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */ | |
584 | #undef HAVE_PARTLY_WORKING_GETCWD | |
585 | ||
472fa5ee | 586 | /* Define to 1 if you have the 'pipe' function. */ |
6ec2e0f5 SDJ |
587 | #undef HAVE_PIPE |
588 | ||
8424cc97 SM |
589 | /* Define to 1 if you have the `rawmemchr' function. */ |
590 | #undef HAVE_RAWMEMCHR | |
591 | ||
725e2999 JB |
592 | /* Define to 1 if accept is declared even after undefining macros. */ |
593 | #undef HAVE_RAW_DECL_ACCEPT | |
594 | ||
595 | /* Define to 1 if accept4 is declared even after undefining macros. */ | |
596 | #undef HAVE_RAW_DECL_ACCEPT4 | |
597 | ||
5e8754f9 SDJ |
598 | /* Define to 1 if acosf is declared even after undefining macros. */ |
599 | #undef HAVE_RAW_DECL_ACOSF | |
600 | ||
601 | /* Define to 1 if acosl is declared even after undefining macros. */ | |
602 | #undef HAVE_RAW_DECL_ACOSL | |
603 | ||
604 | /* Define to 1 if alphasort is declared even after undefining macros. */ | |
605 | #undef HAVE_RAW_DECL_ALPHASORT | |
606 | ||
607 | /* Define to 1 if asinf is declared even after undefining macros. */ | |
608 | #undef HAVE_RAW_DECL_ASINF | |
609 | ||
610 | /* Define to 1 if asinl is declared even after undefining macros. */ | |
611 | #undef HAVE_RAW_DECL_ASINL | |
612 | ||
613 | /* Define to 1 if atanf is declared even after undefining macros. */ | |
614 | #undef HAVE_RAW_DECL_ATANF | |
615 | ||
616 | /* Define to 1 if atanl is declared even after undefining macros. */ | |
617 | #undef HAVE_RAW_DECL_ATANL | |
618 | ||
619 | /* Define to 1 if atoll is declared even after undefining macros. */ | |
620 | #undef HAVE_RAW_DECL_ATOLL | |
621 | ||
725e2999 JB |
622 | /* Define to 1 if bind is declared even after undefining macros. */ |
623 | #undef HAVE_RAW_DECL_BIND | |
624 | ||
5e8754f9 SDJ |
625 | /* Define to 1 if btowc is declared even after undefining macros. */ |
626 | #undef HAVE_RAW_DECL_BTOWC | |
627 | ||
628 | /* Define to 1 if canonicalize_file_name is declared even after undefining | |
629 | macros. */ | |
630 | #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME | |
631 | ||
632 | /* Define to 1 if cbrt is declared even after undefining macros. */ | |
633 | #undef HAVE_RAW_DECL_CBRT | |
634 | ||
635 | /* Define to 1 if cbrtf is declared even after undefining macros. */ | |
636 | #undef HAVE_RAW_DECL_CBRTF | |
637 | ||
638 | /* Define to 1 if cbrtl is declared even after undefining macros. */ | |
639 | #undef HAVE_RAW_DECL_CBRTL | |
640 | ||
641 | /* Define to 1 if ceilf is declared even after undefining macros. */ | |
642 | #undef HAVE_RAW_DECL_CEILF | |
643 | ||
644 | /* Define to 1 if ceill is declared even after undefining macros. */ | |
645 | #undef HAVE_RAW_DECL_CEILL | |
646 | ||
647 | /* Define to 1 if chdir is declared even after undefining macros. */ | |
648 | #undef HAVE_RAW_DECL_CHDIR | |
649 | ||
650 | /* Define to 1 if chown is declared even after undefining macros. */ | |
651 | #undef HAVE_RAW_DECL_CHOWN | |
652 | ||
653 | /* Define to 1 if closedir is declared even after undefining macros. */ | |
654 | #undef HAVE_RAW_DECL_CLOSEDIR | |
655 | ||
725e2999 JB |
656 | /* Define to 1 if connect is declared even after undefining macros. */ |
657 | #undef HAVE_RAW_DECL_CONNECT | |
658 | ||
5e8754f9 SDJ |
659 | /* Define to 1 if copysign is declared even after undefining macros. */ |
660 | #undef HAVE_RAW_DECL_COPYSIGN | |
661 | ||
662 | /* Define to 1 if copysignf is declared even after undefining macros. */ | |
663 | #undef HAVE_RAW_DECL_COPYSIGNF | |
664 | ||
665 | /* Define to 1 if copysignl is declared even after undefining macros. */ | |
666 | #undef HAVE_RAW_DECL_COPYSIGNL | |
667 | ||
668 | /* Define to 1 if cosf is declared even after undefining macros. */ | |
669 | #undef HAVE_RAW_DECL_COSF | |
670 | ||
671 | /* Define to 1 if coshf is declared even after undefining macros. */ | |
672 | #undef HAVE_RAW_DECL_COSHF | |
673 | ||
674 | /* Define to 1 if cosl is declared even after undefining macros. */ | |
675 | #undef HAVE_RAW_DECL_COSL | |
676 | ||
677 | /* Define to 1 if dirfd is declared even after undefining macros. */ | |
678 | #undef HAVE_RAW_DECL_DIRFD | |
679 | ||
680 | /* Define to 1 if dprintf is declared even after undefining macros. */ | |
681 | #undef HAVE_RAW_DECL_DPRINTF | |
682 | ||
683 | /* Define to 1 if dup is declared even after undefining macros. */ | |
684 | #undef HAVE_RAW_DECL_DUP | |
685 | ||
686 | /* Define to 1 if dup2 is declared even after undefining macros. */ | |
687 | #undef HAVE_RAW_DECL_DUP2 | |
688 | ||
689 | /* Define to 1 if dup3 is declared even after undefining macros. */ | |
690 | #undef HAVE_RAW_DECL_DUP3 | |
691 | ||
692 | /* Define to 1 if endusershell is declared even after undefining macros. */ | |
693 | #undef HAVE_RAW_DECL_ENDUSERSHELL | |
694 | ||
695 | /* Define to 1 if environ is declared even after undefining macros. */ | |
696 | #undef HAVE_RAW_DECL_ENVIRON | |
697 | ||
698 | /* Define to 1 if euidaccess is declared even after undefining macros. */ | |
699 | #undef HAVE_RAW_DECL_EUIDACCESS | |
700 | ||
701 | /* Define to 1 if exp2 is declared even after undefining macros. */ | |
702 | #undef HAVE_RAW_DECL_EXP2 | |
703 | ||
704 | /* Define to 1 if exp2f is declared even after undefining macros. */ | |
705 | #undef HAVE_RAW_DECL_EXP2F | |
706 | ||
707 | /* Define to 1 if exp2l is declared even after undefining macros. */ | |
708 | #undef HAVE_RAW_DECL_EXP2L | |
709 | ||
710 | /* Define to 1 if expf is declared even after undefining macros. */ | |
711 | #undef HAVE_RAW_DECL_EXPF | |
712 | ||
713 | /* Define to 1 if expl is declared even after undefining macros. */ | |
714 | #undef HAVE_RAW_DECL_EXPL | |
715 | ||
716 | /* Define to 1 if expm1 is declared even after undefining macros. */ | |
717 | #undef HAVE_RAW_DECL_EXPM1 | |
718 | ||
719 | /* Define to 1 if expm1f is declared even after undefining macros. */ | |
720 | #undef HAVE_RAW_DECL_EXPM1F | |
721 | ||
722 | /* Define to 1 if expm1l is declared even after undefining macros. */ | |
723 | #undef HAVE_RAW_DECL_EXPM1L | |
724 | ||
725 | /* Define to 1 if fabsf is declared even after undefining macros. */ | |
726 | #undef HAVE_RAW_DECL_FABSF | |
727 | ||
728 | /* Define to 1 if fabsl is declared even after undefining macros. */ | |
729 | #undef HAVE_RAW_DECL_FABSL | |
730 | ||
731 | /* Define to 1 if faccessat is declared even after undefining macros. */ | |
732 | #undef HAVE_RAW_DECL_FACCESSAT | |
733 | ||
734 | /* Define to 1 if fchdir is declared even after undefining macros. */ | |
735 | #undef HAVE_RAW_DECL_FCHDIR | |
736 | ||
737 | /* Define to 1 if fchmodat is declared even after undefining macros. */ | |
738 | #undef HAVE_RAW_DECL_FCHMODAT | |
739 | ||
740 | /* Define to 1 if fchownat is declared even after undefining macros. */ | |
741 | #undef HAVE_RAW_DECL_FCHOWNAT | |
742 | ||
743 | /* Define to 1 if fcntl is declared even after undefining macros. */ | |
744 | #undef HAVE_RAW_DECL_FCNTL | |
745 | ||
746 | /* Define to 1 if fdatasync is declared even after undefining macros. */ | |
747 | #undef HAVE_RAW_DECL_FDATASYNC | |
748 | ||
749 | /* Define to 1 if fdopendir is declared even after undefining macros. */ | |
750 | #undef HAVE_RAW_DECL_FDOPENDIR | |
751 | ||
752 | /* Define to 1 if ffsl is declared even after undefining macros. */ | |
753 | #undef HAVE_RAW_DECL_FFSL | |
754 | ||
755 | /* Define to 1 if ffsll is declared even after undefining macros. */ | |
756 | #undef HAVE_RAW_DECL_FFSLL | |
757 | ||
758 | /* Define to 1 if floorf is declared even after undefining macros. */ | |
759 | #undef HAVE_RAW_DECL_FLOORF | |
760 | ||
761 | /* Define to 1 if floorl is declared even after undefining macros. */ | |
762 | #undef HAVE_RAW_DECL_FLOORL | |
763 | ||
764 | /* Define to 1 if fma is declared even after undefining macros. */ | |
765 | #undef HAVE_RAW_DECL_FMA | |
766 | ||
767 | /* Define to 1 if fmaf is declared even after undefining macros. */ | |
768 | #undef HAVE_RAW_DECL_FMAF | |
769 | ||
770 | /* Define to 1 if fmal is declared even after undefining macros. */ | |
771 | #undef HAVE_RAW_DECL_FMAL | |
772 | ||
773 | /* Define to 1 if fmod is declared even after undefining macros. */ | |
774 | #undef HAVE_RAW_DECL_FMOD | |
775 | ||
776 | /* Define to 1 if fmodf is declared even after undefining macros. */ | |
777 | #undef HAVE_RAW_DECL_FMODF | |
778 | ||
779 | /* Define to 1 if fmodl is declared even after undefining macros. */ | |
780 | #undef HAVE_RAW_DECL_FMODL | |
781 | ||
782 | /* Define to 1 if fpurge is declared even after undefining macros. */ | |
783 | #undef HAVE_RAW_DECL_FPURGE | |
784 | ||
785 | /* Define to 1 if frexpf is declared even after undefining macros. */ | |
786 | #undef HAVE_RAW_DECL_FREXPF | |
787 | ||
788 | /* Define to 1 if frexpl is declared even after undefining macros. */ | |
789 | #undef HAVE_RAW_DECL_FREXPL | |
790 | ||
791 | /* Define to 1 if fseeko is declared even after undefining macros. */ | |
792 | #undef HAVE_RAW_DECL_FSEEKO | |
793 | ||
794 | /* Define to 1 if fstat is declared even after undefining macros. */ | |
795 | #undef HAVE_RAW_DECL_FSTAT | |
796 | ||
797 | /* Define to 1 if fstatat is declared even after undefining macros. */ | |
798 | #undef HAVE_RAW_DECL_FSTATAT | |
799 | ||
800 | /* Define to 1 if fsync is declared even after undefining macros. */ | |
801 | #undef HAVE_RAW_DECL_FSYNC | |
802 | ||
803 | /* Define to 1 if ftello is declared even after undefining macros. */ | |
804 | #undef HAVE_RAW_DECL_FTELLO | |
805 | ||
806 | /* Define to 1 if ftruncate is declared even after undefining macros. */ | |
807 | #undef HAVE_RAW_DECL_FTRUNCATE | |
808 | ||
809 | /* Define to 1 if futimens is declared even after undefining macros. */ | |
810 | #undef HAVE_RAW_DECL_FUTIMENS | |
811 | ||
812 | /* Define to 1 if getcwd is declared even after undefining macros. */ | |
813 | #undef HAVE_RAW_DECL_GETCWD | |
814 | ||
815 | /* Define to 1 if getdelim is declared even after undefining macros. */ | |
816 | #undef HAVE_RAW_DECL_GETDELIM | |
817 | ||
818 | /* Define to 1 if getdomainname is declared even after undefining macros. */ | |
819 | #undef HAVE_RAW_DECL_GETDOMAINNAME | |
820 | ||
821 | /* Define to 1 if getdtablesize is declared even after undefining macros. */ | |
822 | #undef HAVE_RAW_DECL_GETDTABLESIZE | |
823 | ||
824 | /* Define to 1 if getgroups is declared even after undefining macros. */ | |
825 | #undef HAVE_RAW_DECL_GETGROUPS | |
826 | ||
827 | /* Define to 1 if gethostname is declared even after undefining macros. */ | |
828 | #undef HAVE_RAW_DECL_GETHOSTNAME | |
829 | ||
830 | /* Define to 1 if getline is declared even after undefining macros. */ | |
831 | #undef HAVE_RAW_DECL_GETLINE | |
832 | ||
833 | /* Define to 1 if getloadavg is declared even after undefining macros. */ | |
834 | #undef HAVE_RAW_DECL_GETLOADAVG | |
835 | ||
836 | /* Define to 1 if getlogin is declared even after undefining macros. */ | |
837 | #undef HAVE_RAW_DECL_GETLOGIN | |
838 | ||
839 | /* Define to 1 if getlogin_r is declared even after undefining macros. */ | |
840 | #undef HAVE_RAW_DECL_GETLOGIN_R | |
841 | ||
842 | /* Define to 1 if getpagesize is declared even after undefining macros. */ | |
843 | #undef HAVE_RAW_DECL_GETPAGESIZE | |
844 | ||
725e2999 JB |
845 | /* Define to 1 if getpeername is declared even after undefining macros. */ |
846 | #undef HAVE_RAW_DECL_GETPEERNAME | |
847 | ||
5e8754f9 SDJ |
848 | /* Define to 1 if gets is declared even after undefining macros. */ |
849 | #undef HAVE_RAW_DECL_GETS | |
850 | ||
725e2999 JB |
851 | /* Define to 1 if getsockname is declared even after undefining macros. */ |
852 | #undef HAVE_RAW_DECL_GETSOCKNAME | |
853 | ||
854 | /* Define to 1 if getsockopt is declared even after undefining macros. */ | |
855 | #undef HAVE_RAW_DECL_GETSOCKOPT | |
856 | ||
5e8754f9 SDJ |
857 | /* Define to 1 if getsubopt is declared even after undefining macros. */ |
858 | #undef HAVE_RAW_DECL_GETSUBOPT | |
859 | ||
860 | /* Define to 1 if gettimeofday is declared even after undefining macros. */ | |
861 | #undef HAVE_RAW_DECL_GETTIMEOFDAY | |
862 | ||
863 | /* Define to 1 if getusershell is declared even after undefining macros. */ | |
864 | #undef HAVE_RAW_DECL_GETUSERSHELL | |
865 | ||
866 | /* Define to 1 if grantpt is declared even after undefining macros. */ | |
867 | #undef HAVE_RAW_DECL_GRANTPT | |
868 | ||
869 | /* Define to 1 if group_member is declared even after undefining macros. */ | |
870 | #undef HAVE_RAW_DECL_GROUP_MEMBER | |
871 | ||
872 | /* Define to 1 if hypotf is declared even after undefining macros. */ | |
873 | #undef HAVE_RAW_DECL_HYPOTF | |
874 | ||
875 | /* Define to 1 if hypotl is declared even after undefining macros. */ | |
876 | #undef HAVE_RAW_DECL_HYPOTL | |
877 | ||
878 | /* Define to 1 if ilogb is declared even after undefining macros. */ | |
879 | #undef HAVE_RAW_DECL_ILOGB | |
880 | ||
881 | /* Define to 1 if ilogbf is declared even after undefining macros. */ | |
882 | #undef HAVE_RAW_DECL_ILOGBF | |
883 | ||
884 | /* Define to 1 if ilogbl is declared even after undefining macros. */ | |
885 | #undef HAVE_RAW_DECL_ILOGBL | |
886 | ||
887 | /* Define to 1 if imaxabs is declared even after undefining macros. */ | |
888 | #undef HAVE_RAW_DECL_IMAXABS | |
889 | ||
890 | /* Define to 1 if imaxdiv is declared even after undefining macros. */ | |
891 | #undef HAVE_RAW_DECL_IMAXDIV | |
892 | ||
725e2999 JB |
893 | /* Define to 1 if inet_ntop is declared even after undefining macros. */ |
894 | #undef HAVE_RAW_DECL_INET_NTOP | |
895 | ||
896 | /* Define to 1 if inet_pton is declared even after undefining macros. */ | |
897 | #undef HAVE_RAW_DECL_INET_PTON | |
898 | ||
5e8754f9 SDJ |
899 | /* Define to 1 if initstate is declared even after undefining macros. */ |
900 | #undef HAVE_RAW_DECL_INITSTATE | |
901 | ||
902 | /* Define to 1 if initstate_r is declared even after undefining macros. */ | |
903 | #undef HAVE_RAW_DECL_INITSTATE_R | |
904 | ||
905 | /* Define to 1 if isatty is declared even after undefining macros. */ | |
906 | #undef HAVE_RAW_DECL_ISATTY | |
907 | ||
908 | /* Define to 1 if iswctype is declared even after undefining macros. */ | |
909 | #undef HAVE_RAW_DECL_ISWCTYPE | |
910 | ||
911 | /* Define to 1 if lchmod is declared even after undefining macros. */ | |
912 | #undef HAVE_RAW_DECL_LCHMOD | |
913 | ||
914 | /* Define to 1 if lchown is declared even after undefining macros. */ | |
915 | #undef HAVE_RAW_DECL_LCHOWN | |
916 | ||
917 | /* Define to 1 if ldexpf is declared even after undefining macros. */ | |
918 | #undef HAVE_RAW_DECL_LDEXPF | |
919 | ||
920 | /* Define to 1 if ldexpl is declared even after undefining macros. */ | |
921 | #undef HAVE_RAW_DECL_LDEXPL | |
922 | ||
923 | /* Define to 1 if link is declared even after undefining macros. */ | |
924 | #undef HAVE_RAW_DECL_LINK | |
925 | ||
926 | /* Define to 1 if linkat is declared even after undefining macros. */ | |
927 | #undef HAVE_RAW_DECL_LINKAT | |
928 | ||
725e2999 JB |
929 | /* Define to 1 if listen is declared even after undefining macros. */ |
930 | #undef HAVE_RAW_DECL_LISTEN | |
931 | ||
5e8754f9 SDJ |
932 | /* Define to 1 if log is declared even after undefining macros. */ |
933 | #undef HAVE_RAW_DECL_LOG | |
934 | ||
935 | /* Define to 1 if log10 is declared even after undefining macros. */ | |
936 | #undef HAVE_RAW_DECL_LOG10 | |
937 | ||
938 | /* Define to 1 if log10f is declared even after undefining macros. */ | |
939 | #undef HAVE_RAW_DECL_LOG10F | |
940 | ||
941 | /* Define to 1 if log10l is declared even after undefining macros. */ | |
942 | #undef HAVE_RAW_DECL_LOG10L | |
943 | ||
944 | /* Define to 1 if log1p is declared even after undefining macros. */ | |
945 | #undef HAVE_RAW_DECL_LOG1P | |
946 | ||
947 | /* Define to 1 if log1pf is declared even after undefining macros. */ | |
948 | #undef HAVE_RAW_DECL_LOG1PF | |
949 | ||
950 | /* Define to 1 if log1pl is declared even after undefining macros. */ | |
951 | #undef HAVE_RAW_DECL_LOG1PL | |
952 | ||
953 | /* Define to 1 if log2 is declared even after undefining macros. */ | |
954 | #undef HAVE_RAW_DECL_LOG2 | |
955 | ||
956 | /* Define to 1 if log2f is declared even after undefining macros. */ | |
957 | #undef HAVE_RAW_DECL_LOG2F | |
958 | ||
959 | /* Define to 1 if log2l is declared even after undefining macros. */ | |
960 | #undef HAVE_RAW_DECL_LOG2L | |
961 | ||
962 | /* Define to 1 if logb is declared even after undefining macros. */ | |
963 | #undef HAVE_RAW_DECL_LOGB | |
964 | ||
965 | /* Define to 1 if logbf is declared even after undefining macros. */ | |
966 | #undef HAVE_RAW_DECL_LOGBF | |
967 | ||
968 | /* Define to 1 if logbl is declared even after undefining macros. */ | |
969 | #undef HAVE_RAW_DECL_LOGBL | |
970 | ||
971 | /* Define to 1 if logf is declared even after undefining macros. */ | |
972 | #undef HAVE_RAW_DECL_LOGF | |
973 | ||
974 | /* Define to 1 if logl is declared even after undefining macros. */ | |
975 | #undef HAVE_RAW_DECL_LOGL | |
976 | ||
977 | /* Define to 1 if lseek is declared even after undefining macros. */ | |
978 | #undef HAVE_RAW_DECL_LSEEK | |
979 | ||
980 | /* Define to 1 if lstat is declared even after undefining macros. */ | |
981 | #undef HAVE_RAW_DECL_LSTAT | |
982 | ||
983 | /* Define to 1 if mbrlen is declared even after undefining macros. */ | |
984 | #undef HAVE_RAW_DECL_MBRLEN | |
985 | ||
986 | /* Define to 1 if mbrtowc is declared even after undefining macros. */ | |
987 | #undef HAVE_RAW_DECL_MBRTOWC | |
988 | ||
989 | /* Define to 1 if mbsinit is declared even after undefining macros. */ | |
990 | #undef HAVE_RAW_DECL_MBSINIT | |
991 | ||
992 | /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */ | |
993 | #undef HAVE_RAW_DECL_MBSNRTOWCS | |
994 | ||
995 | /* Define to 1 if mbsrtowcs is declared even after undefining macros. */ | |
996 | #undef HAVE_RAW_DECL_MBSRTOWCS | |
997 | ||
998 | /* Define to 1 if memmem is declared even after undefining macros. */ | |
999 | #undef HAVE_RAW_DECL_MEMMEM | |
1000 | ||
1001 | /* Define to 1 if mempcpy is declared even after undefining macros. */ | |
1002 | #undef HAVE_RAW_DECL_MEMPCPY | |
1003 | ||
1004 | /* Define to 1 if memrchr is declared even after undefining macros. */ | |
1005 | #undef HAVE_RAW_DECL_MEMRCHR | |
1006 | ||
1007 | /* Define to 1 if mkdirat is declared even after undefining macros. */ | |
1008 | #undef HAVE_RAW_DECL_MKDIRAT | |
1009 | ||
1010 | /* Define to 1 if mkdtemp is declared even after undefining macros. */ | |
1011 | #undef HAVE_RAW_DECL_MKDTEMP | |
1012 | ||
1013 | /* Define to 1 if mkfifo is declared even after undefining macros. */ | |
1014 | #undef HAVE_RAW_DECL_MKFIFO | |
1015 | ||
1016 | /* Define to 1 if mkfifoat is declared even after undefining macros. */ | |
1017 | #undef HAVE_RAW_DECL_MKFIFOAT | |
1018 | ||
1019 | /* Define to 1 if mknod is declared even after undefining macros. */ | |
1020 | #undef HAVE_RAW_DECL_MKNOD | |
1021 | ||
1022 | /* Define to 1 if mknodat is declared even after undefining macros. */ | |
1023 | #undef HAVE_RAW_DECL_MKNODAT | |
1024 | ||
1025 | /* Define to 1 if mkostemp is declared even after undefining macros. */ | |
1026 | #undef HAVE_RAW_DECL_MKOSTEMP | |
1027 | ||
1028 | /* Define to 1 if mkostemps is declared even after undefining macros. */ | |
1029 | #undef HAVE_RAW_DECL_MKOSTEMPS | |
1030 | ||
1031 | /* Define to 1 if mkstemp is declared even after undefining macros. */ | |
1032 | #undef HAVE_RAW_DECL_MKSTEMP | |
1033 | ||
1034 | /* Define to 1 if mkstemps is declared even after undefining macros. */ | |
1035 | #undef HAVE_RAW_DECL_MKSTEMPS | |
1036 | ||
1037 | /* Define to 1 if modf is declared even after undefining macros. */ | |
1038 | #undef HAVE_RAW_DECL_MODF | |
1039 | ||
1040 | /* Define to 1 if modff is declared even after undefining macros. */ | |
1041 | #undef HAVE_RAW_DECL_MODFF | |
1042 | ||
1043 | /* Define to 1 if modfl is declared even after undefining macros. */ | |
1044 | #undef HAVE_RAW_DECL_MODFL | |
1045 | ||
1046 | /* Define to 1 if openat is declared even after undefining macros. */ | |
1047 | #undef HAVE_RAW_DECL_OPENAT | |
1048 | ||
1049 | /* Define to 1 if opendir is declared even after undefining macros. */ | |
1050 | #undef HAVE_RAW_DECL_OPENDIR | |
1051 | ||
1052 | /* Define to 1 if pclose is declared even after undefining macros. */ | |
1053 | #undef HAVE_RAW_DECL_PCLOSE | |
1054 | ||
1055 | /* Define to 1 if pipe is declared even after undefining macros. */ | |
1056 | #undef HAVE_RAW_DECL_PIPE | |
1057 | ||
1058 | /* Define to 1 if pipe2 is declared even after undefining macros. */ | |
1059 | #undef HAVE_RAW_DECL_PIPE2 | |
1060 | ||
1061 | /* Define to 1 if popen is declared even after undefining macros. */ | |
1062 | #undef HAVE_RAW_DECL_POPEN | |
1063 | ||
1064 | /* Define to 1 if posix_openpt is declared even after undefining macros. */ | |
1065 | #undef HAVE_RAW_DECL_POSIX_OPENPT | |
1066 | ||
1067 | /* Define to 1 if powf is declared even after undefining macros. */ | |
1068 | #undef HAVE_RAW_DECL_POWF | |
1069 | ||
1070 | /* Define to 1 if pread is declared even after undefining macros. */ | |
1071 | #undef HAVE_RAW_DECL_PREAD | |
1072 | ||
1073 | /* Define to 1 if pthread_sigmask is declared even after undefining macros. */ | |
1074 | #undef HAVE_RAW_DECL_PTHREAD_SIGMASK | |
1075 | ||
1076 | /* Define to 1 if ptsname is declared even after undefining macros. */ | |
1077 | #undef HAVE_RAW_DECL_PTSNAME | |
1078 | ||
1079 | /* Define to 1 if ptsname_r is declared even after undefining macros. */ | |
1080 | #undef HAVE_RAW_DECL_PTSNAME_R | |
1081 | ||
1082 | /* Define to 1 if pwrite is declared even after undefining macros. */ | |
1083 | #undef HAVE_RAW_DECL_PWRITE | |
1084 | ||
1085 | /* Define to 1 if qsort_r is declared even after undefining macros. */ | |
1086 | #undef HAVE_RAW_DECL_QSORT_R | |
1087 | ||
1088 | /* Define to 1 if random is declared even after undefining macros. */ | |
1089 | #undef HAVE_RAW_DECL_RANDOM | |
1090 | ||
1091 | /* Define to 1 if random_r is declared even after undefining macros. */ | |
1092 | #undef HAVE_RAW_DECL_RANDOM_R | |
1093 | ||
1094 | /* Define to 1 if rawmemchr is declared even after undefining macros. */ | |
1095 | #undef HAVE_RAW_DECL_RAWMEMCHR | |
1096 | ||
1097 | /* Define to 1 if readdir is declared even after undefining macros. */ | |
1098 | #undef HAVE_RAW_DECL_READDIR | |
1099 | ||
1100 | /* Define to 1 if readlink is declared even after undefining macros. */ | |
1101 | #undef HAVE_RAW_DECL_READLINK | |
1102 | ||
1103 | /* Define to 1 if readlinkat is declared even after undefining macros. */ | |
1104 | #undef HAVE_RAW_DECL_READLINKAT | |
1105 | ||
1106 | /* Define to 1 if realpath is declared even after undefining macros. */ | |
1107 | #undef HAVE_RAW_DECL_REALPATH | |
1108 | ||
725e2999 JB |
1109 | /* Define to 1 if recv is declared even after undefining macros. */ |
1110 | #undef HAVE_RAW_DECL_RECV | |
1111 | ||
1112 | /* Define to 1 if recvfrom is declared even after undefining macros. */ | |
1113 | #undef HAVE_RAW_DECL_RECVFROM | |
1114 | ||
5e8754f9 SDJ |
1115 | /* Define to 1 if remainder is declared even after undefining macros. */ |
1116 | #undef HAVE_RAW_DECL_REMAINDER | |
1117 | ||
1118 | /* Define to 1 if remainderf is declared even after undefining macros. */ | |
1119 | #undef HAVE_RAW_DECL_REMAINDERF | |
1120 | ||
1121 | /* Define to 1 if remainderl is declared even after undefining macros. */ | |
1122 | #undef HAVE_RAW_DECL_REMAINDERL | |
1123 | ||
1124 | /* Define to 1 if renameat is declared even after undefining macros. */ | |
1125 | #undef HAVE_RAW_DECL_RENAMEAT | |
1126 | ||
1127 | /* Define to 1 if rewinddir is declared even after undefining macros. */ | |
1128 | #undef HAVE_RAW_DECL_REWINDDIR | |
1129 | ||
1130 | /* Define to 1 if rint is declared even after undefining macros. */ | |
1131 | #undef HAVE_RAW_DECL_RINT | |
1132 | ||
1133 | /* Define to 1 if rintf is declared even after undefining macros. */ | |
1134 | #undef HAVE_RAW_DECL_RINTF | |
1135 | ||
1136 | /* Define to 1 if rintl is declared even after undefining macros. */ | |
1137 | #undef HAVE_RAW_DECL_RINTL | |
1138 | ||
1139 | /* Define to 1 if rmdir is declared even after undefining macros. */ | |
1140 | #undef HAVE_RAW_DECL_RMDIR | |
1141 | ||
1142 | /* Define to 1 if round is declared even after undefining macros. */ | |
1143 | #undef HAVE_RAW_DECL_ROUND | |
1144 | ||
1145 | /* Define to 1 if roundf is declared even after undefining macros. */ | |
1146 | #undef HAVE_RAW_DECL_ROUNDF | |
1147 | ||
1148 | /* Define to 1 if roundl is declared even after undefining macros. */ | |
1149 | #undef HAVE_RAW_DECL_ROUNDL | |
1150 | ||
1151 | /* Define to 1 if rpmatch is declared even after undefining macros. */ | |
1152 | #undef HAVE_RAW_DECL_RPMATCH | |
1153 | ||
1154 | /* Define to 1 if scandir is declared even after undefining macros. */ | |
1155 | #undef HAVE_RAW_DECL_SCANDIR | |
1156 | ||
1157 | /* Define to 1 if secure_getenv is declared even after undefining macros. */ | |
1158 | #undef HAVE_RAW_DECL_SECURE_GETENV | |
1159 | ||
725e2999 JB |
1160 | /* Define to 1 if send is declared even after undefining macros. */ |
1161 | #undef HAVE_RAW_DECL_SEND | |
1162 | ||
1163 | /* Define to 1 if sendto is declared even after undefining macros. */ | |
1164 | #undef HAVE_RAW_DECL_SENDTO | |
1165 | ||
5e8754f9 SDJ |
1166 | /* Define to 1 if setenv is declared even after undefining macros. */ |
1167 | #undef HAVE_RAW_DECL_SETENV | |
1168 | ||
1169 | /* Define to 1 if sethostname is declared even after undefining macros. */ | |
1170 | #undef HAVE_RAW_DECL_SETHOSTNAME | |
1171 | ||
725e2999 JB |
1172 | /* Define to 1 if setsockopt is declared even after undefining macros. */ |
1173 | #undef HAVE_RAW_DECL_SETSOCKOPT | |
1174 | ||
5e8754f9 SDJ |
1175 | /* Define to 1 if setstate is declared even after undefining macros. */ |
1176 | #undef HAVE_RAW_DECL_SETSTATE | |
1177 | ||
1178 | /* Define to 1 if setstate_r is declared even after undefining macros. */ | |
1179 | #undef HAVE_RAW_DECL_SETSTATE_R | |
1180 | ||
1181 | /* Define to 1 if setusershell is declared even after undefining macros. */ | |
1182 | #undef HAVE_RAW_DECL_SETUSERSHELL | |
1183 | ||
725e2999 JB |
1184 | /* Define to 1 if shutdown is declared even after undefining macros. */ |
1185 | #undef HAVE_RAW_DECL_SHUTDOWN | |
1186 | ||
5e8754f9 SDJ |
1187 | /* Define to 1 if sigaction is declared even after undefining macros. */ |
1188 | #undef HAVE_RAW_DECL_SIGACTION | |
1189 | ||
1190 | /* Define to 1 if sigaddset is declared even after undefining macros. */ | |
1191 | #undef HAVE_RAW_DECL_SIGADDSET | |
1192 | ||
1193 | /* Define to 1 if sigdelset is declared even after undefining macros. */ | |
1194 | #undef HAVE_RAW_DECL_SIGDELSET | |
1195 | ||
1196 | /* Define to 1 if sigemptyset is declared even after undefining macros. */ | |
1197 | #undef HAVE_RAW_DECL_SIGEMPTYSET | |
1198 | ||
1199 | /* Define to 1 if sigfillset is declared even after undefining macros. */ | |
1200 | #undef HAVE_RAW_DECL_SIGFILLSET | |
1201 | ||
1202 | /* Define to 1 if sigismember is declared even after undefining macros. */ | |
1203 | #undef HAVE_RAW_DECL_SIGISMEMBER | |
1204 | ||
1205 | /* Define to 1 if sigpending is declared even after undefining macros. */ | |
1206 | #undef HAVE_RAW_DECL_SIGPENDING | |
1207 | ||
1208 | /* Define to 1 if sigprocmask is declared even after undefining macros. */ | |
1209 | #undef HAVE_RAW_DECL_SIGPROCMASK | |
1210 | ||
1211 | /* Define to 1 if sinf is declared even after undefining macros. */ | |
1212 | #undef HAVE_RAW_DECL_SINF | |
1213 | ||
1214 | /* Define to 1 if sinhf is declared even after undefining macros. */ | |
1215 | #undef HAVE_RAW_DECL_SINHF | |
1216 | ||
1217 | /* Define to 1 if sinl is declared even after undefining macros. */ | |
1218 | #undef HAVE_RAW_DECL_SINL | |
1219 | ||
1220 | /* Define to 1 if sleep is declared even after undefining macros. */ | |
1221 | #undef HAVE_RAW_DECL_SLEEP | |
1222 | ||
1223 | /* Define to 1 if snprintf is declared even after undefining macros. */ | |
1224 | #undef HAVE_RAW_DECL_SNPRINTF | |
1225 | ||
725e2999 JB |
1226 | /* Define to 1 if socket is declared even after undefining macros. */ |
1227 | #undef HAVE_RAW_DECL_SOCKET | |
1228 | ||
5e8754f9 SDJ |
1229 | /* Define to 1 if sqrtf is declared even after undefining macros. */ |
1230 | #undef HAVE_RAW_DECL_SQRTF | |
1231 | ||
1232 | /* Define to 1 if sqrtl is declared even after undefining macros. */ | |
1233 | #undef HAVE_RAW_DECL_SQRTL | |
1234 | ||
1235 | /* Define to 1 if srandom is declared even after undefining macros. */ | |
1236 | #undef HAVE_RAW_DECL_SRANDOM | |
1237 | ||
1238 | /* Define to 1 if srandom_r is declared even after undefining macros. */ | |
1239 | #undef HAVE_RAW_DECL_SRANDOM_R | |
1240 | ||
1241 | /* Define to 1 if stat is declared even after undefining macros. */ | |
1242 | #undef HAVE_RAW_DECL_STAT | |
1243 | ||
1244 | /* Define to 1 if stpcpy is declared even after undefining macros. */ | |
1245 | #undef HAVE_RAW_DECL_STPCPY | |
1246 | ||
1247 | /* Define to 1 if stpncpy is declared even after undefining macros. */ | |
1248 | #undef HAVE_RAW_DECL_STPNCPY | |
1249 | ||
1250 | /* Define to 1 if strcasestr is declared even after undefining macros. */ | |
1251 | #undef HAVE_RAW_DECL_STRCASESTR | |
1252 | ||
1253 | /* Define to 1 if strchrnul is declared even after undefining macros. */ | |
1254 | #undef HAVE_RAW_DECL_STRCHRNUL | |
1255 | ||
1256 | /* Define to 1 if strdup is declared even after undefining macros. */ | |
1257 | #undef HAVE_RAW_DECL_STRDUP | |
1258 | ||
1259 | /* Define to 1 if strerror_r is declared even after undefining macros. */ | |
1260 | #undef HAVE_RAW_DECL_STRERROR_R | |
1261 | ||
1262 | /* Define to 1 if strncat is declared even after undefining macros. */ | |
1263 | #undef HAVE_RAW_DECL_STRNCAT | |
1264 | ||
1265 | /* Define to 1 if strndup is declared even after undefining macros. */ | |
1266 | #undef HAVE_RAW_DECL_STRNDUP | |
1267 | ||
1268 | /* Define to 1 if strnlen is declared even after undefining macros. */ | |
1269 | #undef HAVE_RAW_DECL_STRNLEN | |
1270 | ||
1271 | /* Define to 1 if strpbrk is declared even after undefining macros. */ | |
1272 | #undef HAVE_RAW_DECL_STRPBRK | |
1273 | ||
1274 | /* Define to 1 if strsep is declared even after undefining macros. */ | |
1275 | #undef HAVE_RAW_DECL_STRSEP | |
1276 | ||
1277 | /* Define to 1 if strsignal is declared even after undefining macros. */ | |
1278 | #undef HAVE_RAW_DECL_STRSIGNAL | |
1279 | ||
1280 | /* Define to 1 if strtod is declared even after undefining macros. */ | |
1281 | #undef HAVE_RAW_DECL_STRTOD | |
1282 | ||
1283 | /* Define to 1 if strtoimax is declared even after undefining macros. */ | |
1284 | #undef HAVE_RAW_DECL_STRTOIMAX | |
1285 | ||
1286 | /* Define to 1 if strtok_r is declared even after undefining macros. */ | |
1287 | #undef HAVE_RAW_DECL_STRTOK_R | |
1288 | ||
1289 | /* Define to 1 if strtoll is declared even after undefining macros. */ | |
1290 | #undef HAVE_RAW_DECL_STRTOLL | |
1291 | ||
1292 | /* Define to 1 if strtoull is declared even after undefining macros. */ | |
1293 | #undef HAVE_RAW_DECL_STRTOULL | |
1294 | ||
1295 | /* Define to 1 if strtoumax is declared even after undefining macros. */ | |
1296 | #undef HAVE_RAW_DECL_STRTOUMAX | |
1297 | ||
1298 | /* Define to 1 if strverscmp is declared even after undefining macros. */ | |
1299 | #undef HAVE_RAW_DECL_STRVERSCMP | |
1300 | ||
1301 | /* Define to 1 if symlink is declared even after undefining macros. */ | |
1302 | #undef HAVE_RAW_DECL_SYMLINK | |
1303 | ||
1304 | /* Define to 1 if symlinkat is declared even after undefining macros. */ | |
1305 | #undef HAVE_RAW_DECL_SYMLINKAT | |
1306 | ||
1307 | /* Define to 1 if tanf is declared even after undefining macros. */ | |
1308 | #undef HAVE_RAW_DECL_TANF | |
1309 | ||
1310 | /* Define to 1 if tanhf is declared even after undefining macros. */ | |
1311 | #undef HAVE_RAW_DECL_TANHF | |
1312 | ||
1313 | /* Define to 1 if tanl is declared even after undefining macros. */ | |
1314 | #undef HAVE_RAW_DECL_TANL | |
1315 | ||
1316 | /* Define to 1 if tmpfile is declared even after undefining macros. */ | |
1317 | #undef HAVE_RAW_DECL_TMPFILE | |
1318 | ||
1319 | /* Define to 1 if towctrans is declared even after undefining macros. */ | |
1320 | #undef HAVE_RAW_DECL_TOWCTRANS | |
1321 | ||
1322 | /* Define to 1 if trunc is declared even after undefining macros. */ | |
1323 | #undef HAVE_RAW_DECL_TRUNC | |
1324 | ||
1325 | /* Define to 1 if truncf is declared even after undefining macros. */ | |
1326 | #undef HAVE_RAW_DECL_TRUNCF | |
1327 | ||
1328 | /* Define to 1 if truncl is declared even after undefining macros. */ | |
1329 | #undef HAVE_RAW_DECL_TRUNCL | |
1330 | ||
1331 | /* Define to 1 if ttyname_r is declared even after undefining macros. */ | |
1332 | #undef HAVE_RAW_DECL_TTYNAME_R | |
1333 | ||
1334 | /* Define to 1 if unlink is declared even after undefining macros. */ | |
1335 | #undef HAVE_RAW_DECL_UNLINK | |
1336 | ||
1337 | /* Define to 1 if unlinkat is declared even after undefining macros. */ | |
1338 | #undef HAVE_RAW_DECL_UNLINKAT | |
1339 | ||
1340 | /* Define to 1 if unlockpt is declared even after undefining macros. */ | |
1341 | #undef HAVE_RAW_DECL_UNLOCKPT | |
1342 | ||
1343 | /* Define to 1 if unsetenv is declared even after undefining macros. */ | |
1344 | #undef HAVE_RAW_DECL_UNSETENV | |
1345 | ||
1346 | /* Define to 1 if usleep is declared even after undefining macros. */ | |
1347 | #undef HAVE_RAW_DECL_USLEEP | |
1348 | ||
1349 | /* Define to 1 if utimensat is declared even after undefining macros. */ | |
1350 | #undef HAVE_RAW_DECL_UTIMENSAT | |
1351 | ||
1352 | /* Define to 1 if vdprintf is declared even after undefining macros. */ | |
1353 | #undef HAVE_RAW_DECL_VDPRINTF | |
1354 | ||
1355 | /* Define to 1 if vsnprintf is declared even after undefining macros. */ | |
1356 | #undef HAVE_RAW_DECL_VSNPRINTF | |
1357 | ||
1358 | /* Define to 1 if wcpcpy is declared even after undefining macros. */ | |
1359 | #undef HAVE_RAW_DECL_WCPCPY | |
1360 | ||
1361 | /* Define to 1 if wcpncpy is declared even after undefining macros. */ | |
1362 | #undef HAVE_RAW_DECL_WCPNCPY | |
1363 | ||
1364 | /* Define to 1 if wcrtomb is declared even after undefining macros. */ | |
1365 | #undef HAVE_RAW_DECL_WCRTOMB | |
1366 | ||
1367 | /* Define to 1 if wcscasecmp is declared even after undefining macros. */ | |
1368 | #undef HAVE_RAW_DECL_WCSCASECMP | |
1369 | ||
1370 | /* Define to 1 if wcscat is declared even after undefining macros. */ | |
1371 | #undef HAVE_RAW_DECL_WCSCAT | |
1372 | ||
1373 | /* Define to 1 if wcschr is declared even after undefining macros. */ | |
1374 | #undef HAVE_RAW_DECL_WCSCHR | |
1375 | ||
1376 | /* Define to 1 if wcscmp is declared even after undefining macros. */ | |
1377 | #undef HAVE_RAW_DECL_WCSCMP | |
1378 | ||
1379 | /* Define to 1 if wcscoll is declared even after undefining macros. */ | |
1380 | #undef HAVE_RAW_DECL_WCSCOLL | |
1381 | ||
1382 | /* Define to 1 if wcscpy is declared even after undefining macros. */ | |
1383 | #undef HAVE_RAW_DECL_WCSCPY | |
1384 | ||
1385 | /* Define to 1 if wcscspn is declared even after undefining macros. */ | |
1386 | #undef HAVE_RAW_DECL_WCSCSPN | |
1387 | ||
1388 | /* Define to 1 if wcsdup is declared even after undefining macros. */ | |
1389 | #undef HAVE_RAW_DECL_WCSDUP | |
1390 | ||
1391 | /* Define to 1 if wcslen is declared even after undefining macros. */ | |
1392 | #undef HAVE_RAW_DECL_WCSLEN | |
1393 | ||
1394 | /* Define to 1 if wcsncasecmp is declared even after undefining macros. */ | |
1395 | #undef HAVE_RAW_DECL_WCSNCASECMP | |
1396 | ||
1397 | /* Define to 1 if wcsncat is declared even after undefining macros. */ | |
1398 | #undef HAVE_RAW_DECL_WCSNCAT | |
1399 | ||
1400 | /* Define to 1 if wcsncmp is declared even after undefining macros. */ | |
1401 | #undef HAVE_RAW_DECL_WCSNCMP | |
1402 | ||
1403 | /* Define to 1 if wcsncpy is declared even after undefining macros. */ | |
1404 | #undef HAVE_RAW_DECL_WCSNCPY | |
1405 | ||
1406 | /* Define to 1 if wcsnlen is declared even after undefining macros. */ | |
1407 | #undef HAVE_RAW_DECL_WCSNLEN | |
1408 | ||
1409 | /* Define to 1 if wcsnrtombs is declared even after undefining macros. */ | |
1410 | #undef HAVE_RAW_DECL_WCSNRTOMBS | |
1411 | ||
1412 | /* Define to 1 if wcspbrk is declared even after undefining macros. */ | |
1413 | #undef HAVE_RAW_DECL_WCSPBRK | |
1414 | ||
1415 | /* Define to 1 if wcsrchr is declared even after undefining macros. */ | |
1416 | #undef HAVE_RAW_DECL_WCSRCHR | |
1417 | ||
1418 | /* Define to 1 if wcsrtombs is declared even after undefining macros. */ | |
1419 | #undef HAVE_RAW_DECL_WCSRTOMBS | |
1420 | ||
1421 | /* Define to 1 if wcsspn is declared even after undefining macros. */ | |
1422 | #undef HAVE_RAW_DECL_WCSSPN | |
1423 | ||
1424 | /* Define to 1 if wcsstr is declared even after undefining macros. */ | |
1425 | #undef HAVE_RAW_DECL_WCSSTR | |
1426 | ||
1427 | /* Define to 1 if wcstok is declared even after undefining macros. */ | |
1428 | #undef HAVE_RAW_DECL_WCSTOK | |
1429 | ||
1430 | /* Define to 1 if wcswidth is declared even after undefining macros. */ | |
1431 | #undef HAVE_RAW_DECL_WCSWIDTH | |
1432 | ||
1433 | /* Define to 1 if wcsxfrm is declared even after undefining macros. */ | |
1434 | #undef HAVE_RAW_DECL_WCSXFRM | |
1435 | ||
1436 | /* Define to 1 if wctob is declared even after undefining macros. */ | |
1437 | #undef HAVE_RAW_DECL_WCTOB | |
1438 | ||
1439 | /* Define to 1 if wctrans is declared even after undefining macros. */ | |
1440 | #undef HAVE_RAW_DECL_WCTRANS | |
1441 | ||
1442 | /* Define to 1 if wctype is declared even after undefining macros. */ | |
1443 | #undef HAVE_RAW_DECL_WCTYPE | |
1444 | ||
1445 | /* Define to 1 if wcwidth is declared even after undefining macros. */ | |
1446 | #undef HAVE_RAW_DECL_WCWIDTH | |
1447 | ||
1448 | /* Define to 1 if wmemchr is declared even after undefining macros. */ | |
1449 | #undef HAVE_RAW_DECL_WMEMCHR | |
1450 | ||
1451 | /* Define to 1 if wmemcmp is declared even after undefining macros. */ | |
1452 | #undef HAVE_RAW_DECL_WMEMCMP | |
1453 | ||
1454 | /* Define to 1 if wmemcpy is declared even after undefining macros. */ | |
1455 | #undef HAVE_RAW_DECL_WMEMCPY | |
1456 | ||
1457 | /* Define to 1 if wmemmove is declared even after undefining macros. */ | |
1458 | #undef HAVE_RAW_DECL_WMEMMOVE | |
1459 | ||
1460 | /* Define to 1 if wmemset is declared even after undefining macros. */ | |
1461 | #undef HAVE_RAW_DECL_WMEMSET | |
1462 | ||
1463 | /* Define to 1 if _Exit is declared even after undefining macros. */ | |
1464 | #undef HAVE_RAW_DECL__EXIT | |
1465 | ||
6ec2e0f5 SDJ |
1466 | /* Define to 1 if you have the `readdir' function. */ |
1467 | #undef HAVE_READDIR | |
1468 | ||
472fa5ee | 1469 | /* Define to 1 if you have the 'readlink' function. */ |
2196f55f YQ |
1470 | #undef HAVE_READLINK |
1471 | ||
6ec2e0f5 SDJ |
1472 | /* Define if the 'realloc' function is POSIX compliant. */ |
1473 | #undef HAVE_REALLOC_POSIX | |
1474 | ||
472fa5ee | 1475 | /* Define to 1 if you have the 'realpath' function. */ |
98399780 YQ |
1476 | #undef HAVE_REALPATH |
1477 | ||
6ec2e0f5 SDJ |
1478 | /* Define to 1 if you have the `rewinddir' function. */ |
1479 | #undef HAVE_REWINDDIR | |
1480 | ||
88b48903 WN |
1481 | /* Define to 1 if 'long double' and 'double' have the same representation. */ |
1482 | #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE | |
1483 | ||
725e2999 JB |
1484 | /* Define to 1 if the system has the type `sa_family_t'. */ |
1485 | #undef HAVE_SA_FAMILY_T | |
1486 | ||
3d99e817 AK |
1487 | /* Define to 1 if you have the <search.h> header file. */ |
1488 | #undef HAVE_SEARCH_H | |
1489 | ||
5e8754f9 SDJ |
1490 | /* Define to 1 if you have the 'secure_getenv' function. */ |
1491 | #undef HAVE_SECURE_GETENV | |
1492 | ||
6ec2e0f5 SDJ |
1493 | /* Define to 1 if you have the `setdtablesize' function. */ |
1494 | #undef HAVE_SETDTABLESIZE | |
1495 | ||
472fa5ee | 1496 | /* Define to 1 if you have the 'setenv' function. */ |
3d99e817 AK |
1497 | #undef HAVE_SETENV |
1498 | ||
725e2999 JB |
1499 | /* Define to 1 if you have the `shutdown' function. */ |
1500 | #undef HAVE_SHUTDOWN | |
1501 | ||
c971b7fa PA |
1502 | /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ |
1503 | #undef HAVE_SIGNED_SIG_ATOMIC_T | |
1504 | ||
1505 | /* Define to 1 if 'wchar_t' is a signed integer type. */ | |
1506 | #undef HAVE_SIGNED_WCHAR_T | |
1507 | ||
1508 | /* Define to 1 if 'wint_t' is a signed integer type. */ | |
1509 | #undef HAVE_SIGNED_WINT_T | |
1510 | ||
0750520d PA |
1511 | /* Define to 1 if the system has the type `sigset_t'. */ |
1512 | #undef HAVE_SIGSET_T | |
1513 | ||
c971b7fa PA |
1514 | /* Define to 1 if you have the <stdint.h> header file. */ |
1515 | #undef HAVE_STDINT_H | |
1516 | ||
1517 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
1518 | #undef HAVE_STDLIB_H | |
1519 | ||
8424cc97 SM |
1520 | /* Define to 1 if you have the `strchrnul' function. */ |
1521 | #undef HAVE_STRCHRNUL | |
1522 | ||
472fa5ee | 1523 | /* Define to 1 if you have the 'strdup' function. */ |
6ec2e0f5 SDJ |
1524 | #undef HAVE_STRDUP |
1525 | ||
1526 | /* Define to 1 if you have the `strerror_r' function. */ | |
1527 | #undef HAVE_STRERROR_R | |
1528 | ||
c971b7fa PA |
1529 | /* Define to 1 if you have the <strings.h> header file. */ |
1530 | #undef HAVE_STRINGS_H | |
1531 | ||
1532 | /* Define to 1 if you have the <string.h> header file. */ | |
1533 | #undef HAVE_STRING_H | |
1534 | ||
421693b0 PA |
1535 | /* Define to 1 if you have the `strtok_r' function. */ |
1536 | #undef HAVE_STRTOK_R | |
1537 | ||
6ec2e0f5 SDJ |
1538 | /* Define if there is a member named d_type in the struct describing directory |
1539 | headers. */ | |
1540 | #undef HAVE_STRUCT_DIRENT_D_TYPE | |
1541 | ||
725e2999 JB |
1542 | /* Define to 1 if the system has the type `struct sockaddr_storage'. */ |
1543 | #undef HAVE_STRUCT_SOCKADDR_STORAGE | |
1544 | ||
1545 | /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ | |
1546 | #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY | |
1547 | ||
472fa5ee | 1548 | /* Define to 1 if you have the 'symlink' function. */ |
8690e634 JK |
1549 | #undef HAVE_SYMLINK |
1550 | ||
c971b7fa PA |
1551 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ |
1552 | #undef HAVE_SYS_BITYPES_H | |
1553 | ||
5e8754f9 SDJ |
1554 | /* Define to 1 if you have the <sys/cdefs.h> header file. */ |
1555 | #undef HAVE_SYS_CDEFS_H | |
1556 | ||
c971b7fa PA |
1557 | /* Define to 1 if you have the <sys/inttypes.h> header file. */ |
1558 | #undef HAVE_SYS_INTTYPES_H | |
1559 | ||
1560 | /* Define to 1 if you have the <sys/mman.h> header file. */ | |
1561 | #undef HAVE_SYS_MMAN_H | |
1562 | ||
38ec2207 PA |
1563 | /* Define to 1 if you have the <sys/param.h> header file. */ |
1564 | #undef HAVE_SYS_PARAM_H | |
1565 | ||
4a626d0a PA |
1566 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
1567 | #undef HAVE_SYS_SOCKET_H | |
1568 | ||
c971b7fa PA |
1569 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
1570 | #undef HAVE_SYS_STAT_H | |
1571 | ||
5e8754f9 SDJ |
1572 | /* Define to 1 if you have the <sys/timeb.h> header file. */ |
1573 | #undef HAVE_SYS_TIMEB_H | |
1574 | ||
09607c9e TT |
1575 | /* Define to 1 if you have the <sys/time.h> header file. */ |
1576 | #undef HAVE_SYS_TIME_H | |
1577 | ||
c971b7fa PA |
1578 | /* Define to 1 if you have the <sys/types.h> header file. */ |
1579 | #undef HAVE_SYS_TYPES_H | |
1580 | ||
725e2999 JB |
1581 | /* Define to 1 if you have the <sys/uio.h> header file. */ |
1582 | #undef HAVE_SYS_UIO_H | |
1583 | ||
8690e634 JK |
1584 | /* Define to 1 if you have the `towlower' function. */ |
1585 | #undef HAVE_TOWLOWER | |
1586 | ||
3d99e817 AK |
1587 | /* Define to 1 if you have the `tsearch' function. */ |
1588 | #undef HAVE_TSEARCH | |
1589 | ||
c971b7fa PA |
1590 | /* Define to 1 if you have the <unistd.h> header file. */ |
1591 | #undef HAVE_UNISTD_H | |
1592 | ||
3d99e817 AK |
1593 | /* Define to 1 if you have the `unsetenv' function. */ |
1594 | #undef HAVE_UNSETENV | |
1595 | ||
c971b7fa PA |
1596 | /* Define to 1 if the system has the type 'unsigned long long int'. */ |
1597 | #undef HAVE_UNSIGNED_LONG_LONG_INT | |
1598 | ||
6ec2e0f5 SDJ |
1599 | /* Define if you have a global __progname variable */ |
1600 | #undef HAVE_VAR___PROGNAME | |
1601 | ||
c971b7fa PA |
1602 | /* Define to 1 if you have the <wchar.h> header file. */ |
1603 | #undef HAVE_WCHAR_H | |
1604 | ||
1605 | /* Define if you have the 'wchar_t' type. */ | |
1606 | #undef HAVE_WCHAR_T | |
1607 | ||
8690e634 JK |
1608 | /* Define to 1 if you have the <wctype.h> header file. */ |
1609 | #undef HAVE_WCTYPE_H | |
1610 | ||
848288b3 CB |
1611 | /* Define to 1 if you have the <windows.h> header file. */ |
1612 | #undef HAVE_WINDOWS_H | |
1613 | ||
4a626d0a PA |
1614 | /* Define to 1 if you have the <winsock2.h> header file. */ |
1615 | #undef HAVE_WINSOCK2_H | |
1616 | ||
8690e634 JK |
1617 | /* Define if you have the 'wint_t' type. */ |
1618 | #undef HAVE_WINT_T | |
1619 | ||
472fa5ee | 1620 | /* Define to 1 if you have the 'wmemchr' function. */ |
8690e634 JK |
1621 | #undef HAVE_WMEMCHR |
1622 | ||
472fa5ee | 1623 | /* Define to 1 if you have the 'wmemcpy' function. */ |
8690e634 JK |
1624 | #undef HAVE_WMEMCPY |
1625 | ||
472fa5ee | 1626 | /* Define to 1 if you have the 'wmempcpy' function. */ |
8690e634 JK |
1627 | #undef HAVE_WMEMPCPY |
1628 | ||
6ec2e0f5 SDJ |
1629 | /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX |
1630 | 7.1. */ | |
1631 | #undef HAVE_WORKING_FSTATAT_ZERO_FLAG | |
1632 | ||
8690e634 JK |
1633 | /* Define to 1 if O_NOATIME works. */ |
1634 | #undef HAVE_WORKING_O_NOATIME | |
1635 | ||
1636 | /* Define to 1 if O_NOFOLLOW works. */ | |
1637 | #undef HAVE_WORKING_O_NOFOLLOW | |
1638 | ||
725e2999 JB |
1639 | /* Define to 1 if you have the <ws2tcpip.h> header file. */ |
1640 | #undef HAVE_WS2TCPIP_H | |
1641 | ||
8690e634 JK |
1642 | /* Define to 1 if the system has the type `_Bool'. */ |
1643 | #undef HAVE__BOOL | |
1644 | ||
5e8754f9 SDJ |
1645 | /* Define to 1 if you have the `_ftime' function. */ |
1646 | #undef HAVE__FTIME | |
1647 | ||
472fa5ee | 1648 | /* Define to 1 if you have the '_set_invalid_parameter_handler' function. */ |
6ec2e0f5 SDJ |
1649 | #undef HAVE__SET_INVALID_PARAMETER_HANDLER |
1650 | ||
5e8754f9 SDJ |
1651 | /* Define to 1 if you have the `__secure_getenv' function. */ |
1652 | #undef HAVE___SECURE_GETENV | |
2d8adcbd | 1653 | |
88b48903 WN |
1654 | /* Define as the bit index in the word where to find bit 0 of the exponent of |
1655 | 'long double'. */ | |
1656 | #undef LDBL_EXPBIT0_BIT | |
1657 | ||
1658 | /* Define as the word index where to find the exponent of 'long double'. */ | |
1659 | #undef LDBL_EXPBIT0_WORD | |
1660 | ||
f45c62c4 YQ |
1661 | /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing |
1662 | slash. */ | |
1663 | #undef LSTAT_FOLLOWS_SLASHED_SYMLINK | |
1664 | ||
98399780 YQ |
1665 | /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */ |
1666 | #undef MALLOC_0_IS_NONNULL | |
1667 | ||
c971b7fa PA |
1668 | /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ |
1669 | #undef MAP_ANONYMOUS | |
1670 | ||
4a626d0a PA |
1671 | /* Define if the mbrtowc function does not return (size_t) -2 for empty input. |
1672 | */ | |
1673 | #undef MBRTOWC_EMPTY_INPUT_BUG | |
1674 | ||
8690e634 JK |
1675 | /* Define if the mbrtowc function has the NULL pwc argument bug. */ |
1676 | #undef MBRTOWC_NULL_ARG1_BUG | |
1677 | ||
1678 | /* Define if the mbrtowc function has the NULL string argument bug. */ | |
1679 | #undef MBRTOWC_NULL_ARG2_BUG | |
1680 | ||
1681 | /* Define if the mbrtowc function does not return 0 for a NUL character. */ | |
1682 | #undef MBRTOWC_NUL_RETVAL_BUG | |
1683 | ||
1684 | /* Define if the mbrtowc function returns a wrong return value. */ | |
1685 | #undef MBRTOWC_RETVAL_BUG | |
1686 | ||
49e4877c PA |
1687 | /* Use GNU style printf and scanf. */ |
1688 | #ifndef __USE_MINGW_ANSI_STDIO | |
1689 | # undef __USE_MINGW_ANSI_STDIO | |
1690 | #endif | |
1691 | ||
1692 | ||
6ec2e0f5 SDJ |
1693 | /* Define to 1 if open() fails to recognize a trailing slash. */ |
1694 | #undef OPEN_TRAILING_SLASH_BUG | |
1695 | ||
c971b7fa PA |
1696 | /* Define to the address where bug reports for this package should be sent. */ |
1697 | #undef PACKAGE_BUGREPORT | |
1698 | ||
1699 | /* Define to the full name of this package. */ | |
1700 | #undef PACKAGE_NAME | |
1701 | ||
1702 | /* Define to the full name and version of this package. */ | |
1703 | #undef PACKAGE_STRING | |
1704 | ||
1705 | /* Define to the one symbol short name of this package. */ | |
1706 | #undef PACKAGE_TARNAME | |
1707 | ||
1708 | /* Define to the home page for this package. */ | |
1709 | #undef PACKAGE_URL | |
1710 | ||
1711 | /* Define to the version of this package. */ | |
1712 | #undef PACKAGE_VERSION | |
1713 | ||
1714 | /* Define if <inttypes.h> exists and defines unusable PRI* macros. */ | |
1715 | #undef PRI_MACROS_BROKEN | |
1716 | ||
6ec2e0f5 SDJ |
1717 | /* Define to the type that is the result of default argument promotions of |
1718 | type mode_t. */ | |
1719 | #undef PROMOTED_MODE_T | |
1720 | ||
c971b7fa PA |
1721 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
1722 | 'ptrdiff_t'. */ | |
1723 | #undef PTRDIFF_T_SUFFIX | |
1724 | ||
2196f55f YQ |
1725 | /* Define to 1 if readlink fails to recognize a trailing slash. */ |
1726 | #undef READLINK_TRAILING_SLASH_BUG | |
1727 | ||
6a29c58e YQ |
1728 | /* Define if rename does not work when the destination file exists, as on |
1729 | Cygwin 1.5 or Windows. */ | |
1730 | #undef RENAME_DEST_EXISTS_BUG | |
1731 | ||
1732 | /* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or | |
1733 | Cygwin 1.5. */ | |
1734 | #undef RENAME_HARD_LINK_BUG | |
1735 | ||
1736 | /* Define if rename does not correctly handle slashes on the destination | |
5e8754f9 | 1737 | argument, such as on Solaris 10 or NetBSD 1.6. */ |
6a29c58e YQ |
1738 | #undef RENAME_TRAILING_SLASH_DEST_BUG |
1739 | ||
1740 | /* Define if rename does not correctly handle slashes on the source argument, | |
1741 | such as on Solaris 9 or cygwin 1.5. */ | |
1742 | #undef RENAME_TRAILING_SLASH_SOURCE_BUG | |
1743 | ||
49e4877c PA |
1744 | /* Define to 1 if gnulib's dirfd() replacement is used. */ |
1745 | #undef REPLACE_DIRFD | |
1746 | ||
6ec2e0f5 SDJ |
1747 | /* Define to 1 if gnulib's fchdir() replacement is used. */ |
1748 | #undef REPLACE_FCHDIR | |
1749 | ||
5e8754f9 SDJ |
1750 | /* Define to 1 if stat needs help when passed a directory name with a trailing |
1751 | slash */ | |
1752 | #undef REPLACE_FUNC_STAT_DIR | |
1753 | ||
2196f55f YQ |
1754 | /* Define to 1 if stat needs help when passed a file name with a trailing |
1755 | slash */ | |
1756 | #undef REPLACE_FUNC_STAT_FILE | |
1757 | ||
6ec2e0f5 SDJ |
1758 | /* Define to 1 if open() should work around the inability to open a directory. |
1759 | */ | |
1760 | #undef REPLACE_OPEN_DIRECTORY | |
1761 | ||
1762 | /* Define to 1 if strerror(0) does not return a message implying success. */ | |
1763 | #undef REPLACE_STRERROR_0 | |
1764 | ||
c971b7fa PA |
1765 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
1766 | 'sig_atomic_t'. */ | |
1767 | #undef SIG_ATOMIC_T_SUFFIX | |
1768 | ||
1769 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type | |
1770 | 'size_t'. */ | |
1771 | #undef SIZE_T_SUFFIX | |
1772 | ||
8690e634 JK |
1773 | /* If using the C implementation of alloca, define if you know the |
1774 | direction of stack growth for your system; otherwise it will be | |
1775 | automatically deduced at runtime. | |
d0ac1c44 SM |
1776 | STACK_DIRECTION > 0 => grows toward higher addresses |
1777 | STACK_DIRECTION < 0 => grows toward lower addresses | |
1778 | STACK_DIRECTION = 0 => direction of growth unknown */ | |
8690e634 JK |
1779 | #undef STACK_DIRECTION |
1780 | ||
09607c9e TT |
1781 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ |
1782 | #undef STAT_MACROS_BROKEN | |
1783 | ||
c971b7fa PA |
1784 | /* Define to 1 if you have the ANSI C header files. */ |
1785 | #undef STDC_HEADERS | |
1786 | ||
6ec2e0f5 SDJ |
1787 | /* Define to 1 if strerror_r returns char *. */ |
1788 | #undef STRERROR_R_CHAR_P | |
1789 | ||
4a626d0a PA |
1790 | /* Enable extensions on AIX 3, Interix. */ |
1791 | #ifndef _ALL_SOURCE | |
1792 | # undef _ALL_SOURCE | |
1793 | #endif | |
49e4877c | 1794 | /* Enable general extensions on macOS. */ |
4a626d0a PA |
1795 | #ifndef _DARWIN_C_SOURCE |
1796 | # undef _DARWIN_C_SOURCE | |
1797 | #endif | |
1798 | /* Enable GNU extensions on systems that have them. */ | |
1799 | #ifndef _GNU_SOURCE | |
1800 | # undef _GNU_SOURCE | |
1801 | #endif | |
4a626d0a PA |
1802 | /* Enable threading extensions on Solaris. */ |
1803 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
1804 | # undef _POSIX_PTHREAD_SEMANTICS | |
1805 | #endif | |
49e4877c PA |
1806 | /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ |
1807 | #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ | |
1808 | # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ | |
1809 | #endif | |
1810 | /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ | |
1811 | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ | |
1812 | # undef __STDC_WANT_IEC_60559_BFP_EXT__ | |
1813 | #endif | |
1814 | /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ | |
1815 | #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ | |
1816 | # undef __STDC_WANT_IEC_60559_DFP_EXT__ | |
1817 | #endif | |
1818 | /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ | |
1819 | #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ | |
1820 | # undef __STDC_WANT_IEC_60559_FUNCS_EXT__ | |
1821 | #endif | |
1822 | /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ | |
1823 | #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ | |
1824 | # undef __STDC_WANT_IEC_60559_TYPES_EXT__ | |
1825 | #endif | |
1826 | /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ | |
1827 | #ifndef __STDC_WANT_LIB_EXT2__ | |
1828 | # undef __STDC_WANT_LIB_EXT2__ | |
1829 | #endif | |
1830 | /* Enable extensions specified by ISO/IEC 24747:2009. */ | |
1831 | #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ | |
1832 | # undef __STDC_WANT_MATH_SPEC_FUNCS__ | |
1833 | #endif | |
4a626d0a PA |
1834 | /* Enable extensions on HP NonStop. */ |
1835 | #ifndef _TANDEM_SOURCE | |
1836 | # undef _TANDEM_SOURCE | |
1837 | #endif | |
1838 | /* Enable X/Open extensions if necessary. HP-UX 11.11 defines | |
1839 | mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of | |
1840 | whether compiling with -Ae or -D_HPUX_SOURCE=1. */ | |
1841 | #ifndef _XOPEN_SOURCE | |
1842 | # undef _XOPEN_SOURCE | |
1843 | #endif | |
1844 | /* Enable general extensions on Solaris. */ | |
1845 | #ifndef __EXTENSIONS__ | |
1846 | # undef __EXTENSIONS__ | |
1847 | #endif | |
1848 | ||
1849 | ||
3d99e817 AK |
1850 | /* Define to 1 if unsetenv returns void instead of int. */ |
1851 | #undef VOID_UNSETENV | |
1852 | ||
c971b7fa PA |
1853 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
1854 | 'wchar_t'. */ | |
1855 | #undef WCHAR_T_SUFFIX | |
1856 | ||
1857 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type | |
1858 | 'wint_t'. */ | |
1859 | #undef WINT_T_SUFFIX | |
1860 | ||
88b48903 WN |
1861 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
1862 | significant byte first (like Motorola and SPARC, unlike Intel). */ | |
1863 | #if defined AC_APPLE_UNIVERSAL_BUILD | |
1864 | # if defined __BIG_ENDIAN__ | |
1865 | # define WORDS_BIGENDIAN 1 | |
1866 | # endif | |
1867 | #else | |
1868 | # ifndef WORDS_BIGENDIAN | |
1869 | # undef WORDS_BIGENDIAN | |
1870 | # endif | |
1871 | #endif | |
1872 | ||
4a626d0a PA |
1873 | /* Enable large inode numbers on Mac OS X 10.5. */ |
1874 | #undef _DARWIN_USE_64_BIT_INODE | |
2196f55f YQ |
1875 | |
1876 | /* Number of bits in a file offset, on hosts where this is settable. */ | |
1877 | #undef _FILE_OFFSET_BITS | |
1878 | ||
5e8754f9 SDJ |
1879 | /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct |
1880 | stat.st_size becomes 64-bit. */ | |
1881 | #undef _GL_WINDOWS_64_BIT_ST_SIZE | |
1882 | ||
2196f55f YQ |
1883 | /* Define for large files, on AIX-style hosts. */ |
1884 | #undef _LARGE_FILES | |
1885 | ||
c971b7fa PA |
1886 | /* Define to 1 if on MINIX. */ |
1887 | #undef _MINIX | |
1888 | ||
4a626d0a PA |
1889 | /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */ |
1890 | #undef _NETBSD_SOURCE | |
1891 | ||
c971b7fa | 1892 | /* The _Noreturn keyword of C11. */ |
40a73391 JK |
1893 | #if ! (defined _Noreturn \ |
1894 | || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) | |
c971b7fa PA |
1895 | # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ |
1896 | || 0x5110 <= __SUNPRO_C) | |
1897 | # define _Noreturn __attribute__ ((__noreturn__)) | |
1898 | # elif defined _MSC_VER && 1200 <= _MSC_VER | |
1899 | # define _Noreturn __declspec (noreturn) | |
1900 | # else | |
1901 | # define _Noreturn | |
1902 | # endif | |
1903 | #endif | |
1904 | ||
1905 | ||
1906 | /* Define to 2 if the system does not provide POSIX.1 features except with | |
1907 | this defined. */ | |
1908 | #undef _POSIX_1_SOURCE | |
1909 | ||
725e2999 JB |
1910 | /* Define to 1 in order to get the POSIX compatible declarations of socket |
1911 | functions. */ | |
1912 | #undef _POSIX_PII_SOCKET | |
1913 | ||
c971b7fa PA |
1914 | /* Define to 1 if you need to in order for 'stat' and other things to work. */ |
1915 | #undef _POSIX_SOURCE | |
1916 | ||
49e4877c PA |
1917 | /* Define to 1 if the system <stdint.h> predates C++11. */ |
1918 | #undef __STDC_CONSTANT_MACROS | |
1919 | ||
1920 | /* Define to 1 if the system <stdint.h> predates C++11. */ | |
1921 | #undef __STDC_LIMIT_MACROS | |
1922 | ||
4a626d0a PA |
1923 | /* Please see the Gnulib manual for how to use these macros. |
1924 | ||
1925 | Suppress extern inline with HP-UX cc, as it appears to be broken; see | |
5e8754f9 | 1926 | <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>. |
4a626d0a PA |
1927 | |
1928 | Suppress extern inline with Sun C in standards-conformance mode, as it | |
1929 | mishandles inline functions that call each other. E.g., for 'inline void f | |
1930 | (void) { } inline void g (void) { f (); }', c99 incorrectly complains | |
1931 | 'reference to static identifier "f" in extern inline function'. | |
1932 | This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16. | |
1933 | ||
1934 | Suppress extern inline (with or without __attribute__ ((__gnu_inline__))) | |
1935 | on configurations that mistakenly use 'static inline' to implement | |
1936 | functions or macros in standard C headers like <ctype.h>. For example, | |
1937 | if isdigit is mistakenly implemented via a static inline function, | |
1938 | a program containing an extern inline function that calls isdigit | |
1939 | may not work since the C standard prohibits extern inline functions | |
5e8754f9 | 1940 | from calling static functions. This bug is known to occur on: |
4a626d0a PA |
1941 | |
1942 | OS X 10.8 and earlier; see: | |
5e8754f9 | 1943 | http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html |
4a626d0a PA |
1944 | |
1945 | DragonFly; see | |
1946 | http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log | |
1947 | ||
1948 | FreeBSD; see: | |
5e8754f9 | 1949 | http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html |
4a626d0a PA |
1950 | |
1951 | OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and | |
5e8754f9 SDJ |
1952 | for clang but remains for g++; see <http://trac.macports.org/ticket/41033>. |
1953 | Assume DragonFly and FreeBSD will be similar. */ | |
4a626d0a PA |
1954 | #if (((defined __APPLE__ && defined __MACH__) \ |
1955 | || defined __DragonFly__ || defined __FreeBSD__) \ | |
1956 | && (defined __header_inline \ | |
1957 | ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \ | |
1958 | && ! defined __clang__) \ | |
1959 | : ((! defined _DONT_USE_CTYPE_INLINE_ \ | |
1960 | && (defined __GNUC__ || defined __cplusplus)) \ | |
1961 | || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \ | |
1962 | && defined __GNUC__ && ! defined __cplusplus)))) | |
1963 | # define _GL_EXTERN_INLINE_STDHEADER_BUG | |
c971b7fa | 1964 | #endif |
a512b375 JB |
1965 | #if ((__GNUC__ \ |
1966 | ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \ | |
4a626d0a PA |
1967 | : (199901L <= __STDC_VERSION__ \ |
1968 | && !defined __HP_cc \ | |
49e4877c | 1969 | && !defined __PGI \ |
4a626d0a PA |
1970 | && !(defined __SUNPRO_C && __STDC__))) \ |
1971 | && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) | |
a512b375 JB |
1972 | # define _GL_INLINE inline |
1973 | # define _GL_EXTERN_INLINE extern inline | |
4a626d0a PA |
1974 | # define _GL_EXTERN_INLINE_IN_USE |
1975 | #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \ | |
1976 | && !defined _GL_EXTERN_INLINE_STDHEADER_BUG) | |
1977 | # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__ | |
a512b375 JB |
1978 | /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */ |
1979 | # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) | |
1980 | # else | |
1981 | # define _GL_INLINE extern inline | |
1982 | # endif | |
1983 | # define _GL_EXTERN_INLINE extern | |
4a626d0a | 1984 | # define _GL_EXTERN_INLINE_IN_USE |
a512b375 JB |
1985 | #else |
1986 | # define _GL_INLINE static _GL_UNUSED | |
1987 | # define _GL_EXTERN_INLINE static _GL_UNUSED | |
1988 | #endif | |
8690e634 | 1989 | |
4a626d0a PA |
1990 | /* In GCC 4.6 (inclusive) to 5.1 (exclusive), |
1991 | suppress bogus "no previous prototype for 'FOO'" | |
1992 | and "no previous declaration for 'FOO'" diagnostics, | |
1993 | when FOO is an inline function in the header; see | |
1994 | <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and | |
1995 | <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */ | |
1996 | #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__ | |
a512b375 JB |
1997 | # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ |
1998 | # define _GL_INLINE_HEADER_CONST_PRAGMA | |
1999 | # else | |
2000 | # define _GL_INLINE_HEADER_CONST_PRAGMA \ | |
2001 | _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"") | |
2002 | # endif | |
2003 | # define _GL_INLINE_HEADER_BEGIN \ | |
2004 | _Pragma ("GCC diagnostic push") \ | |
2005 | _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \ | |
2006 | _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \ | |
2007 | _GL_INLINE_HEADER_CONST_PRAGMA | |
2008 | # define _GL_INLINE_HEADER_END \ | |
2009 | _Pragma ("GCC diagnostic pop") | |
2010 | #else | |
2011 | # define _GL_INLINE_HEADER_BEGIN | |
2012 | # define _GL_INLINE_HEADER_END | |
8690e634 JK |
2013 | #endif |
2014 | ||
5e8754f9 SDJ |
2015 | /* Define to a replacement function name for fnmatch(). */ |
2016 | #undef fnmatch | |
2017 | ||
0750520d PA |
2018 | /* Define to `int' if <sys/types.h> doesn't define. */ |
2019 | #undef gid_t | |
2020 | ||
c971b7fa PA |
2021 | /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports |
2022 | the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of | |
2023 | earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. | |
40a73391 | 2024 | __APPLE__ && __MACH__ test for Mac OS X. |
c971b7fa PA |
2025 | __APPLE_CC__ tests for the Apple compiler and its version. |
2026 | __STDC_VERSION__ tests for the C99 mode. */ | |
2027 | #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ | |
2028 | # define __GNUC_STDC_INLINE__ 1 | |
2029 | #endif | |
2030 | ||
8690e634 JK |
2031 | /* Define to a type if <wchar.h> does not define. */ |
2032 | #undef mbstate_t | |
2033 | ||
8839a007 PA |
2034 | /* Define to `int' if <sys/types.h> does not define. */ |
2035 | #undef mode_t | |
2036 | ||
09607c9e TT |
2037 | /* Define to the type of st_nlink in struct stat, or a supertype. */ |
2038 | #undef nlink_t | |
2039 | ||
8839a007 PA |
2040 | /* Define to `int' if <sys/types.h> does not define. */ |
2041 | #undef pid_t | |
2042 | ||
c971b7fa PA |
2043 | /* Define to the equivalent of the C99 'restrict' keyword, or to |
2044 | nothing if this is not supported. Do not define if restrict is | |
2045 | supported directly. */ | |
2046 | #undef restrict | |
2047 | /* Work around a bug in Sun C++: it does not support _Restrict or | |
2048 | __restrict__, even though the corresponding Sun C compiler ends up with | |
2049 | "#define restrict _Restrict" or "#define restrict __restrict__" in the | |
2050 | previous line. Perhaps some future version of Sun C++ will work with | |
2051 | restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ | |
2052 | #if defined __SUNPRO_CC && !defined __RESTRICT | |
2053 | # define _Restrict | |
2054 | # define __restrict__ | |
2055 | #endif | |
2056 | ||
d0ac1c44 SM |
2057 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
2058 | #undef size_t | |
2059 | ||
725e2999 JB |
2060 | /* type to use in place of socklen_t if not defined */ |
2061 | #undef socklen_t | |
2062 | ||
8839a007 PA |
2063 | /* Define as a signed type of the same size as size_t. */ |
2064 | #undef ssize_t | |
2065 | ||
0750520d PA |
2066 | /* Define to `int' if <sys/types.h> doesn't define. */ |
2067 | #undef uid_t | |
2068 | ||
c971b7fa PA |
2069 | /* Define as a marker that can be attached to declarations that might not |
2070 | be used. This helps to reduce warnings, such as from | |
2071 | GCC -Wunused-parameter. */ | |
2072 | #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) | |
2073 | # define _GL_UNUSED __attribute__ ((__unused__)) | |
2074 | #else | |
2075 | # define _GL_UNUSED | |
2076 | #endif | |
2077 | /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name | |
2078 | is a misnomer outside of parameter lists. */ | |
2079 | #define _UNUSED_PARAMETER_ _GL_UNUSED | |
2080 | ||
4a626d0a PA |
2081 | /* gcc supports the "unused" attribute on possibly unused labels, and |
2082 | g++ has since version 4.5. Note to support C++ as well as C, | |
2083 | _GL_UNUSED_LABEL should be used with a trailing ; */ | |
2084 | #if !defined __cplusplus || __GNUC__ > 4 \ | |
2085 | || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) | |
2086 | # define _GL_UNUSED_LABEL _GL_UNUSED | |
2087 | #else | |
2088 | # define _GL_UNUSED_LABEL | |
2089 | #endif | |
2090 | ||
c971b7fa PA |
2091 | /* The __pure__ attribute was added in gcc 2.96. */ |
2092 | #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) | |
2093 | # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) | |
2094 | #else | |
2095 | # define _GL_ATTRIBUTE_PURE /* empty */ | |
2096 | #endif | |
2097 | ||
2098 | /* The __const__ attribute was added in gcc 2.95. */ | |
2099 | #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) | |
2100 | # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) | |
2101 | #else | |
2102 | # define _GL_ATTRIBUTE_CONST /* empty */ | |
2103 | #endif | |
2104 |