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