1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/*
4
5Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6  2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
7  2018, 2019 Free Software Foundation, Inc.
8
9This file is part of GUILE
10
11GUILE is free software; you can redistribute it and/or modify it under
12the terms of the GNU Lesser General Public License as published by the
13Free Software Foundation; either version 3, or (at your option) any
14later version.
15
16GUILE is distributed in the hope that it will be useful, but WITHOUT
17ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
19License for more details.
20
21You should have received a copy of the GNU Lesser General Public
22License along with GUILE; see the file COPYING.LESSER.  If not, write
23to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
24Floor, Boston, MA 02110-1301, USA.
25
26*/
27
28/* Define if building universal (internal helper macro) */
29#undef AC_APPLE_UNIVERSAL_BUILD
30
31/* Define to the number of bits in type 'ptrdiff_t'. */
32#undef BITSIZEOF_PTRDIFF_T
33
34/* Define to the number of bits in type 'sig_atomic_t'. */
35#undef BITSIZEOF_SIG_ATOMIC_T
36
37/* Define to the number of bits in type 'size_t'. */
38#undef BITSIZEOF_SIZE_T
39
40/* Define to the number of bits in type 'wchar_t'. */
41#undef BITSIZEOF_WCHAR_T
42
43/* Define to the number of bits in type 'wint_t'. */
44#undef BITSIZEOF_WINT_T
45
46/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
47   systems. This function is required for `alloca.c' support on those systems.
48   */
49#undef CRAY_STACKSEG_END
50
51/* Define to 1 if using `alloca.c'. */
52#undef C_ALLOCA
53
54/* Define to 1 if the C locale may have encoding errors. */
55#undef C_LOCALE_MAYBE_EILSEQ
56
57/* Define as the bit index in the word where to find bit 0 of the exponent of
58   'double'. */
59#undef DBL_EXPBIT0_BIT
60
61/* Define as the word index where to find the exponent of 'double'. */
62#undef DBL_EXPBIT0_WORD
63
64/* Define as the bit index in the word where to find the sign of 'double'. */
65#undef DBL_SIGNBIT_BIT
66
67/* Define as the word index where to find the sign of 'double'. */
68#undef DBL_SIGNBIT_WORD
69
70/* the name of the file descriptor member of DIR */
71#undef DIR_FD_MEMBER_NAME
72
73#ifdef DIR_FD_MEMBER_NAME
74# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
75#else
76# define DIR_TO_FD(Dir_p) -1
77#endif
78
79
80/* Define to 1 if // is a file system root distinct from /. */
81#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
82
83/* Define to 1 if translation of program messages to the user's native
84   language is requested. */
85#undef ENABLE_NLS
86
87/* Define when regex support is enabled. */
88#undef ENABLE_REGEX
89
90/* Define to nothing if C supports flexible array members, and to 1 if it does
91   not. That way, with a declaration like 'struct s { int n; double
92   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
93   compilers. When computing the size of such an object, don't use 'sizeof
94   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
95   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
96   MSVC and with C++ compilers. */
97#undef FLEXIBLE_ARRAY_MEMBER
98
99/* Define as the bit index in the word where to find bit 0 of the exponent of
100   'float'. */
101#undef FLT_EXPBIT0_BIT
102
103/* Define as the word index where to find the exponent of 'float'. */
104#undef FLT_EXPBIT0_WORD
105
106/* Define as the bit index in the word where to find the sign of 'float'. */
107#undef FLT_SIGNBIT_BIT
108
109/* Define as the word index where to find the sign of 'float'. */
110#undef FLT_SIGNBIT_WORD
111
112/* Define to 1 if mkdir mistakenly creates a directory given with a trailing
113   dot component. */
114#undef FUNC_MKDIR_DOT_BUG
115
116/* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
117#undef FUNC_NL_LANGINFO_YESEXPR_WORKS
118
119/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
120   and handles trailing slash correctly. */
121#undef FUNC_REALPATH_WORKS
122
123/* Define to the type of elements in the array set by `getgroups'. Usually
124   this is either `int' or `gid_t'. */
125#undef GETGROUPS_T
126
127/* Define if gettimeofday clobbers the localtime buffer. */
128#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
129
130/* Define this to 'void' or 'struct timezone' to match the system's
131   declaration of the second argument to gettimeofday. */
132#undef GETTIMEOFDAY_TIMEZONE
133
134/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
135   whether the gnulib module canonicalize-lgpl shall be considered present. */
136#undef GNULIB_CANONICALIZE_LGPL
137
138/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
139   whether the gnulib module fscanf shall be considered present. */
140#undef GNULIB_FSCANF
141
142/* Define to allow Gnulib modules to use Guile's locks. */
143#undef GNULIB_LOCK
144
145/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
146   whether the gnulib module malloc-gnu shall be considered present. */
147#undef GNULIB_MALLOC_GNU
148
149/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
150   whether the gnulib module mkostemp shall be considered present. */
151#undef GNULIB_MKOSTEMP
152
153/* Define to 1 if printf and friends should be labeled with attribute
154   "__gnu_printf__" instead of "__printf__" */
155#undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
156
157/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
158   whether the gnulib module scanf shall be considered present. */
159#undef GNULIB_SCANF
160
161/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
162   whether the gnulib module snprintf shall be considered present. */
163#undef GNULIB_SNPRINTF
164
165/* Define to 1 when the gnulib module accept should be tested. */
166#undef GNULIB_TEST_ACCEPT
167
168/* Define to 1 when the gnulib module accept4 should be tested. */
169#undef GNULIB_TEST_ACCEPT4
170
171/* Define to 1 when the gnulib module bind should be tested. */
172#undef GNULIB_TEST_BIND
173
174/* Define to 1 when the gnulib module btowc should be tested. */
175#undef GNULIB_TEST_BTOWC
176
177/* Define to 1 when the gnulib module canonicalize_file_name should be tested.
178   */
179#undef GNULIB_TEST_CANONICALIZE_FILE_NAME
180
181/* Define to 1 when the gnulib module ceil should be tested. */
182#undef GNULIB_TEST_CEIL
183
184/* Define to 1 when the gnulib module chdir should be tested. */
185#undef GNULIB_TEST_CHDIR
186
187/* Define to 1 when the gnulib module close should be tested. */
188#undef GNULIB_TEST_CLOSE
189
190/* Define to 1 when the gnulib module connect should be tested. */
191#undef GNULIB_TEST_CONNECT
192
193/* Define to 1 when the gnulib module copysign should be tested. */
194#undef GNULIB_TEST_COPYSIGN
195
196/* Define to 1 when the gnulib module dirfd should be tested. */
197#undef GNULIB_TEST_DIRFD
198
199/* Define to 1 when the gnulib module dup2 should be tested. */
200#undef GNULIB_TEST_DUP2
201
202/* Define to 1 when the gnulib module duplocale should be tested. */
203#undef GNULIB_TEST_DUPLOCALE
204
205/* Define to 1 when the gnulib module environ should be tested. */
206#undef GNULIB_TEST_ENVIRON
207
208/* Define to 1 when the gnulib module floor should be tested. */
209#undef GNULIB_TEST_FLOOR
210
211/* Define to 1 when the gnulib module frexp should be tested. */
212#undef GNULIB_TEST_FREXP
213
214/* Define to 1 when the gnulib module fstat should be tested. */
215#undef GNULIB_TEST_FSTAT
216
217/* Define to 1 when the gnulib module fsync should be tested. */
218#undef GNULIB_TEST_FSYNC
219
220/* Define to 1 when the gnulib module getaddrinfo should be tested. */
221#undef GNULIB_TEST_GETADDRINFO
222
223/* Define to 1 when the gnulib module getlogin should be tested. */
224#undef GNULIB_TEST_GETLOGIN
225
226/* Define to 1 when the gnulib module getpeername should be tested. */
227#undef GNULIB_TEST_GETPEERNAME
228
229/* Define to 1 when the gnulib module getsockname should be tested. */
230#undef GNULIB_TEST_GETSOCKNAME
231
232/* Define to 1 when the gnulib module getsockopt should be tested. */
233#undef GNULIB_TEST_GETSOCKOPT
234
235/* Define to 1 when the gnulib module gettimeofday should be tested. */
236#undef GNULIB_TEST_GETTIMEOFDAY
237
238/* Define to 1 when the gnulib module isfinite should be tested. */
239#undef GNULIB_TEST_ISFINITE
240
241/* Define to 1 when the gnulib module isinf should be tested. */
242#undef GNULIB_TEST_ISINF
243
244/* Define to 1 when the gnulib module isnan should be tested. */
245#undef GNULIB_TEST_ISNAN
246
247/* Define to 1 when the gnulib module isnand should be tested. */
248#undef GNULIB_TEST_ISNAND
249
250/* Define to 1 when the gnulib module isnanf should be tested. */
251#undef GNULIB_TEST_ISNANF
252
253/* Define to 1 when the gnulib module isnanl should be tested. */
254#undef GNULIB_TEST_ISNANL
255
256/* Define to 1 when the gnulib module link should be tested. */
257#undef GNULIB_TEST_LINK
258
259/* Define to 1 when the gnulib module listen should be tested. */
260#undef GNULIB_TEST_LISTEN
261
262/* Define to 1 when the gnulib module localeconv should be tested. */
263#undef GNULIB_TEST_LOCALECONV
264
265/* Define to 1 when the gnulib module log should be tested. */
266#undef GNULIB_TEST_LOG
267
268/* Define to 1 when the gnulib module log1p should be tested. */
269#undef GNULIB_TEST_LOG1P
270
271/* Define to 1 when the gnulib module lstat should be tested. */
272#undef GNULIB_TEST_LSTAT
273
274/* Define to 1 when the gnulib module malloc-posix should be tested. */
275#undef GNULIB_TEST_MALLOC_POSIX
276
277/* Define to 1 when the gnulib module mbrtowc should be tested. */
278#undef GNULIB_TEST_MBRTOWC
279
280/* Define to 1 when the gnulib module mbsinit should be tested. */
281#undef GNULIB_TEST_MBSINIT
282
283/* Define to 1 when the gnulib module mbtowc should be tested. */
284#undef GNULIB_TEST_MBTOWC
285
286/* Define to 1 when the gnulib module memchr should be tested. */
287#undef GNULIB_TEST_MEMCHR
288
289/* Define to 1 when the gnulib module mkostemp should be tested. */
290#undef GNULIB_TEST_MKOSTEMP
291
292/* Define to 1 when the gnulib module mktime should be tested. */
293#undef GNULIB_TEST_MKTIME
294
295/* Define to 1 when the gnulib module nl_langinfo should be tested. */
296#undef GNULIB_TEST_NL_LANGINFO
297
298/* Define to 1 when the gnulib module open should be tested. */
299#undef GNULIB_TEST_OPEN
300
301/* Define to 1 when the gnulib module pipe should be tested. */
302#undef GNULIB_TEST_PIPE
303
304/* Define to 1 when the gnulib module pipe2 should be tested. */
305#undef GNULIB_TEST_PIPE2
306
307/* Define to 1 when the gnulib module poll should be tested. */
308#undef GNULIB_TEST_POLL
309
310/* Define to 1 when the gnulib module putenv should be tested. */
311#undef GNULIB_TEST_PUTENV
312
313/* Define to 1 when the gnulib module raise should be tested. */
314#undef GNULIB_TEST_RAISE
315
316/* Define to 1 when the gnulib module read should be tested. */
317#undef GNULIB_TEST_READ
318
319/* Define to 1 when the gnulib module readlink should be tested. */
320#undef GNULIB_TEST_READLINK
321
322/* Define to 1 when the gnulib module realpath should be tested. */
323#undef GNULIB_TEST_REALPATH
324
325/* Define to 1 when the gnulib module recv should be tested. */
326#undef GNULIB_TEST_RECV
327
328/* Define to 1 when the gnulib module recvfrom should be tested. */
329#undef GNULIB_TEST_RECVFROM
330
331/* Define to 1 when the gnulib module rename should be tested. */
332#undef GNULIB_TEST_RENAME
333
334/* Define to 1 when the gnulib module rmdir should be tested. */
335#undef GNULIB_TEST_RMDIR
336
337/* Define to 1 when the gnulib module round should be tested. */
338#undef GNULIB_TEST_ROUND
339
340/* Define to 1 when the gnulib module secure_getenv should be tested. */
341#undef GNULIB_TEST_SECURE_GETENV
342
343/* Define to 1 when the gnulib module select should be tested. */
344#undef GNULIB_TEST_SELECT
345
346/* Define to 1 when the gnulib module send should be tested. */
347#undef GNULIB_TEST_SEND
348
349/* Define to 1 when the gnulib module sendto should be tested. */
350#undef GNULIB_TEST_SENDTO
351
352/* Define to 1 when the gnulib module setenv should be tested. */
353#undef GNULIB_TEST_SETENV
354
355/* Define to 1 when the gnulib module setsockopt should be tested. */
356#undef GNULIB_TEST_SETSOCKOPT
357
358/* Define to 1 when the gnulib module shutdown should be tested. */
359#undef GNULIB_TEST_SHUTDOWN
360
361/* Define to 1 when the gnulib module signbit should be tested. */
362#undef GNULIB_TEST_SIGNBIT
363
364/* Define to 1 when the gnulib module snprintf should be tested. */
365#undef GNULIB_TEST_SNPRINTF
366
367/* Define to 1 when the gnulib module socket should be tested. */
368#undef GNULIB_TEST_SOCKET
369
370/* Define to 1 when the gnulib module stat should be tested. */
371#undef GNULIB_TEST_STAT
372
373/* Define to 1 when the gnulib module strdup should be tested. */
374#undef GNULIB_TEST_STRDUP
375
376/* Define to 1 when the gnulib module timegm should be tested. */
377#undef GNULIB_TEST_TIMEGM
378
379/* Define to 1 when the gnulib module time_r should be tested. */
380#undef GNULIB_TEST_TIME_R
381
382/* Define to 1 when the gnulib module time_rz should be tested. */
383#undef GNULIB_TEST_TIME_RZ
384
385/* Define to 1 when the gnulib module trunc should be tested. */
386#undef GNULIB_TEST_TRUNC
387
388/* Define to 1 when the gnulib module unsetenv should be tested. */
389#undef GNULIB_TEST_UNSETENV
390
391/* Define to 1 when the gnulib module vsnprintf should be tested. */
392#undef GNULIB_TEST_VSNPRINTF
393
394/* Define to 1 when the gnulib module wcrtomb should be tested. */
395#undef GNULIB_TEST_WCRTOMB
396
397/* Define to 1 when the gnulib module write should be tested. */
398#undef GNULIB_TEST_WRITE
399
400/* Define this if you want to debug scm_must_malloc/realloc/free calls. */
401#undef GUILE_DEBUG_MALLOC
402
403/* The imaginary unit (positive square root of -1). */
404#undef GUILE_I
405
406/* Define to 1 in order to try to use "64" versions of system and library
407   calls. */
408#undef GUILE_USE_64_CALLS
409
410/* Define to 1 if you have the `accept4' function. */
411#undef HAVE_ACCEPT4
412
413/* Define to 1 if you have the `acosh' function. */
414#undef HAVE_ACOSH
415
416/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
417   may be supplied by this distribution. */
418#undef HAVE_ALLOCA
419
420/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
421   */
422#undef HAVE_ALLOCA_H
423
424/* Define to 1 if you have the <arpa/inet.h> header file. */
425#undef HAVE_ARPA_INET_H
426
427/* Define to 1 if you have the `asinh' function. */
428#undef HAVE_ASINH
429
430/* Define to 1 if you have the <assert.h> header file. */
431#undef HAVE_ASSERT_H
432
433/* Define to 1 if you have the `atanh' function. */
434#undef HAVE_ATANH
435
436/* Define to 1 if you have the `atexit' function. */
437#undef HAVE_ATEXIT
438
439/* Define to 1 if you have the `bcopy' function. */
440#undef HAVE_BCOPY
441
442/* Define to 1 if you have the <bp-sym.h> header file. */
443#undef HAVE_BP_SYM_H
444
445/* Define to 1 if you have the `btowc' function. */
446#undef HAVE_BTOWC
447
448/* Define to 1 if you have the <byteswap.h> header file. */
449#undef HAVE_BYTESWAP_H
450
451/* Define to 1 if you have the `canonicalize_file_name' function. */
452#undef HAVE_CANONICALIZE_FILE_NAME
453
454/* Define to 1 if you have the `cexp' function. */
455#undef HAVE_CEXP
456
457/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
458   CoreFoundation framework. */
459#undef HAVE_CFLOCALECOPYCURRENT
460
461/* Define to 1 if you have the Mac OS X function
462   CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
463#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
464
465/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
466   the CoreFoundation framework. */
467#undef HAVE_CFPREFERENCESCOPYAPPVALUE
468
469/* Define to 1 if you have the `chown' function. */
470#undef HAVE_CHOWN
471
472/* Define to 1 if you have the `chroot' function. */
473#undef HAVE_CHROOT
474
475/* Define to 1 if you have the `chsize' function. */
476#undef HAVE_CHSIZE
477
478/* Define to 1 if you have the `clock_getcpuclockid' function. */
479#undef HAVE_CLOCK_GETCPUCLOCKID
480
481/* Define to 1 if you have the `clock_gettime' function. */
482#undef HAVE_CLOCK_GETTIME
483
484/* Define to 1 if you have the `clock_settime' function. */
485#undef HAVE_CLOCK_SETTIME
486
487/* Define to 1 if you have the `clog' function. */
488#undef HAVE_CLOG
489
490/* Define to 1 if you have the `clog10' function. */
491#undef HAVE_CLOG10
492
493/* Define to 1 if the system has the type `complex double'. */
494#undef HAVE_COMPLEX_DOUBLE
495
496/* Define to 1 if you have the <complex.h> header file. */
497#undef HAVE_COMPLEX_H
498
499/* Define to 1 if you have the `connect' function. */
500#undef HAVE_CONNECT
501
502/* Define to 1 if you have the `copysign' function. */
503#undef HAVE_COPYSIGN
504
505/* Define if the copysignf function is declared in <math.h> and available in
506   libc. */
507#undef HAVE_COPYSIGNF_IN_LIBC
508
509/* Define if the copysignl function is declared in <math.h> and available in
510   libc. */
511#undef HAVE_COPYSIGNL_IN_LIBC
512
513/* Define if the copysign function is declared in <math.h> and available in
514   libc. */
515#undef HAVE_COPYSIGN_IN_LIBC
516
517/* Define to 1 if you have the <crt_externs.h> header file. */
518#undef HAVE_CRT_EXTERNS_H
519
520/* Define to 1 if you have the `crypt' function. */
521#undef HAVE_CRYPT
522
523/* Define to 1 if you have the <crypt.h> header file. */
524#undef HAVE_CRYPT_H
525
526/* Define to 1 if you have the `ctermid' function. */
527#undef HAVE_CTERMID
528
529/* Define to 1 if you have the `cuserid' function. */
530#undef HAVE_CUSERID
531
532/* Define if the GNU dcgettext() function is already present or preinstalled.
533   */
534#undef HAVE_DCGETTEXT
535
536/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
537   */
538#undef HAVE_DECL_ALARM
539
540/* Define to 1 if you have the declaration of `copysign', and to 0 if you
541   don't. */
542#undef HAVE_DECL_COPYSIGN
543
544/* Define to 1 if you have the declaration of `copysignf', and to 0 if you
545   don't. */
546#undef HAVE_DECL_COPYSIGNF
547
548/* Define to 1 if you have the declaration of `copysignl', and to 0 if you
549   don't. */
550#undef HAVE_DECL_COPYSIGNL
551
552/* Define to 1 if you have the declaration of `cuserid', and to 0 if you
553   don't. */
554#undef HAVE_DECL_CUSERID
555
556/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
557   */
558#undef HAVE_DECL_DIRFD
559
560/* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
561   don't. */
562#undef HAVE_DECL_FREEADDRINFO
563
564/* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
565   don't. */
566#undef HAVE_DECL_GAI_STRERROR
567
568/* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you
569   don't. */
570#undef HAVE_DECL_GAI_STRERRORA
571
572/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
573   don't. */
574#undef HAVE_DECL_GETADDRINFO
575
576/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
577   don't. */
578#undef HAVE_DECL_GETC_UNLOCKED
579
580/* Define to 1 if you have the declaration of `getlogin', and to 0 if you
581   don't. */
582#undef HAVE_DECL_GETLOGIN
583
584/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
585   don't. */
586#undef HAVE_DECL_GETNAMEINFO
587
588/* Define to 1 if you have the declaration of `hstrerror', and to 0 if you
589   don't. */
590#undef HAVE_DECL_HSTRERROR
591
592/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
593   don't. */
594#undef HAVE_DECL_INET_NTOP
595
596/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
597   don't. */
598#undef HAVE_DECL_INET_PTON
599
600/* Define to 1 if you have the declaration of `isblank', and to 0 if you
601   don't. */
602#undef HAVE_DECL_ISBLANK
603
604/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
605   don't. */
606#undef HAVE_DECL_ISFINITE
607
608/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
609   */
610#undef HAVE_DECL_ISINF
611
612/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
613   don't. */
614#undef HAVE_DECL_LOCALTIME_R
615
616/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
617   don't. */
618#undef HAVE_DECL_MBRTOWC
619
620/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
621   don't. */
622#undef HAVE_DECL_MBSINIT
623
624/* Define to 1 if you have the declaration of `mpz_inits', and to 0 if you
625   don't. */
626#undef HAVE_DECL_MPZ_INITS
627
628/* Define to 1 if you have the declaration of `rl_catch_signals', and to 0 if
629   you don't. */
630#undef HAVE_DECL_RL_CATCH_SIGNALS
631
632/* Define to 1 if you have the declaration of `rl_catch_sigwinch', and to 0 if
633   you don't. */
634#undef HAVE_DECL_RL_CATCH_SIGWINCH
635
636/* Define to 1 if you have the declaration of `round', and to 0 if you don't.
637   */
638#undef HAVE_DECL_ROUND
639
640/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
641   */
642#undef HAVE_DECL_SETENV
643
644/* Define to 1 if you have the declaration of `sethostname', and to 0 if you
645   don't. */
646#undef HAVE_DECL_SETHOSTNAME
647
648/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
649   don't. */
650#undef HAVE_DECL_SNPRINTF
651
652/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
653   */
654#undef HAVE_DECL_STRDUP
655
656/* Define to 1 if you have the declaration of `strptime', and to 0 if you
657   don't. */
658#undef HAVE_DECL_STRPTIME
659
660/* Define to 1 if you have the declaration of `towlower', and to 0 if you
661   don't. */
662#undef HAVE_DECL_TOWLOWER
663
664/* Define to 1 if you have the declaration of `trunc', and to 0 if you don't.
665   */
666#undef HAVE_DECL_TRUNC
667
668/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
669   */
670#undef HAVE_DECL_TZNAME
671
672/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
673   don't. */
674#undef HAVE_DECL_UNSETENV
675
676/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
677   don't. */
678#undef HAVE_DECL_VSNPRINTF
679
680/* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
681   don't. */
682#undef HAVE_DECL_WCRTOMB
683
684/* Define to 1 if you have the declaration of `_NL_NUMERIC_GROUPING', and to 0
685   if you don't. */
686#undef HAVE_DECL__NL_NUMERIC_GROUPING
687
688/* Define to 1 if you have the declaration of `_putenv', and to 0 if you
689   don't. */
690#undef HAVE_DECL__PUTENV
691
692/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
693   don't. */
694#undef HAVE_DECL__SNPRINTF
695
696/* Define to 1 if you have the `DINFINITY' function. */
697#undef HAVE_DINFINITY
698
699/* Define to 1 if you have the <direct.h> header file. */
700#undef HAVE_DIRECT_H
701
702/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
703   */
704#undef HAVE_DIRENT_H
705
706/* Define to 1 if you have the `dirfd' function. */
707#undef HAVE_DIRFD
708
709/* Define to 1 if you have the <dlfcn.h> header file. */
710#undef HAVE_DLFCN_H
711
712/* Define to 1 if you have the `DQNAN' function. */
713#undef HAVE_DQNAN
714
715/* Define to 1 if you have the 'dup2' function. */
716#undef HAVE_DUP2
717
718/* Define to 1 if you have the `duplocale' function. */
719#undef HAVE_DUPLOCALE
720
721/* Define to 1 if you have the `endhostent' function. */
722#undef HAVE_ENDHOSTENT
723
724/* Define to 1 if you have the `endnetent' function. */
725#undef HAVE_ENDNETENT
726
727/* Define to 1 if you have the `endprotoent' function. */
728#undef HAVE_ENDPROTOENT
729
730/* Define to 1 if you have the `endservent' function. */
731#undef HAVE_ENDSERVENT
732
733/* Define if you have the declaration of environ. */
734#undef HAVE_ENVIRON_DECL
735
736/* Define to 1 if you have the `fchmod' function. */
737#undef HAVE_FCHMOD
738
739/* Define to 1 if you have the `fchown' function. */
740#undef HAVE_FCHOWN
741
742/* Define to 1 if you have the `fcntl' function. */
743#undef HAVE_FCNTL
744
745/* Define to 1 if you have the <features.h> header file. */
746#undef HAVE_FEATURES_H
747
748/* Define to 1 if you have the <fenv.h> header file. */
749#undef HAVE_FENV_H
750
751/* Define to 1 if you have the `fesetround' function. */
752#undef HAVE_FESETROUND
753
754/* Define to 1 if you have the `finite' function. */
755#undef HAVE_FINITE
756
757/* Define to 1 if you have the `flock' function. */
758#undef HAVE_FLOCK
759
760/* Define to 1 if you have the `fork' function. */
761#undef HAVE_FORK
762
763/* Define if the frexp() function is available and works. */
764#undef HAVE_FREXP
765
766/* Define to 1 if you have the `fsync' function. */
767#undef HAVE_FSYNC
768
769/* Define to 1 if you have the `ftime' function. */
770#undef HAVE_FTIME
771
772/* Define to 1 if you have the `ftruncate' function. */
773#undef HAVE_FTRUNCATE
774
775/* Define to 1 if you have the `GC_is_heap_ptr' function. */
776#undef HAVE_GC_IS_HEAP_PTR
777
778/* Define to 1 if you have the `GC_move_disappearing_link' function. */
779#undef HAVE_GC_MOVE_DISAPPEARING_LINK
780
781/* Define to 1 if you have the `GC_pthread_cancel' function. */
782#undef HAVE_GC_PTHREAD_CANCEL
783
784/* Define to 1 if you have the `GC_pthread_exit' function. */
785#undef HAVE_GC_PTHREAD_EXIT
786
787/* Define to 1 if you have the `GC_pthread_sigmask' function. */
788#undef HAVE_GC_PTHREAD_SIGMASK
789
790/* Define to 1 if you have the `getcwd' function. */
791#undef HAVE_GETCWD
792
793/* Define to 1 if you have the `getegid' function. */
794#undef HAVE_GETEGID
795
796/* Define to 1 if you have the `geteuid' function. */
797#undef HAVE_GETEUID
798
799/* Define to 1 if you have the `getgid' function. */
800#undef HAVE_GETGID
801
802/* Define to 1 if you have the `getgrent' function. */
803#undef HAVE_GETGRENT
804
805/* Define to 1 if you have the `getgroups' function. */
806#undef HAVE_GETGROUPS
807
808/* Define to 1 if you have the `gethostbyname' function. */
809#undef HAVE_GETHOSTBYNAME
810
811/* Define to 1 if you have the `gethostent' function. */
812#undef HAVE_GETHOSTENT
813
814/* Define to 1 if you have the `gethostname' function. */
815#undef HAVE_GETHOSTNAME
816
817/* Define to 1 if you have the `getitimer' function. */
818#undef HAVE_GETITIMER
819
820/* Define to 1 if you have the `getlogin' function. */
821#undef HAVE_GETLOGIN
822
823/* Define to 1 if you have the `getnetbyaddr' function. */
824#undef HAVE_GETNETBYADDR
825
826/* Define to 1 if you have the `getnetbyname' function. */
827#undef HAVE_GETNETBYNAME
828
829/* Define to 1 if you have the `getnetent' function. */
830#undef HAVE_GETNETENT
831
832/* Define to 1 if you have the `getpass' function. */
833#undef HAVE_GETPASS
834
835/* Define to 1 if you have the `getpgrp' function. */
836#undef HAVE_GETPGRP
837
838/* Define to 1 if you have the `getppid' function. */
839#undef HAVE_GETPPID
840
841/* Define to 1 if you have the `getpriority' function. */
842#undef HAVE_GETPRIORITY
843
844/* Define to 1 if you have the `getprotoent' function. */
845#undef HAVE_GETPROTOENT
846
847/* Define to 1 if you have the `getpwent' function. */
848#undef HAVE_GETPWENT
849
850/* Define to 1 if you have the `getrlimit' function. */
851#undef HAVE_GETRLIMIT
852
853/* Define to 1 if you have the `getservbyname' function. */
854#undef HAVE_GETSERVBYNAME
855
856/* Define to 1 if you have the `getservent' function. */
857#undef HAVE_GETSERVENT
858
859/* Define to 1 if you have the `getsid' function. */
860#undef HAVE_GETSID
861
862/* Define if the GNU gettext() function is already present or preinstalled. */
863#undef HAVE_GETTEXT
864
865/* Define to 1 if you have the `gettimeofday' function. */
866#undef HAVE_GETTIMEOFDAY
867
868/* Define to 1 if you have the `getuid' function. */
869#undef HAVE_GETUID
870
871/* Define to 1 if you have the `gmtime_r' function. */
872#undef HAVE_GMTIME_R
873
874/* Define to 1 if you have the <grp.h> header file. */
875#undef HAVE_GRP_H
876
877/* Define to 1 if you have the `hstrerror' function. */
878#undef HAVE_HSTRERROR
879
880/* Define if h_errno is declared in netdb.h. */
881#undef HAVE_H_ERRNO
882
883/* Define if you have the iconv() function and it works. */
884#undef HAVE_ICONV
885
886/* Define to 1 if you have the <iconv.h> header file. */
887#undef HAVE_ICONV_H
888
889/* Define to 1 if you have the `index' function. */
890#undef HAVE_INDEX
891
892/* Define to 1 if you have the `inet_lnaof' function. */
893#undef HAVE_INET_LNAOF
894
895/* Define to 1 if you have the `inet_makeaddr' function. */
896#undef HAVE_INET_MAKEADDR
897
898/* Define to 1 if you have the `inet_netof' function. */
899#undef HAVE_INET_NETOF
900
901/* Define to 1 if you have the `inet_ntop' function. */
902#undef HAVE_INET_NTOP
903
904/* Define to 1 if you have the `inet_pton' function. */
905#undef HAVE_INET_PTON
906
907/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
908#undef HAVE_INTMAX_T
909
910/* Define to 1 if you have the <inttypes.h> header file. */
911#undef HAVE_INTTYPES_H
912
913/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
914   declares uintmax_t. */
915#undef HAVE_INTTYPES_H_WITH_UINTMAX
916
917/* Define to 1 if you have the `ioctl' function. */
918#undef HAVE_IOCTL
919
920/* Define to 1 if you have the <io.h> header file. */
921#undef HAVE_IO_H
922
923/* Define to 1 if <sys/socket.h> defines AF_INET. */
924#undef HAVE_IPV4
925
926/* Define if you want support for IPv6. */
927#undef HAVE_IPV6
928
929/* Define to 1 if you have the `isblank' function. */
930#undef HAVE_ISBLANK
931
932/* Define to 1 if you have the `isinf' macro or function. */
933#undef HAVE_ISINF
934
935/* Define to 1 if you have the `isnan' macro or function. */
936#undef HAVE_ISNAN
937
938/* Define if the isnan(double) function is available in libc. */
939#undef HAVE_ISNAND_IN_LIBC
940
941/* Define if the isnan(float) function is available in libc. */
942#undef HAVE_ISNANF_IN_LIBC
943
944/* Define if the isnan(long double) function is available in libc. */
945#undef HAVE_ISNANL_IN_LIBC
946
947/* Define to 1 if you have the `issetugid' function. */
948#undef HAVE_ISSETUGID
949
950/* Define to 1 if you have the `iswcntrl' function. */
951#undef HAVE_ISWCNTRL
952
953/* Define to 1 if you have the `iswctype' function. */
954#undef HAVE_ISWCTYPE
955
956/* Define to 1 if you have the `kill' function. */
957#undef HAVE_KILL
958
959/* Define if compiler supports gcc's "labels as values" (aka computed goto)
960   feature, used to speed up instruction dispatch in the interpreter. */
961#undef HAVE_LABELS_AS_VALUES
962
963/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
964#undef HAVE_LANGINFO_CODESET
965
966/* Define to 1 if you have the <langinfo.h> header file. */
967#undef HAVE_LANGINFO_H
968
969/* Define to 1 if you have the <libc.h> header file. */
970#undef HAVE_LIBC_H
971
972/* Define if you have the __libc_stack_end variable. */
973#undef HAVE_LIBC_STACK_END
974
975/* Define if you have the libgmp library. */
976#undef HAVE_LIBGMP
977
978/* Define to 1 if you have the <libintl.h> header file. */
979#undef HAVE_LIBINTL_H
980
981/* Define if you have the libltdl library. */
982#undef HAVE_LIBLTDL
983
984/* Define to 1 if you have the `nsl' library (-lnsl). */
985#undef HAVE_LIBNSL
986
987/* Define to 1 if you have the `socket' library (-lsocket). */
988#undef HAVE_LIBSOCKET
989
990/* Define to 1 if you have the `uca' library (-luca). */
991#undef HAVE_LIBUCA
992
993/* Define if you have the libunistring library. */
994#undef HAVE_LIBUNISTRING
995
996/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
997#undef HAVE_LIBWS2_32
998
999/* Define to 1 if you have the <limits.h> header file. */
1000#undef HAVE_LIMITS_H
1001
1002/* Define to 1 if you have the `link' function. */
1003#undef HAVE_LINK
1004
1005/* Define to 1 if you have the `localtime_r' function. */
1006#undef HAVE_LOCALTIME_R
1007
1008/* Define to 1 if you have the `log1p' function. */
1009#undef HAVE_LOG1P
1010
1011/* Define to 1 if the system has the type 'long long int'. */
1012#undef HAVE_LONG_LONG_INT
1013
1014/* Define to 1 if you have the `lstat' function. */
1015#undef HAVE_LSTAT
1016
1017/* Define to 1 if you have the <machine/fpu.h> header file. */
1018#undef HAVE_MACHINE_FPU_H
1019
1020/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
1021   to 0 otherwise. */
1022#undef HAVE_MALLOC_GNU
1023
1024/* Define to 1 if you have the <malloc.h> header file. */
1025#undef HAVE_MALLOC_H
1026
1027/* Define if the 'malloc' function is POSIX compliant. */
1028#undef HAVE_MALLOC_POSIX
1029
1030/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
1031   config.h and <sys/mman.h>. */
1032#undef HAVE_MAP_ANONYMOUS
1033
1034/* Define to 1 if you have the <math.h> header file. */
1035#undef HAVE_MATH_H
1036
1037/* Define to 1 if you have the `mbrtowc' function. */
1038#undef HAVE_MBRTOWC
1039
1040/* Define to 1 if you have the `mbsinit' function. */
1041#undef HAVE_MBSINIT
1042
1043/* Define to 1 if <wchar.h> declares mbstate_t. */
1044#undef HAVE_MBSTATE_T
1045
1046/* Define to 1 if you have the `memcpy' function. */
1047#undef HAVE_MEMCPY
1048
1049/* Define to 1 if you have the `memmove' function. */
1050#undef HAVE_MEMMOVE
1051
1052/* Define to 1 if you have the <memory.h> header file. */
1053#undef HAVE_MEMORY_H
1054
1055/* Define to 1 if you have the `mkdir' function. */
1056#undef HAVE_MKDIR
1057
1058/* Define to 1 if you have the `mknod' function. */
1059#undef HAVE_MKNOD
1060
1061/* Define to 1 if you have the `mkostemp' function. */
1062#undef HAVE_MKOSTEMP
1063
1064/* Define this if you want support for dynamically loaded modules in Guile. */
1065#undef HAVE_MODULES
1066
1067/* Define to 1 if you have the `mprotect' function. */
1068#undef HAVE_MPROTECT
1069
1070/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
1071   concept. */
1072#undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
1073
1074/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
1075#undef HAVE_NDIR_H
1076
1077/* Define to 1 if you have the <netdb.h> header file. */
1078#undef HAVE_NETDB_H
1079
1080/* Define to 1 if you have the <netinet/in.h> header file. */
1081#undef HAVE_NETINET_IN_H
1082
1083/* Define this if you want support for networking in Guile. */
1084#undef HAVE_NETWORKING
1085
1086/* Define to 1 if you have the `newlocale' function. */
1087#undef HAVE_NEWLOCALE
1088
1089/* Define to 1 if you have the `nice' function. */
1090#undef HAVE_NICE
1091
1092/* Define to 1 if you have the `nl_langinfo' function. */
1093#undef HAVE_NL_LANGINFO
1094
1095/* Define to 1 if you have the `on_exit' function. */
1096#undef HAVE_ON_EXIT
1097
1098/* Define to 1 if you have the `pause' function. */
1099#undef HAVE_PAUSE
1100
1101/* Define to 1 if you have the `pipe' function. */
1102#undef HAVE_PIPE
1103
1104/* Define to 1 if you have the `pipe2' function. */
1105#undef HAVE_PIPE2
1106
1107/* Define to 1 if you have the 'poll' function and it works. */
1108#undef HAVE_POLL
1109
1110/* Define to 1 if you have the <poll.h> header file. */
1111#undef HAVE_POLL_H
1112
1113/* Define this if you want support for non-essential POSIX system calls in
1114   Guile. */
1115#undef HAVE_POSIX
1116
1117/* Define to 1 if you have the <process.h> header file. */
1118#undef HAVE_PROCESS_H
1119
1120/* Define to 1 if you have the `pstat_getdynamic' function. */
1121#undef HAVE_PSTAT_GETDYNAMIC
1122
1123/* Define if you have POSIX threads libraries and header files. */
1124#undef HAVE_PTHREAD
1125
1126/* Define to 1 if you have the `pthread_attr_getstack' function. */
1127#undef HAVE_PTHREAD_ATTR_GETSTACK
1128
1129/* Define to 1 if you have the `pthread_attr_get_np' function. */
1130#undef HAVE_PTHREAD_ATTR_GET_NP
1131
1132/* Define to 1 if you have the `pthread_cancel' function. */
1133#undef HAVE_PTHREAD_CANCEL
1134
1135/* Define to 1 if you have the `pthread_getattr_np' function. */
1136#undef HAVE_PTHREAD_GETATTR_NP
1137
1138/* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
1139#undef HAVE_PTHREAD_GET_STACKADDR_NP
1140
1141/* Define to 1 if you have the <pthread.h> header file. */
1142#undef HAVE_PTHREAD_H
1143
1144/* Define to 1 if you have the <pthread_np.h> header file. */
1145#undef HAVE_PTHREAD_NP_H
1146
1147/* Define to 1 if you have the `pthread_sigmask' function. */
1148#undef HAVE_PTHREAD_SIGMASK
1149
1150/* Define to 1 if you have the <pwd.h> header file. */
1151#undef HAVE_PWD_H
1152
1153/* Define to 1 if you have the `raise' function. */
1154#undef HAVE_RAISE
1155
1156/* Define to 1 if accept is declared even after undefining macros. */
1157#undef HAVE_RAW_DECL_ACCEPT
1158
1159/* Define to 1 if accept4 is declared even after undefining macros. */
1160#undef HAVE_RAW_DECL_ACCEPT4
1161
1162/* Define to 1 if acosf is declared even after undefining macros. */
1163#undef HAVE_RAW_DECL_ACOSF
1164
1165/* Define to 1 if acosl is declared even after undefining macros. */
1166#undef HAVE_RAW_DECL_ACOSL
1167
1168/* Define to 1 if alphasort is declared even after undefining macros. */
1169#undef HAVE_RAW_DECL_ALPHASORT
1170
1171/* Define to 1 if asinf is declared even after undefining macros. */
1172#undef HAVE_RAW_DECL_ASINF
1173
1174/* Define to 1 if asinl is declared even after undefining macros. */
1175#undef HAVE_RAW_DECL_ASINL
1176
1177/* Define to 1 if atanf is declared even after undefining macros. */
1178#undef HAVE_RAW_DECL_ATANF
1179
1180/* Define to 1 if atanl is declared even after undefining macros. */
1181#undef HAVE_RAW_DECL_ATANL
1182
1183/* Define to 1 if atoll is declared even after undefining macros. */
1184#undef HAVE_RAW_DECL_ATOLL
1185
1186/* Define to 1 if bind is declared even after undefining macros. */
1187#undef HAVE_RAW_DECL_BIND
1188
1189/* Define to 1 if btowc is declared even after undefining macros. */
1190#undef HAVE_RAW_DECL_BTOWC
1191
1192/* Define to 1 if canonicalize_file_name is declared even after undefining
1193   macros. */
1194#undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
1195
1196/* Define to 1 if cbrt is declared even after undefining macros. */
1197#undef HAVE_RAW_DECL_CBRT
1198
1199/* Define to 1 if cbrtf is declared even after undefining macros. */
1200#undef HAVE_RAW_DECL_CBRTF
1201
1202/* Define to 1 if cbrtl is declared even after undefining macros. */
1203#undef HAVE_RAW_DECL_CBRTL
1204
1205/* Define to 1 if ceilf is declared even after undefining macros. */
1206#undef HAVE_RAW_DECL_CEILF
1207
1208/* Define to 1 if ceill is declared even after undefining macros. */
1209#undef HAVE_RAW_DECL_CEILL
1210
1211/* Define to 1 if chdir is declared even after undefining macros. */
1212#undef HAVE_RAW_DECL_CHDIR
1213
1214/* Define to 1 if chown is declared even after undefining macros. */
1215#undef HAVE_RAW_DECL_CHOWN
1216
1217/* Define to 1 if closedir is declared even after undefining macros. */
1218#undef HAVE_RAW_DECL_CLOSEDIR
1219
1220/* Define to 1 if connect is declared even after undefining macros. */
1221#undef HAVE_RAW_DECL_CONNECT
1222
1223/* Define to 1 if copysign is declared even after undefining macros. */
1224#undef HAVE_RAW_DECL_COPYSIGN
1225
1226/* Define to 1 if copysignf is declared even after undefining macros. */
1227#undef HAVE_RAW_DECL_COPYSIGNF
1228
1229/* Define to 1 if copysignl is declared even after undefining macros. */
1230#undef HAVE_RAW_DECL_COPYSIGNL
1231
1232/* Define to 1 if cosf is declared even after undefining macros. */
1233#undef HAVE_RAW_DECL_COSF
1234
1235/* Define to 1 if coshf is declared even after undefining macros. */
1236#undef HAVE_RAW_DECL_COSHF
1237
1238/* Define to 1 if cosl is declared even after undefining macros. */
1239#undef HAVE_RAW_DECL_COSL
1240
1241/* Define to 1 if dirfd is declared even after undefining macros. */
1242#undef HAVE_RAW_DECL_DIRFD
1243
1244/* Define to 1 if dprintf is declared even after undefining macros. */
1245#undef HAVE_RAW_DECL_DPRINTF
1246
1247/* Define to 1 if dup is declared even after undefining macros. */
1248#undef HAVE_RAW_DECL_DUP
1249
1250/* Define to 1 if dup2 is declared even after undefining macros. */
1251#undef HAVE_RAW_DECL_DUP2
1252
1253/* Define to 1 if dup3 is declared even after undefining macros. */
1254#undef HAVE_RAW_DECL_DUP3
1255
1256/* Define to 1 if duplocale is declared even after undefining macros. */
1257#undef HAVE_RAW_DECL_DUPLOCALE
1258
1259/* Define to 1 if endusershell is declared even after undefining macros. */
1260#undef HAVE_RAW_DECL_ENDUSERSHELL
1261
1262/* Define to 1 if environ is declared even after undefining macros. */
1263#undef HAVE_RAW_DECL_ENVIRON
1264
1265/* Define to 1 if euidaccess is declared even after undefining macros. */
1266#undef HAVE_RAW_DECL_EUIDACCESS
1267
1268/* Define to 1 if exp2 is declared even after undefining macros. */
1269#undef HAVE_RAW_DECL_EXP2
1270
1271/* Define to 1 if exp2f is declared even after undefining macros. */
1272#undef HAVE_RAW_DECL_EXP2F
1273
1274/* Define to 1 if exp2l is declared even after undefining macros. */
1275#undef HAVE_RAW_DECL_EXP2L
1276
1277/* Define to 1 if expf is declared even after undefining macros. */
1278#undef HAVE_RAW_DECL_EXPF
1279
1280/* Define to 1 if expl is declared even after undefining macros. */
1281#undef HAVE_RAW_DECL_EXPL
1282
1283/* Define to 1 if expm1 is declared even after undefining macros. */
1284#undef HAVE_RAW_DECL_EXPM1
1285
1286/* Define to 1 if expm1f is declared even after undefining macros. */
1287#undef HAVE_RAW_DECL_EXPM1F
1288
1289/* Define to 1 if expm1l is declared even after undefining macros. */
1290#undef HAVE_RAW_DECL_EXPM1L
1291
1292/* Define to 1 if fabsf is declared even after undefining macros. */
1293#undef HAVE_RAW_DECL_FABSF
1294
1295/* Define to 1 if fabsl is declared even after undefining macros. */
1296#undef HAVE_RAW_DECL_FABSL
1297
1298/* Define to 1 if faccessat is declared even after undefining macros. */
1299#undef HAVE_RAW_DECL_FACCESSAT
1300
1301/* Define to 1 if fchdir is declared even after undefining macros. */
1302#undef HAVE_RAW_DECL_FCHDIR
1303
1304/* Define to 1 if fchmodat is declared even after undefining macros. */
1305#undef HAVE_RAW_DECL_FCHMODAT
1306
1307/* Define to 1 if fchownat is declared even after undefining macros. */
1308#undef HAVE_RAW_DECL_FCHOWNAT
1309
1310/* Define to 1 if fcntl is declared even after undefining macros. */
1311#undef HAVE_RAW_DECL_FCNTL
1312
1313/* Define to 1 if fdatasync is declared even after undefining macros. */
1314#undef HAVE_RAW_DECL_FDATASYNC
1315
1316/* Define to 1 if fdopendir is declared even after undefining macros. */
1317#undef HAVE_RAW_DECL_FDOPENDIR
1318
1319/* Define to 1 if ffsl is declared even after undefining macros. */
1320#undef HAVE_RAW_DECL_FFSL
1321
1322/* Define to 1 if ffsll is declared even after undefining macros. */
1323#undef HAVE_RAW_DECL_FFSLL
1324
1325/* Define to 1 if flock is declared even after undefining macros. */
1326#undef HAVE_RAW_DECL_FLOCK
1327
1328/* Define to 1 if floorf is declared even after undefining macros. */
1329#undef HAVE_RAW_DECL_FLOORF
1330
1331/* Define to 1 if floorl is declared even after undefining macros. */
1332#undef HAVE_RAW_DECL_FLOORL
1333
1334/* Define to 1 if fma is declared even after undefining macros. */
1335#undef HAVE_RAW_DECL_FMA
1336
1337/* Define to 1 if fmaf is declared even after undefining macros. */
1338#undef HAVE_RAW_DECL_FMAF
1339
1340/* Define to 1 if fmal is declared even after undefining macros. */
1341#undef HAVE_RAW_DECL_FMAL
1342
1343/* Define to 1 if fmod is declared even after undefining macros. */
1344#undef HAVE_RAW_DECL_FMOD
1345
1346/* Define to 1 if fmodf is declared even after undefining macros. */
1347#undef HAVE_RAW_DECL_FMODF
1348
1349/* Define to 1 if fmodl is declared even after undefining macros. */
1350#undef HAVE_RAW_DECL_FMODL
1351
1352/* Define to 1 if fpurge is declared even after undefining macros. */
1353#undef HAVE_RAW_DECL_FPURGE
1354
1355/* Define to 1 if freeaddrinfo is declared even after undefining macros. */
1356#undef HAVE_RAW_DECL_FREEADDRINFO
1357
1358/* Define to 1 if frexpf is declared even after undefining macros. */
1359#undef HAVE_RAW_DECL_FREXPF
1360
1361/* Define to 1 if frexpl is declared even after undefining macros. */
1362#undef HAVE_RAW_DECL_FREXPL
1363
1364/* Define to 1 if fseeko is declared even after undefining macros. */
1365#undef HAVE_RAW_DECL_FSEEKO
1366
1367/* Define to 1 if fstat is declared even after undefining macros. */
1368#undef HAVE_RAW_DECL_FSTAT
1369
1370/* Define to 1 if fstatat is declared even after undefining macros. */
1371#undef HAVE_RAW_DECL_FSTATAT
1372
1373/* Define to 1 if fsync is declared even after undefining macros. */
1374#undef HAVE_RAW_DECL_FSYNC
1375
1376/* Define to 1 if ftello is declared even after undefining macros. */
1377#undef HAVE_RAW_DECL_FTELLO
1378
1379/* Define to 1 if ftruncate is declared even after undefining macros. */
1380#undef HAVE_RAW_DECL_FTRUNCATE
1381
1382/* Define to 1 if futimens is declared even after undefining macros. */
1383#undef HAVE_RAW_DECL_FUTIMENS
1384
1385/* Define to 1 if gai_strerror is declared even after undefining macros. */
1386#undef HAVE_RAW_DECL_GAI_STRERROR
1387
1388/* Define to 1 if getaddrinfo is declared even after undefining macros. */
1389#undef HAVE_RAW_DECL_GETADDRINFO
1390
1391/* Define to 1 if getcwd is declared even after undefining macros. */
1392#undef HAVE_RAW_DECL_GETCWD
1393
1394/* Define to 1 if getdelim is declared even after undefining macros. */
1395#undef HAVE_RAW_DECL_GETDELIM
1396
1397/* Define to 1 if getdomainname is declared even after undefining macros. */
1398#undef HAVE_RAW_DECL_GETDOMAINNAME
1399
1400/* Define to 1 if getdtablesize is declared even after undefining macros. */
1401#undef HAVE_RAW_DECL_GETDTABLESIZE
1402
1403/* Define to 1 if getgroups is declared even after undefining macros. */
1404#undef HAVE_RAW_DECL_GETGROUPS
1405
1406/* Define to 1 if gethostname is declared even after undefining macros. */
1407#undef HAVE_RAW_DECL_GETHOSTNAME
1408
1409/* Define to 1 if getline is declared even after undefining macros. */
1410#undef HAVE_RAW_DECL_GETLINE
1411
1412/* Define to 1 if getloadavg is declared even after undefining macros. */
1413#undef HAVE_RAW_DECL_GETLOADAVG
1414
1415/* Define to 1 if getlogin is declared even after undefining macros. */
1416#undef HAVE_RAW_DECL_GETLOGIN
1417
1418/* Define to 1 if getlogin_r is declared even after undefining macros. */
1419#undef HAVE_RAW_DECL_GETLOGIN_R
1420
1421/* Define to 1 if getnameinfo is declared even after undefining macros. */
1422#undef HAVE_RAW_DECL_GETNAMEINFO
1423
1424/* Define to 1 if getpagesize is declared even after undefining macros. */
1425#undef HAVE_RAW_DECL_GETPAGESIZE
1426
1427/* Define to 1 if getpeername is declared even after undefining macros. */
1428#undef HAVE_RAW_DECL_GETPEERNAME
1429
1430/* Define to 1 if gets is declared even after undefining macros. */
1431#undef HAVE_RAW_DECL_GETS
1432
1433/* Define to 1 if getsockname is declared even after undefining macros. */
1434#undef HAVE_RAW_DECL_GETSOCKNAME
1435
1436/* Define to 1 if getsockopt is declared even after undefining macros. */
1437#undef HAVE_RAW_DECL_GETSOCKOPT
1438
1439/* Define to 1 if getsubopt is declared even after undefining macros. */
1440#undef HAVE_RAW_DECL_GETSUBOPT
1441
1442/* Define to 1 if gettimeofday is declared even after undefining macros. */
1443#undef HAVE_RAW_DECL_GETTIMEOFDAY
1444
1445/* Define to 1 if getusershell is declared even after undefining macros. */
1446#undef HAVE_RAW_DECL_GETUSERSHELL
1447
1448/* Define to 1 if grantpt is declared even after undefining macros. */
1449#undef HAVE_RAW_DECL_GRANTPT
1450
1451/* Define to 1 if group_member is declared even after undefining macros. */
1452#undef HAVE_RAW_DECL_GROUP_MEMBER
1453
1454/* Define to 1 if hypotf is declared even after undefining macros. */
1455#undef HAVE_RAW_DECL_HYPOTF
1456
1457/* Define to 1 if hypotl is declared even after undefining macros. */
1458#undef HAVE_RAW_DECL_HYPOTL
1459
1460/* Define to 1 if ilogb is declared even after undefining macros. */
1461#undef HAVE_RAW_DECL_ILOGB
1462
1463/* Define to 1 if ilogbf is declared even after undefining macros. */
1464#undef HAVE_RAW_DECL_ILOGBF
1465
1466/* Define to 1 if ilogbl is declared even after undefining macros. */
1467#undef HAVE_RAW_DECL_ILOGBL
1468
1469/* Define to 1 if inet_ntop is declared even after undefining macros. */
1470#undef HAVE_RAW_DECL_INET_NTOP
1471
1472/* Define to 1 if inet_pton is declared even after undefining macros. */
1473#undef HAVE_RAW_DECL_INET_PTON
1474
1475/* Define to 1 if initstate is declared even after undefining macros. */
1476#undef HAVE_RAW_DECL_INITSTATE
1477
1478/* Define to 1 if initstate_r is declared even after undefining macros. */
1479#undef HAVE_RAW_DECL_INITSTATE_R
1480
1481/* Define to 1 if isatty is declared even after undefining macros. */
1482#undef HAVE_RAW_DECL_ISATTY
1483
1484/* Define to 1 if iswctype is declared even after undefining macros. */
1485#undef HAVE_RAW_DECL_ISWCTYPE
1486
1487/* Define to 1 if lchmod is declared even after undefining macros. */
1488#undef HAVE_RAW_DECL_LCHMOD
1489
1490/* Define to 1 if lchown is declared even after undefining macros. */
1491#undef HAVE_RAW_DECL_LCHOWN
1492
1493/* Define to 1 if ldexpf is declared even after undefining macros. */
1494#undef HAVE_RAW_DECL_LDEXPF
1495
1496/* Define to 1 if ldexpl is declared even after undefining macros. */
1497#undef HAVE_RAW_DECL_LDEXPL
1498
1499/* Define to 1 if link is declared even after undefining macros. */
1500#undef HAVE_RAW_DECL_LINK
1501
1502/* Define to 1 if linkat is declared even after undefining macros. */
1503#undef HAVE_RAW_DECL_LINKAT
1504
1505/* Define to 1 if listen is declared even after undefining macros. */
1506#undef HAVE_RAW_DECL_LISTEN
1507
1508/* Define to 1 if log is declared even after undefining macros. */
1509#undef HAVE_RAW_DECL_LOG
1510
1511/* Define to 1 if log10 is declared even after undefining macros. */
1512#undef HAVE_RAW_DECL_LOG10
1513
1514/* Define to 1 if log10f is declared even after undefining macros. */
1515#undef HAVE_RAW_DECL_LOG10F
1516
1517/* Define to 1 if log10l is declared even after undefining macros. */
1518#undef HAVE_RAW_DECL_LOG10L
1519
1520/* Define to 1 if log1p is declared even after undefining macros. */
1521#undef HAVE_RAW_DECL_LOG1P
1522
1523/* Define to 1 if log1pf is declared even after undefining macros. */
1524#undef HAVE_RAW_DECL_LOG1PF
1525
1526/* Define to 1 if log1pl is declared even after undefining macros. */
1527#undef HAVE_RAW_DECL_LOG1PL
1528
1529/* Define to 1 if log2 is declared even after undefining macros. */
1530#undef HAVE_RAW_DECL_LOG2
1531
1532/* Define to 1 if log2f is declared even after undefining macros. */
1533#undef HAVE_RAW_DECL_LOG2F
1534
1535/* Define to 1 if log2l is declared even after undefining macros. */
1536#undef HAVE_RAW_DECL_LOG2L
1537
1538/* Define to 1 if logb is declared even after undefining macros. */
1539#undef HAVE_RAW_DECL_LOGB
1540
1541/* Define to 1 if logbf is declared even after undefining macros. */
1542#undef HAVE_RAW_DECL_LOGBF
1543
1544/* Define to 1 if logbl is declared even after undefining macros. */
1545#undef HAVE_RAW_DECL_LOGBL
1546
1547/* Define to 1 if logf is declared even after undefining macros. */
1548#undef HAVE_RAW_DECL_LOGF
1549
1550/* Define to 1 if logl is declared even after undefining macros. */
1551#undef HAVE_RAW_DECL_LOGL
1552
1553/* Define to 1 if lseek is declared even after undefining macros. */
1554#undef HAVE_RAW_DECL_LSEEK
1555
1556/* Define to 1 if lstat is declared even after undefining macros. */
1557#undef HAVE_RAW_DECL_LSTAT
1558
1559/* Define to 1 if mbrlen is declared even after undefining macros. */
1560#undef HAVE_RAW_DECL_MBRLEN
1561
1562/* Define to 1 if mbrtowc is declared even after undefining macros. */
1563#undef HAVE_RAW_DECL_MBRTOWC
1564
1565/* Define to 1 if mbsinit is declared even after undefining macros. */
1566#undef HAVE_RAW_DECL_MBSINIT
1567
1568/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1569#undef HAVE_RAW_DECL_MBSNRTOWCS
1570
1571/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1572#undef HAVE_RAW_DECL_MBSRTOWCS
1573
1574/* Define to 1 if memmem is declared even after undefining macros. */
1575#undef HAVE_RAW_DECL_MEMMEM
1576
1577/* Define to 1 if mempcpy is declared even after undefining macros. */
1578#undef HAVE_RAW_DECL_MEMPCPY
1579
1580/* Define to 1 if memrchr is declared even after undefining macros. */
1581#undef HAVE_RAW_DECL_MEMRCHR
1582
1583/* Define to 1 if mkdirat is declared even after undefining macros. */
1584#undef HAVE_RAW_DECL_MKDIRAT
1585
1586/* Define to 1 if mkdtemp is declared even after undefining macros. */
1587#undef HAVE_RAW_DECL_MKDTEMP
1588
1589/* Define to 1 if mkfifo is declared even after undefining macros. */
1590#undef HAVE_RAW_DECL_MKFIFO
1591
1592/* Define to 1 if mkfifoat is declared even after undefining macros. */
1593#undef HAVE_RAW_DECL_MKFIFOAT
1594
1595/* Define to 1 if mknod is declared even after undefining macros. */
1596#undef HAVE_RAW_DECL_MKNOD
1597
1598/* Define to 1 if mknodat is declared even after undefining macros. */
1599#undef HAVE_RAW_DECL_MKNODAT
1600
1601/* Define to 1 if mkostemp is declared even after undefining macros. */
1602#undef HAVE_RAW_DECL_MKOSTEMP
1603
1604/* Define to 1 if mkostemps is declared even after undefining macros. */
1605#undef HAVE_RAW_DECL_MKOSTEMPS
1606
1607/* Define to 1 if mkstemp is declared even after undefining macros. */
1608#undef HAVE_RAW_DECL_MKSTEMP
1609
1610/* Define to 1 if mkstemps is declared even after undefining macros. */
1611#undef HAVE_RAW_DECL_MKSTEMPS
1612
1613/* Define to 1 if modf is declared even after undefining macros. */
1614#undef HAVE_RAW_DECL_MODF
1615
1616/* Define to 1 if modff is declared even after undefining macros. */
1617#undef HAVE_RAW_DECL_MODFF
1618
1619/* Define to 1 if modfl is declared even after undefining macros. */
1620#undef HAVE_RAW_DECL_MODFL
1621
1622/* Define to 1 if nl_langinfo is declared even after undefining macros. */
1623#undef HAVE_RAW_DECL_NL_LANGINFO
1624
1625/* Define to 1 if openat is declared even after undefining macros. */
1626#undef HAVE_RAW_DECL_OPENAT
1627
1628/* Define to 1 if opendir is declared even after undefining macros. */
1629#undef HAVE_RAW_DECL_OPENDIR
1630
1631/* Define to 1 if pclose is declared even after undefining macros. */
1632#undef HAVE_RAW_DECL_PCLOSE
1633
1634/* Define to 1 if pipe is declared even after undefining macros. */
1635#undef HAVE_RAW_DECL_PIPE
1636
1637/* Define to 1 if pipe2 is declared even after undefining macros. */
1638#undef HAVE_RAW_DECL_PIPE2
1639
1640/* Define to 1 if poll is declared even after undefining macros. */
1641#undef HAVE_RAW_DECL_POLL
1642
1643/* Define to 1 if popen is declared even after undefining macros. */
1644#undef HAVE_RAW_DECL_POPEN
1645
1646/* Define to 1 if posix_openpt is declared even after undefining macros. */
1647#undef HAVE_RAW_DECL_POSIX_OPENPT
1648
1649/* Define to 1 if powf is declared even after undefining macros. */
1650#undef HAVE_RAW_DECL_POWF
1651
1652/* Define to 1 if pread is declared even after undefining macros. */
1653#undef HAVE_RAW_DECL_PREAD
1654
1655/* Define to 1 if pselect is declared even after undefining macros. */
1656#undef HAVE_RAW_DECL_PSELECT
1657
1658/* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1659#undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1660
1661/* Define to 1 if ptsname is declared even after undefining macros. */
1662#undef HAVE_RAW_DECL_PTSNAME
1663
1664/* Define to 1 if ptsname_r is declared even after undefining macros. */
1665#undef HAVE_RAW_DECL_PTSNAME_R
1666
1667/* Define to 1 if pwrite is declared even after undefining macros. */
1668#undef HAVE_RAW_DECL_PWRITE
1669
1670/* Define to 1 if qsort_r is declared even after undefining macros. */
1671#undef HAVE_RAW_DECL_QSORT_R
1672
1673/* Define to 1 if random is declared even after undefining macros. */
1674#undef HAVE_RAW_DECL_RANDOM
1675
1676/* Define to 1 if random_r is declared even after undefining macros. */
1677#undef HAVE_RAW_DECL_RANDOM_R
1678
1679/* Define to 1 if rawmemchr is declared even after undefining macros. */
1680#undef HAVE_RAW_DECL_RAWMEMCHR
1681
1682/* Define to 1 if readdir is declared even after undefining macros. */
1683#undef HAVE_RAW_DECL_READDIR
1684
1685/* Define to 1 if readlink is declared even after undefining macros. */
1686#undef HAVE_RAW_DECL_READLINK
1687
1688/* Define to 1 if readlinkat is declared even after undefining macros. */
1689#undef HAVE_RAW_DECL_READLINKAT
1690
1691/* Define to 1 if realpath is declared even after undefining macros. */
1692#undef HAVE_RAW_DECL_REALPATH
1693
1694/* Define to 1 if recv is declared even after undefining macros. */
1695#undef HAVE_RAW_DECL_RECV
1696
1697/* Define to 1 if recvfrom is declared even after undefining macros. */
1698#undef HAVE_RAW_DECL_RECVFROM
1699
1700/* Define to 1 if remainder is declared even after undefining macros. */
1701#undef HAVE_RAW_DECL_REMAINDER
1702
1703/* Define to 1 if remainderf is declared even after undefining macros. */
1704#undef HAVE_RAW_DECL_REMAINDERF
1705
1706/* Define to 1 if remainderl is declared even after undefining macros. */
1707#undef HAVE_RAW_DECL_REMAINDERL
1708
1709/* Define to 1 if renameat is declared even after undefining macros. */
1710#undef HAVE_RAW_DECL_RENAMEAT
1711
1712/* Define to 1 if rewinddir is declared even after undefining macros. */
1713#undef HAVE_RAW_DECL_REWINDDIR
1714
1715/* Define to 1 if rint is declared even after undefining macros. */
1716#undef HAVE_RAW_DECL_RINT
1717
1718/* Define to 1 if rintf is declared even after undefining macros. */
1719#undef HAVE_RAW_DECL_RINTF
1720
1721/* Define to 1 if rintl is declared even after undefining macros. */
1722#undef HAVE_RAW_DECL_RINTL
1723
1724/* Define to 1 if rmdir is declared even after undefining macros. */
1725#undef HAVE_RAW_DECL_RMDIR
1726
1727/* Define to 1 if round is declared even after undefining macros. */
1728#undef HAVE_RAW_DECL_ROUND
1729
1730/* Define to 1 if roundf is declared even after undefining macros. */
1731#undef HAVE_RAW_DECL_ROUNDF
1732
1733/* Define to 1 if roundl is declared even after undefining macros. */
1734#undef HAVE_RAW_DECL_ROUNDL
1735
1736/* Define to 1 if rpmatch is declared even after undefining macros. */
1737#undef HAVE_RAW_DECL_RPMATCH
1738
1739/* Define to 1 if scandir is declared even after undefining macros. */
1740#undef HAVE_RAW_DECL_SCANDIR
1741
1742/* Define to 1 if secure_getenv is declared even after undefining macros. */
1743#undef HAVE_RAW_DECL_SECURE_GETENV
1744
1745/* Define to 1 if select is declared even after undefining macros. */
1746#undef HAVE_RAW_DECL_SELECT
1747
1748/* Define to 1 if send is declared even after undefining macros. */
1749#undef HAVE_RAW_DECL_SEND
1750
1751/* Define to 1 if sendto is declared even after undefining macros. */
1752#undef HAVE_RAW_DECL_SENDTO
1753
1754/* Define to 1 if setenv is declared even after undefining macros. */
1755#undef HAVE_RAW_DECL_SETENV
1756
1757/* Define to 1 if sethostname is declared even after undefining macros. */
1758#undef HAVE_RAW_DECL_SETHOSTNAME
1759
1760/* Define to 1 if setlocale is declared even after undefining macros. */
1761#undef HAVE_RAW_DECL_SETLOCALE
1762
1763/* Define to 1 if setsockopt is declared even after undefining macros. */
1764#undef HAVE_RAW_DECL_SETSOCKOPT
1765
1766/* Define to 1 if setstate is declared even after undefining macros. */
1767#undef HAVE_RAW_DECL_SETSTATE
1768
1769/* Define to 1 if setstate_r is declared even after undefining macros. */
1770#undef HAVE_RAW_DECL_SETSTATE_R
1771
1772/* Define to 1 if setusershell is declared even after undefining macros. */
1773#undef HAVE_RAW_DECL_SETUSERSHELL
1774
1775/* Define to 1 if shutdown is declared even after undefining macros. */
1776#undef HAVE_RAW_DECL_SHUTDOWN
1777
1778/* Define to 1 if sigaction is declared even after undefining macros. */
1779#undef HAVE_RAW_DECL_SIGACTION
1780
1781/* Define to 1 if sigaddset is declared even after undefining macros. */
1782#undef HAVE_RAW_DECL_SIGADDSET
1783
1784/* Define to 1 if sigdelset is declared even after undefining macros. */
1785#undef HAVE_RAW_DECL_SIGDELSET
1786
1787/* Define to 1 if sigemptyset is declared even after undefining macros. */
1788#undef HAVE_RAW_DECL_SIGEMPTYSET
1789
1790/* Define to 1 if sigfillset is declared even after undefining macros. */
1791#undef HAVE_RAW_DECL_SIGFILLSET
1792
1793/* Define to 1 if sigismember is declared even after undefining macros. */
1794#undef HAVE_RAW_DECL_SIGISMEMBER
1795
1796/* Define to 1 if sigpending is declared even after undefining macros. */
1797#undef HAVE_RAW_DECL_SIGPENDING
1798
1799/* Define to 1 if sigprocmask is declared even after undefining macros. */
1800#undef HAVE_RAW_DECL_SIGPROCMASK
1801
1802/* Define to 1 if sinf is declared even after undefining macros. */
1803#undef HAVE_RAW_DECL_SINF
1804
1805/* Define to 1 if sinhf is declared even after undefining macros. */
1806#undef HAVE_RAW_DECL_SINHF
1807
1808/* Define to 1 if sinl is declared even after undefining macros. */
1809#undef HAVE_RAW_DECL_SINL
1810
1811/* Define to 1 if sleep is declared even after undefining macros. */
1812#undef HAVE_RAW_DECL_SLEEP
1813
1814/* Define to 1 if snprintf is declared even after undefining macros. */
1815#undef HAVE_RAW_DECL_SNPRINTF
1816
1817/* Define to 1 if socket is declared even after undefining macros. */
1818#undef HAVE_RAW_DECL_SOCKET
1819
1820/* Define to 1 if sqrtf is declared even after undefining macros. */
1821#undef HAVE_RAW_DECL_SQRTF
1822
1823/* Define to 1 if sqrtl is declared even after undefining macros. */
1824#undef HAVE_RAW_DECL_SQRTL
1825
1826/* Define to 1 if srandom is declared even after undefining macros. */
1827#undef HAVE_RAW_DECL_SRANDOM
1828
1829/* Define to 1 if srandom_r is declared even after undefining macros. */
1830#undef HAVE_RAW_DECL_SRANDOM_R
1831
1832/* Define to 1 if stat is declared even after undefining macros. */
1833#undef HAVE_RAW_DECL_STAT
1834
1835/* Define to 1 if stpcpy is declared even after undefining macros. */
1836#undef HAVE_RAW_DECL_STPCPY
1837
1838/* Define to 1 if stpncpy is declared even after undefining macros. */
1839#undef HAVE_RAW_DECL_STPNCPY
1840
1841/* Define to 1 if strcasestr is declared even after undefining macros. */
1842#undef HAVE_RAW_DECL_STRCASESTR
1843
1844/* Define to 1 if strchrnul is declared even after undefining macros. */
1845#undef HAVE_RAW_DECL_STRCHRNUL
1846
1847/* Define to 1 if strdup is declared even after undefining macros. */
1848#undef HAVE_RAW_DECL_STRDUP
1849
1850/* Define to 1 if strerror_r is declared even after undefining macros. */
1851#undef HAVE_RAW_DECL_STRERROR_R
1852
1853/* Define to 1 if strncat is declared even after undefining macros. */
1854#undef HAVE_RAW_DECL_STRNCAT
1855
1856/* Define to 1 if strndup is declared even after undefining macros. */
1857#undef HAVE_RAW_DECL_STRNDUP
1858
1859/* Define to 1 if strnlen is declared even after undefining macros. */
1860#undef HAVE_RAW_DECL_STRNLEN
1861
1862/* Define to 1 if strpbrk is declared even after undefining macros. */
1863#undef HAVE_RAW_DECL_STRPBRK
1864
1865/* Define to 1 if strsep is declared even after undefining macros. */
1866#undef HAVE_RAW_DECL_STRSEP
1867
1868/* Define to 1 if strsignal is declared even after undefining macros. */
1869#undef HAVE_RAW_DECL_STRSIGNAL
1870
1871/* Define to 1 if strtod is declared even after undefining macros. */
1872#undef HAVE_RAW_DECL_STRTOD
1873
1874/* Define to 1 if strtok_r is declared even after undefining macros. */
1875#undef HAVE_RAW_DECL_STRTOK_R
1876
1877/* Define to 1 if strtoll is declared even after undefining macros. */
1878#undef HAVE_RAW_DECL_STRTOLL
1879
1880/* Define to 1 if strtoull is declared even after undefining macros. */
1881#undef HAVE_RAW_DECL_STRTOULL
1882
1883/* Define to 1 if strverscmp is declared even after undefining macros. */
1884#undef HAVE_RAW_DECL_STRVERSCMP
1885
1886/* Define to 1 if symlink is declared even after undefining macros. */
1887#undef HAVE_RAW_DECL_SYMLINK
1888
1889/* Define to 1 if symlinkat is declared even after undefining macros. */
1890#undef HAVE_RAW_DECL_SYMLINKAT
1891
1892/* Define to 1 if tanf is declared even after undefining macros. */
1893#undef HAVE_RAW_DECL_TANF
1894
1895/* Define to 1 if tanhf is declared even after undefining macros. */
1896#undef HAVE_RAW_DECL_TANHF
1897
1898/* Define to 1 if tanl is declared even after undefining macros. */
1899#undef HAVE_RAW_DECL_TANL
1900
1901/* Define to 1 if times is declared even after undefining macros. */
1902#undef HAVE_RAW_DECL_TIMES
1903
1904/* Define to 1 if tmpfile is declared even after undefining macros. */
1905#undef HAVE_RAW_DECL_TMPFILE
1906
1907/* Define to 1 if towctrans is declared even after undefining macros. */
1908#undef HAVE_RAW_DECL_TOWCTRANS
1909
1910/* Define to 1 if trunc is declared even after undefining macros. */
1911#undef HAVE_RAW_DECL_TRUNC
1912
1913/* Define to 1 if truncf is declared even after undefining macros. */
1914#undef HAVE_RAW_DECL_TRUNCF
1915
1916/* Define to 1 if truncl is declared even after undefining macros. */
1917#undef HAVE_RAW_DECL_TRUNCL
1918
1919/* Define to 1 if ttyname_r is declared even after undefining macros. */
1920#undef HAVE_RAW_DECL_TTYNAME_R
1921
1922/* Define to 1 if unlink is declared even after undefining macros. */
1923#undef HAVE_RAW_DECL_UNLINK
1924
1925/* Define to 1 if unlinkat is declared even after undefining macros. */
1926#undef HAVE_RAW_DECL_UNLINKAT
1927
1928/* Define to 1 if unlockpt is declared even after undefining macros. */
1929#undef HAVE_RAW_DECL_UNLOCKPT
1930
1931/* Define to 1 if unsetenv is declared even after undefining macros. */
1932#undef HAVE_RAW_DECL_UNSETENV
1933
1934/* Define to 1 if usleep is declared even after undefining macros. */
1935#undef HAVE_RAW_DECL_USLEEP
1936
1937/* Define to 1 if utimensat is declared even after undefining macros. */
1938#undef HAVE_RAW_DECL_UTIMENSAT
1939
1940/* Define to 1 if vdprintf is declared even after undefining macros. */
1941#undef HAVE_RAW_DECL_VDPRINTF
1942
1943/* Define to 1 if vsnprintf is declared even after undefining macros. */
1944#undef HAVE_RAW_DECL_VSNPRINTF
1945
1946/* Define to 1 if wcpcpy is declared even after undefining macros. */
1947#undef HAVE_RAW_DECL_WCPCPY
1948
1949/* Define to 1 if wcpncpy is declared even after undefining macros. */
1950#undef HAVE_RAW_DECL_WCPNCPY
1951
1952/* Define to 1 if wcrtomb is declared even after undefining macros. */
1953#undef HAVE_RAW_DECL_WCRTOMB
1954
1955/* Define to 1 if wcscasecmp is declared even after undefining macros. */
1956#undef HAVE_RAW_DECL_WCSCASECMP
1957
1958/* Define to 1 if wcscat is declared even after undefining macros. */
1959#undef HAVE_RAW_DECL_WCSCAT
1960
1961/* Define to 1 if wcschr is declared even after undefining macros. */
1962#undef HAVE_RAW_DECL_WCSCHR
1963
1964/* Define to 1 if wcscmp is declared even after undefining macros. */
1965#undef HAVE_RAW_DECL_WCSCMP
1966
1967/* Define to 1 if wcscoll is declared even after undefining macros. */
1968#undef HAVE_RAW_DECL_WCSCOLL
1969
1970/* Define to 1 if wcscpy is declared even after undefining macros. */
1971#undef HAVE_RAW_DECL_WCSCPY
1972
1973/* Define to 1 if wcscspn is declared even after undefining macros. */
1974#undef HAVE_RAW_DECL_WCSCSPN
1975
1976/* Define to 1 if wcsdup is declared even after undefining macros. */
1977#undef HAVE_RAW_DECL_WCSDUP
1978
1979/* Define to 1 if wcslen is declared even after undefining macros. */
1980#undef HAVE_RAW_DECL_WCSLEN
1981
1982/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1983#undef HAVE_RAW_DECL_WCSNCASECMP
1984
1985/* Define to 1 if wcsncat is declared even after undefining macros. */
1986#undef HAVE_RAW_DECL_WCSNCAT
1987
1988/* Define to 1 if wcsncmp is declared even after undefining macros. */
1989#undef HAVE_RAW_DECL_WCSNCMP
1990
1991/* Define to 1 if wcsncpy is declared even after undefining macros. */
1992#undef HAVE_RAW_DECL_WCSNCPY
1993
1994/* Define to 1 if wcsnlen is declared even after undefining macros. */
1995#undef HAVE_RAW_DECL_WCSNLEN
1996
1997/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1998#undef HAVE_RAW_DECL_WCSNRTOMBS
1999
2000/* Define to 1 if wcspbrk is declared even after undefining macros. */
2001#undef HAVE_RAW_DECL_WCSPBRK
2002
2003/* Define to 1 if wcsrchr is declared even after undefining macros. */
2004#undef HAVE_RAW_DECL_WCSRCHR
2005
2006/* Define to 1 if wcsrtombs is declared even after undefining macros. */
2007#undef HAVE_RAW_DECL_WCSRTOMBS
2008
2009/* Define to 1 if wcsspn is declared even after undefining macros. */
2010#undef HAVE_RAW_DECL_WCSSPN
2011
2012/* Define to 1 if wcsstr is declared even after undefining macros. */
2013#undef HAVE_RAW_DECL_WCSSTR
2014
2015/* Define to 1 if wcstok is declared even after undefining macros. */
2016#undef HAVE_RAW_DECL_WCSTOK
2017
2018/* Define to 1 if wcswidth is declared even after undefining macros. */
2019#undef HAVE_RAW_DECL_WCSWIDTH
2020
2021/* Define to 1 if wcsxfrm is declared even after undefining macros. */
2022#undef HAVE_RAW_DECL_WCSXFRM
2023
2024/* Define to 1 if wctob is declared even after undefining macros. */
2025#undef HAVE_RAW_DECL_WCTOB
2026
2027/* Define to 1 if wctrans is declared even after undefining macros. */
2028#undef HAVE_RAW_DECL_WCTRANS
2029
2030/* Define to 1 if wctype is declared even after undefining macros. */
2031#undef HAVE_RAW_DECL_WCTYPE
2032
2033/* Define to 1 if wcwidth is declared even after undefining macros. */
2034#undef HAVE_RAW_DECL_WCWIDTH
2035
2036/* Define to 1 if wmemchr is declared even after undefining macros. */
2037#undef HAVE_RAW_DECL_WMEMCHR
2038
2039/* Define to 1 if wmemcmp is declared even after undefining macros. */
2040#undef HAVE_RAW_DECL_WMEMCMP
2041
2042/* Define to 1 if wmemcpy is declared even after undefining macros. */
2043#undef HAVE_RAW_DECL_WMEMCPY
2044
2045/* Define to 1 if wmemmove is declared even after undefining macros. */
2046#undef HAVE_RAW_DECL_WMEMMOVE
2047
2048/* Define to 1 if wmemset is declared even after undefining macros. */
2049#undef HAVE_RAW_DECL_WMEMSET
2050
2051/* Define to 1 if _Exit is declared even after undefining macros. */
2052#undef HAVE_RAW_DECL__EXIT
2053
2054/* Define to 1 if you have the `readlink' function. */
2055#undef HAVE_READLINK
2056
2057/* Define to 1 if you have the `realpath' function. */
2058#undef HAVE_REALPATH
2059
2060/* Define to 1 if you have the `rename' function. */
2061#undef HAVE_RENAME
2062
2063/* Define to 1 if you have the `rindex' function. */
2064#undef HAVE_RINDEX
2065
2066/* Define to 1 if you have the `rl_cleanup_after_signal' function. */
2067#undef HAVE_RL_CLEANUP_AFTER_SIGNAL
2068
2069/* Define to 1 if you have the `rl_clear_signals' function. */
2070#undef HAVE_RL_CLEAR_SIGNALS
2071
2072/* Define to 1 if you have the `rl_filename_completion_function' function. */
2073#undef HAVE_RL_FILENAME_COMPLETION_FUNCTION
2074
2075/* Define if your readline library has the rl_getc_function variable. */
2076#undef HAVE_RL_GETC_FUNCTION
2077
2078/* Define to 1 if you have the `rl_get_keymap_name' function. */
2079#undef HAVE_RL_GET_KEYMAP_NAME
2080
2081/* Define to 1 if you have the `rmdir' function. */
2082#undef HAVE_RMDIR
2083
2084/* Define to 1 if 'long double' and 'double' have the same representation. */
2085#undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
2086
2087/* Define to 1 if the system has the type `sa_family_t'. */
2088#undef HAVE_SA_FAMILY_T
2089
2090/* Define to 1 if you have the `sched_getaffinity' function. */
2091#undef HAVE_SCHED_GETAFFINITY
2092
2093/* Define to 1 if sched_getaffinity has a glibc compatible declaration. */
2094#undef HAVE_SCHED_GETAFFINITY_LIKE_GLIBC
2095
2096/* Define to 1 if you have the `sched_getaffinity_np' function. */
2097#undef HAVE_SCHED_GETAFFINITY_NP
2098
2099/* Define to 1 if you have the <sched.h> header file. */
2100#undef HAVE_SCHED_H
2101
2102/* Define to 1 if you have the `sched_setaffinity' function. */
2103#undef HAVE_SCHED_SETAFFINITY
2104
2105/* Define to 1 if you have the <search.h> header file. */
2106#undef HAVE_SEARCH_H
2107
2108/* Define to 1 if you have the `secure_getenv' function. */
2109#undef HAVE_SECURE_GETENV
2110
2111/* Define to 1 if you have the `sendfile' function. */
2112#undef HAVE_SENDFILE
2113
2114/* Define to 1 if you have the `setdtablesize' function. */
2115#undef HAVE_SETDTABLESIZE
2116
2117/* Define to 1 if you have the `setegid' function. */
2118#undef HAVE_SETEGID
2119
2120/* Define to 1 if you have the `setenv' function. */
2121#undef HAVE_SETENV
2122
2123/* Define to 1 if you have the `seteuid' function. */
2124#undef HAVE_SETEUID
2125
2126/* Define to 1 if you have the `setgid' function. */
2127#undef HAVE_SETGID
2128
2129/* Define to 1 if you have the `setgroups' function. */
2130#undef HAVE_SETGROUPS
2131
2132/* Define to 1 if you have the `sethostent' function. */
2133#undef HAVE_SETHOSTENT
2134
2135/* Define to 1 if you have the `sethostname' function. */
2136#undef HAVE_SETHOSTNAME
2137
2138/* Define to 1 if you have the `setitimer' function. */
2139#undef HAVE_SETITIMER
2140
2141/* Define to 1 if you have the `setlocale' function. */
2142#undef HAVE_SETLOCALE
2143
2144/* Define to 1 if you have the `setnetent' function. */
2145#undef HAVE_SETNETENT
2146
2147/* Define to 1 if you have the `setpgid' function. */
2148#undef HAVE_SETPGID
2149
2150/* Define to 1 if you have the `setpriority' function. */
2151#undef HAVE_SETPRIORITY
2152
2153/* Define to 1 if you have the `setprotoent' function. */
2154#undef HAVE_SETPROTOENT
2155
2156/* Define to 1 if you have the `setpwent' function. */
2157#undef HAVE_SETPWENT
2158
2159/* Define to 1 if you have the `setrlimit' function. */
2160#undef HAVE_SETRLIMIT
2161
2162/* Define to 1 if you have the `setservent' function. */
2163#undef HAVE_SETSERVENT
2164
2165/* Define to 1 if you have the `setsid' function. */
2166#undef HAVE_SETSID
2167
2168/* Define to 1 if you have the `setuid' function. */
2169#undef HAVE_SETUID
2170
2171/* Define to 1 if you have the `shutdown' function. */
2172#undef HAVE_SHUTDOWN
2173
2174/* Define to 1 if you have the `sigaction' function. */
2175#undef HAVE_SIGACTION
2176
2177/* Define to 1 if you have the `siginterrupt' function. */
2178#undef HAVE_SIGINTERRUPT
2179
2180/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
2181#undef HAVE_SIGNED_SIG_ATOMIC_T
2182
2183/* Define to 1 if 'wchar_t' is a signed integer type. */
2184#undef HAVE_SIGNED_WCHAR_T
2185
2186/* Define to 1 if 'wint_t' is a signed integer type. */
2187#undef HAVE_SIGNED_WINT_T
2188
2189/* Define to 1 if the system has the type `sigset_t'. */
2190#undef HAVE_SIGSET_T
2191
2192/* Define this if your IPv6 has sin6_scope_id in sockaddr_in6 struct. */
2193#undef HAVE_SIN6_SCOPE_ID
2194
2195/* Define to 1 if you have the `sincos' function. */
2196#undef HAVE_SINCOS
2197
2198/* Define to 1 if you have the `snprintf' function. */
2199#undef HAVE_SNPRINTF
2200
2201/* Define if the return value of the snprintf function is the number of of
2202   bytes (excluding the terminating NUL) that would have been produced if the
2203   buffer had been large enough. */
2204#undef HAVE_SNPRINTF_RETVAL_C99
2205
2206/* Define to 1 if you have the `socketpair' function. */
2207#undef HAVE_SOCKETPAIR
2208
2209/* Define to 1 if you have the `stat64' function. */
2210#undef HAVE_STAT64
2211
2212/* Define to 1 if you have the <stdatomic.h> header file. */
2213#undef HAVE_STDATOMIC_H
2214
2215/* Define to 1 if you have the <stdint.h> header file. */
2216#undef HAVE_STDINT_H
2217
2218/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
2219   uintmax_t. */
2220#undef HAVE_STDINT_H_WITH_UINTMAX
2221
2222/* Define to 1 if you have the <stdlib.h> header file. */
2223#undef HAVE_STDLIB_H
2224
2225/* Define to 1 if you have the `strchr' function. */
2226#undef HAVE_STRCHR
2227
2228/* Define to 1 if you have the `strcmp' function. */
2229#undef HAVE_STRCMP
2230
2231/* Define to 1 if you have the `strcoll' function. */
2232#undef HAVE_STRCOLL
2233
2234/* Define to 1 if you have the `strcoll_l' function. */
2235#undef HAVE_STRCOLL_L
2236
2237/* Define to 1 if you have the `strdup' function. */
2238#undef HAVE_STRDUP
2239
2240/* Define to 1 if you have the `strerror' function. */
2241#undef HAVE_STRERROR
2242
2243/* Define to 1 if you have the <strings.h> header file. */
2244#undef HAVE_STRINGS_H
2245
2246/* Define to 1 if you have the <string.h> header file. */
2247#undef HAVE_STRING_H
2248
2249/* Define to 1 if you have the `strnlen' function. */
2250#undef HAVE_STRNLEN
2251
2252/* Define to 1 if you have the `strptime' function. */
2253#undef HAVE_STRPTIME
2254
2255/* Define to 1 if you have the `strtod_l' function. */
2256#undef HAVE_STRTOD_L
2257
2258/* Define to 1 if you have the `strtol_l' function. */
2259#undef HAVE_STRTOL_L
2260
2261/* Define to 1 if the system has the type `struct addrinfo'. */
2262#undef HAVE_STRUCT_ADDRINFO
2263
2264/* Define to 1 if `l_type' is a member of `struct flock'. */
2265#undef HAVE_STRUCT_FLOCK_L_TYPE
2266
2267/* Define to 1 if the system has the type `struct ip_mreq'. */
2268#undef HAVE_STRUCT_IP_MREQ
2269
2270/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
2271#undef HAVE_STRUCT_LCONV_DECIMAL_POINT
2272
2273/* Define this if your system defines struct linger, for use with the
2274   getsockopt and setsockopt system calls. */
2275#undef HAVE_STRUCT_LINGER
2276
2277/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
2278#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
2279
2280/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
2281#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
2282
2283/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
2284#undef HAVE_STRUCT_SOCKADDR_SA_LEN
2285
2286/* Define to 1 if the system has the type `struct sockaddr_storage'. */
2287#undef HAVE_STRUCT_SOCKADDR_STORAGE
2288
2289/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
2290#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
2291
2292/* Define to 1 if `st_atim' is a member of `struct stat'. */
2293#undef HAVE_STRUCT_STAT_ST_ATIM
2294
2295/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
2296#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
2297
2298/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
2299#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
2300
2301/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
2302#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
2303
2304/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
2305#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
2306
2307/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
2308#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
2309
2310/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
2311#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
2312
2313/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
2314#undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
2315
2316/* Define to 1 if `st_blksize' is a member of `struct stat'. */
2317#undef HAVE_STRUCT_STAT_ST_BLKSIZE
2318
2319/* Define to 1 if `st_blocks' is a member of `struct stat'. */
2320#undef HAVE_STRUCT_STAT_ST_BLOCKS
2321
2322/* Define to 1 if `st_ctim' is a member of `struct stat'. */
2323#undef HAVE_STRUCT_STAT_ST_CTIM
2324
2325/* Define to 1 if `st_mtim' is a member of `struct stat'. */
2326#undef HAVE_STRUCT_STAT_ST_MTIM
2327
2328/* Define to 1 if `st_rdev' is a member of `struct stat'. */
2329#undef HAVE_STRUCT_STAT_ST_RDEV
2330
2331/* Define to 1 if the system has the type `struct tms'. */
2332#undef HAVE_STRUCT_TMS
2333
2334/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
2335#undef HAVE_STRUCT_TM_TM_GMTOFF
2336
2337/* Define to 1 if `tm_zone' is a member of `struct tm'. */
2338#undef HAVE_STRUCT_TM_TM_ZONE
2339
2340/* Define to 1 if you have the `symlink' function. */
2341#undef HAVE_SYMLINK
2342
2343/* Define to 1 if you have the `sync' function. */
2344#undef HAVE_SYNC
2345
2346/* Define to 1 if you have the `sysconf' function. */
2347#undef HAVE_SYSCONF
2348
2349/* Define to 1 if you have the `sysctl' function. */
2350#undef HAVE_SYSCTL
2351
2352/* Define to 1 if you have the `sysmp' function. */
2353#undef HAVE_SYSMP
2354
2355/* Define to 1 if you have the `system' function. */
2356#undef HAVE_SYSTEM
2357
2358/* Define this if your system defines struct timespec via either <time.h> or
2359   <pthread.h>. */
2360#undef HAVE_SYSTEM_STRUCT_TIMESPEC
2361
2362/* Define to 1 if you have the <sys/bitypes.h> header file. */
2363#undef HAVE_SYS_BITYPES_H
2364
2365/* Define to 1 if you have the <sys/dir.h> header file. */
2366#undef HAVE_SYS_DIR_H
2367
2368/* Define to 1 if you have the <sys/file.h> header file. */
2369#undef HAVE_SYS_FILE_H
2370
2371/* Define to 1 if you have the <sys/filio.h> header file. */
2372#undef HAVE_SYS_FILIO_H
2373
2374/* Define to 1 if you have the <sys/inttypes.h> header file. */
2375#undef HAVE_SYS_INTTYPES_H
2376
2377/* Define to 1 if you have the <sys/ioctl.h> header file. */
2378#undef HAVE_SYS_IOCTL_H
2379
2380/* Define to 1 if you have the <sys/mman.h> header file. */
2381#undef HAVE_SYS_MMAN_H
2382
2383/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
2384   */
2385#undef HAVE_SYS_NDIR_H
2386
2387/* Define to 1 if you have the <sys/param.h> header file. */
2388#undef HAVE_SYS_PARAM_H
2389
2390/* Define to 1 if you have the <sys/pstat.h> header file. */
2391#undef HAVE_SYS_PSTAT_H
2392
2393/* Define to 1 if you have the <sys/resource.h> header file. */
2394#undef HAVE_SYS_RESOURCE_H
2395
2396/* Define to 1 if you have the <sys/select.h> header file. */
2397#undef HAVE_SYS_SELECT_H
2398
2399/* Define to 1 if you have the <sys/sendfile.h> header file. */
2400#undef HAVE_SYS_SENDFILE_H
2401
2402/* Define to 1 if you have the <sys/socket.h> header file. */
2403#undef HAVE_SYS_SOCKET_H
2404
2405/* Define to 1 if you have the <sys/stat.h> header file. */
2406#undef HAVE_SYS_STAT_H
2407
2408/* Define to 1 if you have the <sys/stdtypes.h> header file. */
2409#undef HAVE_SYS_STDTYPES_H
2410
2411/* Define to 1 if you have the <sys/sysctl.h> header file. */
2412#undef HAVE_SYS_SYSCTL_H
2413
2414/* Define to 1 if you have the <sys/sysmp.h> header file. */
2415#undef HAVE_SYS_SYSMP_H
2416
2417/* Define to 1 if you have the <sys/timeb.h> header file. */
2418#undef HAVE_SYS_TIMEB_H
2419
2420/* Define to 1 if you have the <sys/times.h> header file. */
2421#undef HAVE_SYS_TIMES_H
2422
2423/* Define to 1 if you have the <sys/time.h> header file. */
2424#undef HAVE_SYS_TIME_H
2425
2426/* Define to 1 if you have the <sys/types.h> header file. */
2427#undef HAVE_SYS_TYPES_H
2428
2429/* Define to 1 if you have the <sys/uio.h> header file. */
2430#undef HAVE_SYS_UIO_H
2431
2432/* Define to 1 if you have the <sys/utime.h> header file. */
2433#undef HAVE_SYS_UTIME_H
2434
2435/* Define to 1 if you have the <sys/utsname.h> header file. */
2436#undef HAVE_SYS_UTSNAME_H
2437
2438/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2439#undef HAVE_SYS_WAIT_H
2440
2441/* Define to 1 if you have the `tcgetpgrp' function. */
2442#undef HAVE_TCGETPGRP
2443
2444/* Define to 1 if you have the `tcsetpgrp' function. */
2445#undef HAVE_TCSETPGRP
2446
2447/* Define to 1 if you have the `timegm' function. */
2448#undef HAVE_TIMEGM
2449
2450/* Define to 1 if you have the `times' function. */
2451#undef HAVE_TIMES
2452
2453/* Define to 1 if the system has the type `timezone_t'. */
2454#undef HAVE_TIMEZONE_T
2455
2456/* Define to 1 if you have the <time.h> header file. */
2457#undef HAVE_TIME_H
2458
2459/* Define if struct tm has the tm_gmtoff member. */
2460#undef HAVE_TM_GMTOFF
2461
2462/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
2463   `HAVE_STRUCT_TM_TM_ZONE' instead. */
2464#undef HAVE_TM_ZONE
2465
2466/* Define to 1 if you have the `towlower' function. */
2467#undef HAVE_TOWLOWER
2468
2469/* Define to 1 if you have the `trunc' function. */
2470#undef HAVE_TRUNC
2471
2472/* Define to 1 if you have the `truncate' function. */
2473#undef HAVE_TRUNCATE
2474
2475/* Define to 1 if you have the `tsearch' function. */
2476#undef HAVE_TSEARCH
2477
2478/* Define to 1 if you have the `ttyname' function. */
2479#undef HAVE_TTYNAME
2480
2481/* Define to 1 if you don't have `tm_zone' but do have the external array
2482   `tzname'. */
2483#undef HAVE_TZNAME
2484
2485/* Define to 1 if you have the `tzset' function. */
2486#undef HAVE_TZSET
2487
2488/* Define if uint32_t typedef is defined when netdb.h is include. */
2489#undef HAVE_UINT32_T
2490
2491/* Define to 1 if you have the `uname' function. */
2492#undef HAVE_UNAME
2493
2494/* Define to 1 if you have the <unistd.h> header file. */
2495#undef HAVE_UNISTD_H
2496
2497/* Define if the system supports Unix-domain (file-domain) sockets. */
2498#undef HAVE_UNIX_DOMAIN_SOCKETS
2499
2500/* Define to 1 if you have the `unsetenv' function. */
2501#undef HAVE_UNSETENV
2502
2503/* Define to 1 if the system has the type 'unsigned long long int'. */
2504#undef HAVE_UNSIGNED_LONG_LONG_INT
2505
2506/* Define to 1 if csqrt is bug-free */
2507#undef HAVE_USABLE_CSQRT
2508
2509/* Define to 1 if getitimer(ITIMER_PROF, ...) is functional */
2510#undef HAVE_USABLE_GETITIMER_PROF
2511
2512/* Define to 1 if getitimer(ITIMER_VIRTUAL, ...) is functional */
2513#undef HAVE_USABLE_GETITIMER_VIRTUAL
2514
2515/* Define to 1 if you have the `uselocale' function. */
2516#undef HAVE_USELOCALE
2517
2518/* Define to 1 if you have the `usleep' function. */
2519#undef HAVE_USLEEP
2520
2521/* Define to 1 if you have the `utimensat' function. */
2522#undef HAVE_UTIMENSAT
2523
2524/* Define to 1 if you have the <utime.h> header file. */
2525#undef HAVE_UTIME_H
2526
2527/* Define to 1 if you have the `vasnprintf' function. */
2528#undef HAVE_VASNPRINTF
2529
2530/* Define to 1 or 0, depending whether the compiler supports simple visibility
2531   declarations. */
2532#undef HAVE_VISIBILITY
2533
2534/* Define to 1 if you have the `vsnprintf' function. */
2535#undef HAVE_VSNPRINTF
2536
2537/* Define to 1 if you have the `waitpid' function. */
2538#undef HAVE_WAITPID
2539
2540/* Define to 1 if you have the <wchar.h> header file. */
2541#undef HAVE_WCHAR_H
2542
2543/* Define if you have the 'wchar_t' type. */
2544#undef HAVE_WCHAR_T
2545
2546/* Define to 1 if you have the `wcrtomb' function. */
2547#undef HAVE_WCRTOMB
2548
2549/* Define to 1 if you have the `wcslen' function. */
2550#undef HAVE_WCSLEN
2551
2552/* Define to 1 if you have the `wcsnlen' function. */
2553#undef HAVE_WCSNLEN
2554
2555/* Define to 1 if you have the <wctype.h> header file. */
2556#undef HAVE_WCTYPE_H
2557
2558/* Define if you have the <winsock2.h> header file. */
2559#undef HAVE_WINSOCK2_H
2560
2561/* Define if you have the 'wint_t' type. */
2562#undef HAVE_WINT_T
2563
2564/* Define to 1 if O_NOATIME works. */
2565#undef HAVE_WORKING_O_NOATIME
2566
2567/* Define to 1 if O_NOFOLLOW works. */
2568#undef HAVE_WORKING_O_NOFOLLOW
2569
2570/* Define to 1 if you have the <ws2tcpip.h> header file. */
2571#undef HAVE_WS2TCPIP_H
2572
2573/* Define to 1 if you have the <xlocale.h> header file. */
2574#undef HAVE_XLOCALE_H
2575
2576/* Define to 1 if the system has the type `_Bool'. */
2577#undef HAVE__BOOL
2578
2579/* Define to 1 if you have the `_ftime' function. */
2580#undef HAVE__FTIME
2581
2582/* Define to 1 if you have the `_NSGetEnviron' function. */
2583#undef HAVE__NSGETENVIRON
2584
2585/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
2586#undef HAVE__SET_INVALID_PARAMETER_HANDLER
2587
2588/* Define to 1 if the compiler supports __builtin_expect,
2589   and to 2 if <builtins.h> does.  */
2590#undef HAVE___BUILTIN_EXPECT
2591#ifndef HAVE___BUILTIN_EXPECT
2592# define __builtin_expect(e, c) (e)
2593#elif HAVE___BUILTIN_EXPECT == 2
2594# include <builtins.h>
2595#endif
2596
2597
2598/* Define to 1 if you have the `__secure_getenv' function. */
2599#undef HAVE___SECURE_GETENV
2600
2601/* Define to 1 if you have the `__sincos' function. */
2602#undef HAVE___SINCOS
2603
2604/* Define to the host's GNU triplet. */
2605#undef HOST_TYPE
2606
2607/* Define as const if the declaration of iconv() needs const. */
2608#undef ICONV_CONST
2609
2610/* Define to a symbolic name denoting the flavor of iconv_open()
2611   implementation. */
2612#undef ICONV_FLAVOR
2613
2614/* Define as the bit index in the word where to find bit 0 of the exponent of
2615   'long double'. */
2616#undef LDBL_EXPBIT0_BIT
2617
2618/* Define as the word index where to find the exponent of 'long double'. */
2619#undef LDBL_EXPBIT0_WORD
2620
2621/* Define as the bit index in the word where to find the sign of 'long
2622   double'. */
2623#undef LDBL_SIGNBIT_BIT
2624
2625/* Define as the word index where to find the sign of 'long double'. */
2626#undef LDBL_SIGNBIT_WORD
2627
2628/* Define this if we should include <libc.h> when we've already included
2629   <unistd.h>. On some systems, they conflict, and libc.h should be omitted.
2630   See GUILE_HEADER_LIBC_WITH_UNISTD in aclocal.m4. */
2631#undef LIBC_H_WITH_UNISTD_H
2632
2633/* Define if localtime caches the TZ setting. */
2634#undef LOCALTIME_CACHE
2635
2636/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
2637   slash. */
2638#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
2639
2640/* Define to the sub-directory where libtool stores uninstalled libraries. */
2641#undef LT_OBJDIR
2642
2643/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
2644#undef MALLOC_0_IS_NONNULL
2645
2646/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
2647#undef MAP_ANONYMOUS
2648
2649/* Define if the mbrtowc function does not return (size_t) -2 for empty input.
2650   */
2651#undef MBRTOWC_EMPTY_INPUT_BUG
2652
2653/* Define if the mbrtowc function has the NULL pwc argument bug. */
2654#undef MBRTOWC_NULL_ARG1_BUG
2655
2656/* Define if the mbrtowc function has the NULL string argument bug. */
2657#undef MBRTOWC_NULL_ARG2_BUG
2658
2659/* Define if the mbrtowc function does not return 0 for a NUL character. */
2660#undef MBRTOWC_NUL_RETVAL_BUG
2661
2662/* Define if the mbrtowc function returns a wrong return value. */
2663#undef MBRTOWC_RETVAL_BUG
2664
2665/* Use GNU style printf and scanf.  */
2666#ifndef __USE_MINGW_ANSI_STDIO
2667# undef __USE_MINGW_ANSI_STDIO
2668#endif
2669
2670
2671/* Define if the operating system supplies sleep without declaring it. */
2672#undef MISSING_SLEEP_DECL
2673
2674/* Define if the operating system supplies usleep without declaring it. */
2675#undef MISSING_USLEEP_DECL
2676
2677/* Define to 1 if open() fails to recognize a trailing slash. */
2678#undef OPEN_TRAILING_SLASH_BUG
2679
2680/* Define to the address where bug reports for this package should be sent. */
2681#undef PACKAGE_BUGREPORT
2682
2683/* Define to the full name of this package. */
2684#undef PACKAGE_NAME
2685
2686/* Define to the full name and version of this package. */
2687#undef PACKAGE_STRING
2688
2689/* Define to the one symbol short name of this package. */
2690#undef PACKAGE_TARNAME
2691
2692/* Define to the home page for this package. */
2693#undef PACKAGE_URL
2694
2695/* Define to the version of this package. */
2696#undef PACKAGE_VERSION
2697
2698/* Define to the type that is the result of default argument promotions of
2699   type mode_t. */
2700#undef PROMOTED_MODE_T
2701
2702/* Define when pthread_att_get_stack works for the main thread */
2703#undef PTHREAD_ATTR_GETSTACK_WORKS
2704
2705/* Define to necessary symbol if this constant uses a non-standard name on
2706   your system. */
2707#undef PTHREAD_CREATE_JOINABLE
2708
2709/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2710   'ptrdiff_t'. */
2711#undef PTRDIFF_T_SUFFIX
2712
2713/* Define to 1 if readlink fails to recognize a trailing slash. */
2714#undef READLINK_TRAILING_SLASH_BUG
2715
2716/* Define if rename does not work when the destination file exists, as on
2717   Cygwin 1.5 or Windows. */
2718#undef RENAME_DEST_EXISTS_BUG
2719
2720/* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
2721   Cygwin 1.5. */
2722#undef RENAME_HARD_LINK_BUG
2723
2724/* Define if rename does not correctly handle slashes on the destination
2725   argument, such as on Solaris 10 or NetBSD 1.6. */
2726#undef RENAME_TRAILING_SLASH_DEST_BUG
2727
2728/* Define if rename does not correctly handle slashes on the source argument,
2729   such as on Solaris 9 or cygwin 1.5. */
2730#undef RENAME_TRAILING_SLASH_SOURCE_BUG
2731
2732/* Define to 1 if gnulib's dirfd() replacement is used. */
2733#undef REPLACE_DIRFD
2734
2735/* Define to 1 if stat needs help when passed a directory name with a trailing
2736   slash */
2737#undef REPLACE_FUNC_STAT_DIR
2738
2739/* Define to 1 if stat needs help when passed a file name with a trailing
2740   slash */
2741#undef REPLACE_FUNC_STAT_FILE
2742
2743/* Define if the iconv() functions are enhanced to handle the
2744   UTF-{16,32}{BE,LE} encodings. */
2745#undef REPLACE_ICONV_UTF
2746
2747/* Define if nl_langinfo exists but is overridden by gnulib. */
2748#undef REPLACE_NL_LANGINFO
2749
2750/* Define if vasnprintf exists but is overridden by gnulib. */
2751#undef REPLACE_VASNPRINTF
2752
2753/* Define as the return type of signal handlers (`int' or `void'). */
2754#undef RETSIGTYPE
2755
2756/* Define this if floats are the same size as longs. */
2757#undef SCM_SINGLES
2758
2759/* Define this to control the default warning level for deprecated features.
2760   */
2761#undef SCM_WARN_DEPRECATED_DEFAULT
2762
2763/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2764   'sig_atomic_t'. */
2765#undef SIG_ATOMIC_T_SUFFIX
2766
2767/* The size of `char', as computed by sizeof. */
2768#undef SIZEOF_CHAR
2769
2770/* The size of `float', as computed by sizeof. */
2771#undef SIZEOF_FLOAT
2772
2773/* The size of `int', as computed by sizeof. */
2774#undef SIZEOF_INT
2775
2776/* The size of `intmax_t', as computed by sizeof. */
2777#undef SIZEOF_INTMAX_T
2778
2779/* The size of `intptr_t', as computed by sizeof. */
2780#undef SIZEOF_INTPTR_T
2781
2782/* The size of `long', as computed by sizeof. */
2783#undef SIZEOF_LONG
2784
2785/* The size of `long long', as computed by sizeof. */
2786#undef SIZEOF_LONG_LONG
2787
2788/* The size of `off_t', as computed by sizeof. */
2789#undef SIZEOF_OFF_T
2790
2791/* The size of `ptrdiff_t', as computed by sizeof. */
2792#undef SIZEOF_PTRDIFF_T
2793
2794/* The size of `short', as computed by sizeof. */
2795#undef SIZEOF_SHORT
2796
2797/* The size of `size_t', as computed by sizeof. */
2798#undef SIZEOF_SIZE_T
2799
2800/* The size of `ssize_t', as computed by sizeof. */
2801#undef SIZEOF_SSIZE_T
2802
2803/* The size of `uintptr_t', as computed by sizeof. */
2804#undef SIZEOF_UINTPTR_T
2805
2806/* The size of `unsigned char', as computed by sizeof. */
2807#undef SIZEOF_UNSIGNED_CHAR
2808
2809/* The size of `unsigned int', as computed by sizeof. */
2810#undef SIZEOF_UNSIGNED_INT
2811
2812/* The size of `unsigned long', as computed by sizeof. */
2813#undef SIZEOF_UNSIGNED_LONG
2814
2815/* The size of `unsigned long long', as computed by sizeof. */
2816#undef SIZEOF_UNSIGNED_LONG_LONG
2817
2818/* The size of `unsigned short', as computed by sizeof. */
2819#undef SIZEOF_UNSIGNED_SHORT
2820
2821/* The size of `unsigned __int64', as computed by sizeof. */
2822#undef SIZEOF_UNSIGNED___INT64
2823
2824/* The size of `void *', as computed by sizeof. */
2825#undef SIZEOF_VOID_P
2826
2827/* The size of `__int64', as computed by sizeof. */
2828#undef SIZEOF___INT64
2829
2830/* Define as the maximum value of type 'size_t', if the system doesn't define
2831   it. */
2832#ifndef SIZE_MAX
2833# undef SIZE_MAX
2834#endif
2835
2836/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2837   'size_t'. */
2838#undef SIZE_T_SUFFIX
2839
2840/* If using the C implementation of alloca, define if you know the
2841   direction of stack growth for your system; otherwise it will be
2842   automatically deduced at runtime.
2843	STACK_DIRECTION > 0 => grows toward higher addresses
2844	STACK_DIRECTION < 0 => grows toward lower addresses
2845	STACK_DIRECTION = 0 => direction of growth unknown */
2846#undef STACK_DIRECTION
2847
2848/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2849#undef STAT_MACROS_BROKEN
2850
2851/* Define to 1 if you have the ANSI C header files. */
2852#undef STDC_HEADERS
2853
2854/* Define to 1 if time_t is signed. */
2855#undef TIME_T_IS_SIGNED
2856
2857/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2858#undef TIME_WITH_SYS_TIME
2859
2860/* Define to 1 if your <sys/time.h> declares `struct tm'. */
2861#undef TM_IN_SYS_TIME
2862
2863/* Define to 1 if the type of the st_atim member of a struct stat is struct
2864   timespec. */
2865#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
2866
2867/* Define if you need additional CPP macros on Win32 platforms. */
2868#undef USE_DLL_IMPORT
2869
2870/* Define to let Gnulib modules know that we use POSIX threads. */
2871#undef USE_POSIX_THREADS
2872
2873/* Enable extensions on AIX 3, Interix.  */
2874#ifndef _ALL_SOURCE
2875# undef _ALL_SOURCE
2876#endif
2877/* Enable general extensions on macOS.  */
2878#ifndef _DARWIN_C_SOURCE
2879# undef _DARWIN_C_SOURCE
2880#endif
2881/* Enable GNU extensions on systems that have them.  */
2882#ifndef _GNU_SOURCE
2883# undef _GNU_SOURCE
2884#endif
2885/* Enable threading extensions on Solaris.  */
2886#ifndef _POSIX_PTHREAD_SEMANTICS
2887# undef _POSIX_PTHREAD_SEMANTICS
2888#endif
2889/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
2890#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
2891# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
2892#endif
2893/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
2894#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
2895# undef __STDC_WANT_IEC_60559_BFP_EXT__
2896#endif
2897/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
2898#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
2899# undef __STDC_WANT_IEC_60559_DFP_EXT__
2900#endif
2901/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
2902#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
2903# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
2904#endif
2905/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
2906#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
2907# undef __STDC_WANT_IEC_60559_TYPES_EXT__
2908#endif
2909/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
2910#ifndef __STDC_WANT_LIB_EXT2__
2911# undef __STDC_WANT_LIB_EXT2__
2912#endif
2913/* Enable extensions specified by ISO/IEC 24747:2009.  */
2914#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
2915# undef __STDC_WANT_MATH_SPEC_FUNCS__
2916#endif
2917/* Enable extensions on HP NonStop.  */
2918#ifndef _TANDEM_SOURCE
2919# undef _TANDEM_SOURCE
2920#endif
2921/* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
2922   mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
2923   whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
2924#ifndef _XOPEN_SOURCE
2925# undef _XOPEN_SOURCE
2926#endif
2927/* Enable general extensions on Solaris.  */
2928#ifndef __EXTENSIONS__
2929# undef __EXTENSIONS__
2930#endif
2931
2932
2933/* Define if the system headers declare usleep to return void. */
2934#undef USLEEP_RETURNS_VOID
2935
2936/* Define this if <utime.h> doesn't define struct utimbuf unless _POSIX_SOURCE
2937   is defined. See GUILE_STRUCT_UTIMBUF in aclocal.m4. */
2938#undef UTIMBUF_NEEDS_POSIX
2939
2940/* Define to 1 if unsetenv returns void instead of int. */
2941#undef VOID_UNSETENV
2942
2943/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2944   'wchar_t'. */
2945#undef WCHAR_T_SUFFIX
2946
2947/* Define if WSAStartup is needed. */
2948#undef WINDOWS_SOCKETS
2949
2950/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2951   'wint_t'. */
2952#undef WINT_T_SUFFIX
2953
2954/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2955   significant byte first (like Motorola and SPARC, unlike Intel). */
2956#if defined AC_APPLE_UNIVERSAL_BUILD
2957# if defined __BIG_ENDIAN__
2958#  define WORDS_BIGENDIAN 1
2959# endif
2960#else
2961# ifndef WORDS_BIGENDIAN
2962#  undef WORDS_BIGENDIAN
2963# endif
2964#endif
2965
2966/* Enable large inode numbers on Mac OS X 10.5. */
2967#undef _DARWIN_USE_64_BIT_INODE
2968
2969/* Number of bits in a file offset, on hosts where this is settable. */
2970#undef _FILE_OFFSET_BITS
2971
2972/* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
2973   stat.st_size becomes 64-bit. */
2974#undef _GL_WINDOWS_64_BIT_ST_SIZE
2975
2976/* Define for large files, on AIX-style hosts. */
2977#undef _LARGE_FILES
2978
2979/* Define to 1 on Solaris. */
2980#undef _LCONV_C99
2981
2982/* Define to 1 if on MINIX. */
2983#undef _MINIX
2984
2985/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
2986#undef _NETBSD_SOURCE
2987
2988/* The _Noreturn keyword of C11.  */
2989#if ! (defined _Noreturn \
2990       || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
2991# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
2992      || 0x5110 <= __SUNPRO_C)
2993#  define _Noreturn __attribute__ ((__noreturn__))
2994# elif defined _MSC_VER && 1200 <= _MSC_VER
2995#  define _Noreturn __declspec (noreturn)
2996# else
2997#  define _Noreturn
2998# endif
2999#endif
3000
3001
3002/* Define to 2 if the system does not provide POSIX.1 features except with
3003   this defined. */
3004#undef _POSIX_1_SOURCE
3005
3006/* Define to 1 in order to get the POSIX compatible declarations of socket
3007   functions. */
3008#undef _POSIX_PII_SOCKET
3009
3010/* Define to 1 if you need to in order for 'stat' and other things to work. */
3011#undef _POSIX_SOURCE
3012
3013/* Define if you want <regex.h> to include <limits.h>, so that it consistently
3014   overrides <limits.h>'s RE_DUP_MAX. */
3015#undef _REGEX_INCLUDE_LIMITS_H
3016
3017/* Define if you want regoff_t to be at least as wide POSIX requires. */
3018#undef _REGEX_LARGE_OFFSETS
3019
3020/* Define to 1 if the system <stdint.h> predates C++11. */
3021#undef __STDC_CONSTANT_MACROS
3022
3023/* Define to 1 if the system <stdint.h> predates C++11. */
3024#undef __STDC_LIMIT_MACROS
3025
3026/* Define as a replacement for the ISO C99 __func__ variable. */
3027#undef __func__
3028
3029/* Define to empty if `const' does not conform to ANSI C. */
3030#undef const
3031
3032/* Please see the Gnulib manual for how to use these macros.
3033
3034   Suppress extern inline with HP-UX cc, as it appears to be broken; see
3035   <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
3036
3037   Suppress extern inline with Sun C in standards-conformance mode, as it
3038   mishandles inline functions that call each other.  E.g., for 'inline void f
3039   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
3040   'reference to static identifier "f" in extern inline function'.
3041   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
3042
3043   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
3044   on configurations that mistakenly use 'static inline' to implement
3045   functions or macros in standard C headers like <ctype.h>.  For example,
3046   if isdigit is mistakenly implemented via a static inline function,
3047   a program containing an extern inline function that calls isdigit
3048   may not work since the C standard prohibits extern inline functions
3049   from calling static functions.  This bug is known to occur on:
3050
3051     OS X 10.8 and earlier; see:
3052     http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
3053
3054     DragonFly; see
3055     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
3056
3057     FreeBSD; see:
3058     http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
3059
3060   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
3061   for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
3062   Assume DragonFly and FreeBSD will be similar.  */
3063#if (((defined __APPLE__ && defined __MACH__) \
3064      || defined __DragonFly__ || defined __FreeBSD__) \
3065     && (defined __header_inline \
3066         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
3067            && ! defined __clang__) \
3068         : ((! defined _DONT_USE_CTYPE_INLINE_ \
3069             && (defined __GNUC__ || defined __cplusplus)) \
3070            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
3071                && defined __GNUC__ && ! defined __cplusplus))))
3072# define _GL_EXTERN_INLINE_STDHEADER_BUG
3073#endif
3074#if ((__GNUC__ \
3075      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
3076      : (199901L <= __STDC_VERSION__ \
3077         && !defined __HP_cc \
3078         && !defined __PGI \
3079         && !(defined __SUNPRO_C && __STDC__))) \
3080     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
3081# define _GL_INLINE inline
3082# define _GL_EXTERN_INLINE extern inline
3083# define _GL_EXTERN_INLINE_IN_USE
3084#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
3085       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
3086# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
3087   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
3088#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
3089# else
3090#  define _GL_INLINE extern inline
3091# endif
3092# define _GL_EXTERN_INLINE extern
3093# define _GL_EXTERN_INLINE_IN_USE
3094#else
3095# define _GL_INLINE static _GL_UNUSED
3096# define _GL_EXTERN_INLINE static _GL_UNUSED
3097#endif
3098
3099/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
3100   suppress bogus "no previous prototype for 'FOO'"
3101   and "no previous declaration for 'FOO'" diagnostics,
3102   when FOO is an inline function in the header; see
3103   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
3104   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
3105#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
3106# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
3107#  define _GL_INLINE_HEADER_CONST_PRAGMA
3108# else
3109#  define _GL_INLINE_HEADER_CONST_PRAGMA \
3110     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
3111# endif
3112# define _GL_INLINE_HEADER_BEGIN \
3113    _Pragma ("GCC diagnostic push") \
3114    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
3115    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
3116    _GL_INLINE_HEADER_CONST_PRAGMA
3117# define _GL_INLINE_HEADER_END \
3118    _Pragma ("GCC diagnostic pop")
3119#else
3120# define _GL_INLINE_HEADER_BEGIN
3121# define _GL_INLINE_HEADER_END
3122#endif
3123
3124/* ffi type for size_t */
3125#undef ffi_type_size_t
3126
3127/* ffi type for ssize_t */
3128#undef ffi_type_ssize_t
3129
3130/* Define to `int' if <sys/types.h> doesn't define. */
3131#undef gid_t
3132
3133/* Define to `__inline__' or `__inline' if that's what the C compiler
3134   calls it, or to nothing if 'inline' is not supported under any name.  */
3135#ifndef __cplusplus
3136#undef inline
3137#endif
3138
3139/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
3140#undef intmax_t
3141
3142/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
3143   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
3144   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
3145   __APPLE__ && __MACH__ test for Mac OS X.
3146   __APPLE_CC__ tests for the Apple compiler and its version.
3147   __STDC_VERSION__ tests for the C99 mode.  */
3148#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
3149# define __GNUC_STDC_INLINE__ 1
3150#endif
3151
3152/* Define to a type if <wchar.h> does not define. */
3153#undef mbstate_t
3154
3155/* Define to the real name of the mktime_internal function. */
3156#undef mktime_internal
3157
3158/* Define to `int' if <sys/types.h> does not define. */
3159#undef mode_t
3160
3161/* Define to the name of the strftime replacement function. */
3162#undef my_strftime
3163
3164/* Define to the type of st_nlink in struct stat, or a supertype. */
3165#undef nlink_t
3166
3167/* Define to `int' if <sys/types.h> does not define. */
3168#undef pid_t
3169
3170/* Define as the type of the result of subtracting two pointers, if the system
3171   doesn't define it. */
3172#undef ptrdiff_t
3173
3174/* Define to rpl_re_comp if the replacement should be used. */
3175#undef re_comp
3176
3177/* Define to rpl_re_compile_fastmap if the replacement should be used. */
3178#undef re_compile_fastmap
3179
3180/* Define to rpl_re_compile_pattern if the replacement should be used. */
3181#undef re_compile_pattern
3182
3183/* Define to rpl_re_exec if the replacement should be used. */
3184#undef re_exec
3185
3186/* Define to rpl_re_match if the replacement should be used. */
3187#undef re_match
3188
3189/* Define to rpl_re_match_2 if the replacement should be used. */
3190#undef re_match_2
3191
3192/* Define to rpl_re_search if the replacement should be used. */
3193#undef re_search
3194
3195/* Define to rpl_re_search_2 if the replacement should be used. */
3196#undef re_search_2
3197
3198/* Define to rpl_re_set_registers if the replacement should be used. */
3199#undef re_set_registers
3200
3201/* Define to rpl_re_set_syntax if the replacement should be used. */
3202#undef re_set_syntax
3203
3204/* Define to rpl_re_syntax_options if the replacement should be used. */
3205#undef re_syntax_options
3206
3207/* Define to rpl_regcomp if the replacement should be used. */
3208#undef regcomp
3209
3210/* Define to rpl_regerror if the replacement should be used. */
3211#undef regerror
3212
3213/* Define to rpl_regexec if the replacement should be used. */
3214#undef regexec
3215
3216/* Define to rpl_regfree if the replacement should be used. */
3217#undef regfree
3218
3219/* Define to the equivalent of the C99 'restrict' keyword, or to
3220   nothing if this is not supported.  Do not define if restrict is
3221   supported directly.  */
3222#undef restrict
3223/* Work around a bug in Sun C++: it does not support _Restrict or
3224   __restrict__, even though the corresponding Sun C compiler ends up with
3225   "#define restrict _Restrict" or "#define restrict __restrict__" in the
3226   previous line.  Perhaps some future version of Sun C++ will work with
3227   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
3228#if defined __SUNPRO_CC && !defined __RESTRICT
3229# define _Restrict
3230# define __restrict__
3231#endif
3232
3233/* Define to `unsigned int' if <sys/types.h> does not define. */
3234#undef size_t
3235
3236/* Define to `int' if <sys/socket.h> does not define. */
3237#undef socklen_t
3238
3239/* Define as a signed type of the same size as size_t. */
3240#undef ssize_t
3241
3242/* Define to `int' if <sys/types.h> doesn't define. */
3243#undef uid_t
3244
3245/* Define as a marker that can be attached to declarations that might not
3246    be used.  This helps to reduce warnings, such as from
3247    GCC -Wunused-parameter.  */
3248#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
3249# define _GL_UNUSED __attribute__ ((__unused__))
3250#else
3251# define _GL_UNUSED
3252#endif
3253/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
3254   is a misnomer outside of parameter lists.  */
3255#define _UNUSED_PARAMETER_ _GL_UNUSED
3256
3257/* gcc supports the "unused" attribute on possibly unused labels, and
3258   g++ has since version 4.5.  Note to support C++ as well as C,
3259   _GL_UNUSED_LABEL should be used with a trailing ;  */
3260#if !defined __cplusplus || __GNUC__ > 4 \
3261    || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
3262# define _GL_UNUSED_LABEL _GL_UNUSED
3263#else
3264# define _GL_UNUSED_LABEL
3265#endif
3266
3267/* The __pure__ attribute was added in gcc 2.96.  */
3268#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
3269# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
3270#else
3271# define _GL_ATTRIBUTE_PURE /* empty */
3272#endif
3273
3274/* The __const__ attribute was added in gcc 2.95.  */
3275#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
3276# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
3277#else
3278# define _GL_ATTRIBUTE_CONST /* empty */
3279#endif
3280
3281
3282/* Define to empty if the keyword `volatile' does not work. Warning: valid
3283   code using `volatile' can become incorrect without. Disable with care. */
3284#undef volatile
3285