1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define if building universal (internal helper macro) */
5/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7/* Define to the number of bits in type 'ptrdiff_t'. */
8/* #undef BITSIZEOF_PTRDIFF_T */
9
10/* Define to the number of bits in type 'sig_atomic_t'. */
11/* #undef BITSIZEOF_SIG_ATOMIC_T */
12
13/* Define to the number of bits in type 'size_t'. */
14/* #undef BITSIZEOF_SIZE_T */
15
16/* Define to the number of bits in type 'wchar_t'. */
17/* #undef BITSIZEOF_WCHAR_T */
18
19/* Define to the number of bits in type 'wint_t'. */
20/* #undef BITSIZEOF_WINT_T */
21
22/* C99 macros are supported */
23#define C99_MACROS 1
24
25/* Define if you wish *printf() functions that have a safe handling of
26 non-IEEE-754 'long double' values. */
27#define CHECK_PRINTF_SAFE 1
28
29/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
30 systems. This function is required for `alloca.c' support on those systems.
31 */
32/* #undef CRAY_STACKSEG_END */
33
34/* Define to 1 if using `alloca.c'. */
35/* #undef C_ALLOCA */
36
37/* Define as the bit index in the word where to find bit 0 of the exponent of
38 'double'. */
39#define DBL_EXPBIT0_BIT 20
40
41/* Define as the word index where to find the exponent of 'double'. */
42#define DBL_EXPBIT0_WORD 1
43
44/* Define as the bit index in the word where to find the sign of 'double'. */
45/* #undef DBL_SIGNBIT_BIT */
46
47/* Define as the word index where to find the sign of 'double'. */
48/* #undef DBL_SIGNBIT_WORD */
49
50/* use the given CRL file */
51/* #undef DEFAULT_CRL_FILE */
52
53/* use the given file default trust store */
54#define DEFAULT_TRUST_STORE_FILE "/etc/ssl/certs/ca-certificates.crt"
55
56/* use the given pkcs11 uri as default trust store */
57/* #undef DEFAULT_TRUST_STORE_PKCS11 */
58
59/* Define to 1 if // is a file system root distinct from /. */
60/* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */
61
62/* enable ALPN support */
63#define ENABLE_ALPN 1
64
65/* enable anonymous authentication */
66#define ENABLE_ANON 1
67
68/* Enable cryptodev support */
69/* #undef ENABLE_CRYPTODEV */
70
71/* enable DHE */
72#define ENABLE_DHE 1
73
74/* enable DTLS-SRTP support */
75#define ENABLE_DTLS_SRTP 1
76
77/* enable DHE */
78#define ENABLE_ECDHE 1
79
80/* enable heartbeat support */
81#define ENABLE_HEARTBEAT 1
82
83/* nls support in libopts */
84#define ENABLE_NLS 1
85
86/* enable OCSP support */
87#define ENABLE_OCSP 1
88
89/* use openpgp authentication */
90#define ENABLE_OPENPGP 1
91
92/* Build PKCS#11 support */
93#define ENABLE_PKCS11 1
94
95/* enable PSK authentication */
96#define ENABLE_PSK 1
97
98/* enable RSA-EXPORT */
99#define ENABLE_RSA_EXPORT 1
100
101/* enable SRP authentication */
102#define ENABLE_SRP 1
103
104/* Define as the bit index in the word where to find bit 0 of the exponent of
105 'float'. */
106#define FLT_EXPBIT0_BIT 23
107
108/* Define as the word index where to find the exponent of 'float'. */
109#define FLT_EXPBIT0_WORD 0
110
111/* Define as the bit index in the word where to find the sign of 'float'. */
112/* #undef FLT_SIGNBIT_BIT */
113
114/* Define as the word index where to find the sign of 'float'. */
115/* #undef FLT_SIGNBIT_WORD */
116
117/* fopen(3) accepts a 'b' in the mode flag */
118#define FOPEN_BINARY_FLAG "b"
119
120/* fopen(3) accepts a 't' in the mode flag */
121#define FOPEN_TEXT_FLAG "t"
122
123/* Define to 1 if the system's ftello function has the Solaris bug. */
124/* #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE */
125
126/* Define to 1 if ungetc is broken when used on arbitrary bytes. */
127/* #undef FUNC_UNGETC_BROKEN */
128
129/* Define if gettimeofday clobbers the localtime buffer. */
130/* #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME */
131
132/* Define this to 'void' or 'struct timezone' to match the system's
133 declaration of the second argument to gettimeofday. */
134#define GETTIMEOFDAY_TIMEZONE struct timezone
135
136/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
137 whether the gnulib module fscanf shall be considered present. */
138#define GNULIB_FSCANF 1
139
140/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
141 whether the gnulib module lock shall be considered present. */
142#define GNULIB_LOCK IN_GNUTLS_GNULIB_TESTS
143
144/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
145 whether the gnulib module malloc-gnu shall be considered present. */
146#define GNULIB_MALLOC_GNU 1
147
148/* Define to 1 to add extern declaration of program_invocation_name to argp.h
149 */
150/* #undef GNULIB_PROGRAM_INVOCATION_NAME */
151
152/* Define to 1 to add extern declaration of program_invocation_short_name to
153 argp.h */
154/* #undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME */
155
156/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
157 whether the gnulib module scanf shall be considered present. */
158#define GNULIB_SCANF 1
159
160/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
161 whether the gnulib module snprintf shall be considered present. */
162#define GNULIB_SNPRINTF 1
163
164/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
165 whether the gnulib module strerror shall be considered present. */
166#define GNULIB_STRERROR 1
167
168/* Define to 1 when the gnulib module accept should be tested. */
169#define GNULIB_TEST_ACCEPT 1
170
171/* Define to 1 when the gnulib module alphasort should be tested. */
172#define GNULIB_TEST_ALPHASORT 1
173
174/* Define to 1 when the gnulib module bind should be tested. */
175#define GNULIB_TEST_BIND 1
176
177/* Define to 1 when the gnulib module close should be tested. */
178#define GNULIB_TEST_CLOSE 1
179
180/* Define to 1 when the gnulib module closedir should be tested. */
181#define GNULIB_TEST_CLOSEDIR 1
182
183/* Define to 1 when the gnulib module connect should be tested. */
184#define GNULIB_TEST_CONNECT 1
185
186/* Define to 1 when the gnulib module dup2 should be tested. */
187#define GNULIB_TEST_DUP2 1
188
189/* Define to 1 when the gnulib module environ should be tested. */
190#define GNULIB_TEST_ENVIRON 1
191
192/* Define to 1 when the gnulib module fdopen should be tested. */
193#define GNULIB_TEST_FDOPEN 1
194
195/* Define to 1 when the gnulib module frexp should be tested. */
196#define GNULIB_TEST_FREXP 1
197
198/* Define to 1 when the gnulib module frexpl should be tested. */
199#define GNULIB_TEST_FREXPL 1
200
201/* Define to 1 when the gnulib module fseek should be tested. */
202#define GNULIB_TEST_FSEEK 1
203
204/* Define to 1 when the gnulib module fseeko should be tested. */
205#define GNULIB_TEST_FSEEKO 1
206
207/* Define to 1 when the gnulib module fstat should be tested. */
208#define GNULIB_TEST_FSTAT 1
209
210/* Define to 1 when the gnulib module ftell should be tested. */
211#define GNULIB_TEST_FTELL 1
212
213/* Define to 1 when the gnulib module ftello should be tested. */
214#define GNULIB_TEST_FTELLO 1
215
216/* Define to 1 when the gnulib module ftruncate should be tested. */
217#define GNULIB_TEST_FTRUNCATE 1
218
219/* Define to 1 when the gnulib module getaddrinfo should be tested. */
220#define GNULIB_TEST_GETADDRINFO 1
221
222/* Define to 1 when the gnulib module getcwd should be tested. */
223#define GNULIB_TEST_GETCWD 1
224
225/* Define to 1 when the gnulib module getdelim should be tested. */
226#define GNULIB_TEST_GETDELIM 1
227
228/* Define to 1 when the gnulib module getdtablesize should be tested. */
229#define GNULIB_TEST_GETDTABLESIZE 1
230
231/* Define to 1 when the gnulib module getline should be tested. */
232#define GNULIB_TEST_GETLINE 1
233
234/* Define to 1 when the gnulib module getopt-gnu should be tested. */
235#define GNULIB_TEST_GETOPT_GNU 1
236
237/* Define to 1 when the gnulib module getpagesize should be tested. */
238#define GNULIB_TEST_GETPAGESIZE 1
239
240/* Define to 1 when the gnulib module getpeername should be tested. */
241#define GNULIB_TEST_GETPEERNAME 1
242
243/* Define to 1 when the gnulib module getsubopt should be tested. */
244#define GNULIB_TEST_GETSUBOPT 1
245
246/* Define to 1 when the gnulib module gettimeofday should be tested. */
247#define GNULIB_TEST_GETTIMEOFDAY 1
248
249/* Define to 1 when the gnulib module ioctl should be tested. */
250#define GNULIB_TEST_IOCTL 1
251
252/* Define to 1 when the gnulib module listen should be tested. */
253#define GNULIB_TEST_LISTEN 1
254
255/* Define to 1 when the gnulib module lseek should be tested. */
256#define GNULIB_TEST_LSEEK 1
257
258/* Define to 1 when the gnulib module lstat should be tested. */
259#define GNULIB_TEST_LSTAT 1
260
261/* Define to 1 when the gnulib module malloc-posix should be tested. */
262#define GNULIB_TEST_MALLOC_POSIX 1
263
264/* Define to 1 when the gnulib module memchr should be tested. */
265#define GNULIB_TEST_MEMCHR 1
266
267/* Define to 1 when the gnulib module memmem should be tested. */
268#define GNULIB_TEST_MEMMEM 1
269
270/* Define to 1 when the gnulib module mempcpy should be tested. */
271#define GNULIB_TEST_MEMPCPY 1
272
273/* Define to 1 when the gnulib module open should be tested. */
274#define GNULIB_TEST_OPEN 1
275
276/* Define to 1 when the gnulib module opendir should be tested. */
277#define GNULIB_TEST_OPENDIR 1
278
279/* Define to 1 when the gnulib module perror should be tested. */
280#define GNULIB_TEST_PERROR 1
281
282/* Define to 1 when the gnulib module pipe should be tested. */
283#define GNULIB_TEST_PIPE 1
284
285/* Define to 1 when the gnulib module putenv should be tested. */
286#define GNULIB_TEST_PUTENV 1
287
288/* Define to 1 when the gnulib module rawmemchr should be tested. */
289#define GNULIB_TEST_RAWMEMCHR 1
290
291/* Define to 1 when the gnulib module readdir should be tested. */
292#define GNULIB_TEST_READDIR 1
293
294/* Define to 1 when the gnulib module realloc-posix should be tested. */
295#define GNULIB_TEST_REALLOC_POSIX 1
296
297/* Define to 1 when the gnulib module recv should be tested. */
298#define GNULIB_TEST_RECV 1
299
300/* Define to 1 when the gnulib module recvfrom should be tested. */
301#define GNULIB_TEST_RECVFROM 1
302
303/* Define to 1 when the gnulib module scandir should be tested. */
304#define GNULIB_TEST_SCANDIR 1
305
306/* Define to 1 when the gnulib module select should be tested. */
307#define GNULIB_TEST_SELECT 1
308
309/* Define to 1 when the gnulib module send should be tested. */
310#define GNULIB_TEST_SEND 1
311
312/* Define to 1 when the gnulib module sendto should be tested. */
313#define GNULIB_TEST_SENDTO 1
314
315/* Define to 1 when the gnulib module setenv should be tested. */
316#define GNULIB_TEST_SETENV 1
317
318/* Define to 1 when the gnulib module setsockopt should be tested. */
319#define GNULIB_TEST_SETSOCKOPT 1
320
321/* Define to 1 when the gnulib module shutdown should be tested. */
322#define GNULIB_TEST_SHUTDOWN 1
323
324/* Define to 1 when the gnulib module signbit should be tested. */
325#define GNULIB_TEST_SIGNBIT 1
326
327/* Define to 1 when the gnulib module sleep should be tested. */
328#define GNULIB_TEST_SLEEP 1
329
330/* Define to 1 when the gnulib module snprintf should be tested. */
331#define GNULIB_TEST_SNPRINTF 1
332
333/* Define to 1 when the gnulib module socket should be tested. */
334#define GNULIB_TEST_SOCKET 1
335
336/* Define to 1 when the gnulib module stat should be tested. */
337#define GNULIB_TEST_STAT 1
338
339/* Define to 1 when the gnulib module strchrnul should be tested. */
340#define GNULIB_TEST_STRCHRNUL 1
341
342/* Define to 1 when the gnulib module strdup should be tested. */
343#define GNULIB_TEST_STRDUP 1
344
345/* Define to 1 when the gnulib module strerror should be tested. */
346#define GNULIB_TEST_STRERROR 1
347
348/* Define to 1 when the gnulib module strerror_r should be tested. */
349#define GNULIB_TEST_STRERROR_R 1
350
351/* Define to 1 when the gnulib module strndup should be tested. */
352#define GNULIB_TEST_STRNDUP 1
353
354/* Define to 1 when the gnulib module strnlen should be tested. */
355#define GNULIB_TEST_STRNLEN 1
356
357/* Define to 1 when the gnulib module strtok_r should be tested. */
358#define GNULIB_TEST_STRTOK_R 1
359
360/* Define to 1 when the gnulib module strverscmp should be tested. */
361#define GNULIB_TEST_STRVERSCMP 1
362
363/* Define to 1 when the gnulib module symlink should be tested. */
364#define GNULIB_TEST_SYMLINK 1
365
366/* Define to 1 when the gnulib module time_r should be tested. */
367#define GNULIB_TEST_TIME_R 1
368
369/* Define to 1 when the gnulib module unsetenv should be tested. */
370#define GNULIB_TEST_UNSETENV 1
371
372/* Define to 1 when the gnulib module vasprintf should be tested. */
373#define GNULIB_TEST_VASPRINTF 1
374
375/* Define to 1 when the gnulib module vfprintf-posix should be tested. */
376#define GNULIB_TEST_VFPRINTF_POSIX 1
377
378/* Define to 1 when the gnulib module vprintf-posix should be tested. */
379#define GNULIB_TEST_VPRINTF_POSIX 1
380
381/* Define to 1 when the gnulib module vsnprintf should be tested. */
382#define GNULIB_TEST_VSNPRINTF 1
383
384/* Make sure we don't use old features in code. */
385#define GNUTLS_COMPAT_H 1
386
387/* We allow temporarily usage of deprecated functions - until they are
388 removed. */
389#define GNUTLS_INTERNAL_BUILD 1
390
391/* Additional cast to bring void* to a type castable to int. */
392#define GNUTLS_POINTER_TO_INT_CAST (long)
393
394/* Define to 1 if you have the `alarm' function. */
395#define HAVE_ALARM 1
396
397/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
398 may be supplied by this distribution. */
399#define HAVE_ALLOCA 1
400
401/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
402 */
403#define HAVE_ALLOCA_H 1
404
405/* Define to 1 if you have the `alphasort' function. */
406#define HAVE_ALPHASORT 1
407
408/* Define to 1 if you have the <arpa/inet.h> header file. */
409#define HAVE_ARPA_INET_H 1
410
411/* Define to 1 if you have the `atexit' function. */
412#define HAVE_ATEXIT 1
413
414/* Define to 1 if you have the <bp-sym.h> header file. */
415/* #undef HAVE_BP_SYM_H */
416
417/* Define to 1 if you have the <byteswap.h> header file. */
418#define HAVE_BYTESWAP_H 1
419
420/* Define to 1 if you have the `canonicalize_file_name' function. */
421#define HAVE_CANONICALIZE_FILE_NAME 1
422
423/* Define to 1 if you have the `catgets' function. */
424#define HAVE_CATGETS 1
425
426/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
427 CoreFoundation framework. */
428/* #undef HAVE_CFLOCALECOPYCURRENT */
429
430/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
431 the CoreFoundation framework. */
432/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
433
434/* Define to 1 if you have the `chmod' function. */
435#define HAVE_CHMOD 1
436
437/* Define to 1 if you have the `chsize' function. */
438/* #undef HAVE_CHSIZE */
439
440/* Define to 1 if you have the `clock_gettime' function. */
441#define HAVE_CLOCK_GETTIME 1
442
443/* Define to 1 if you have the `closedir' function. */
444#define HAVE_CLOSEDIR 1
445
446/* Define if the copysignf function is declared in <math.h> and available in
447 libc. */
448/* #undef HAVE_COPYSIGNF_IN_LIBC */
449
450/* Define if the copysignl function is declared in <math.h> and available in
451 libc. */
452/* #undef HAVE_COPYSIGNL_IN_LIBC */
453
454/* Define if the copysign function is declared in <math.h> and available in
455 libc. */
456/* #undef HAVE_COPYSIGN_IN_LIBC */
457
458/* Define to 1 if you have the <cpuid.h> header file. */
459#define HAVE_CPUID_H 1
460
461/* Define to 1 if you have the `daemon' function. */
462#define HAVE_DAEMON 1
463
464/* Enable the DANE library */
465/* #undef HAVE_DANE */
466
467/* Define if the GNU dcgettext() function is already present or preinstalled.
468 */
469#define HAVE_DCGETTEXT 1
470
471/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
472 */
473#define HAVE_DECL_ALARM 1
474
475/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
476 you don't. */
477#define HAVE_DECL_CLEARERR_UNLOCKED 1
478
479/* Define to 1 if you have the declaration of `copysign', and to 0 if you
480 don't. */
481/* #undef HAVE_DECL_COPYSIGN */
482
483/* Define to 1 if you have the declaration of `copysignf', and to 0 if you
484 don't. */
485/* #undef HAVE_DECL_COPYSIGNF */
486
487/* Define to 1 if you have the declaration of `copysignl', and to 0 if you
488 don't. */
489/* #undef HAVE_DECL_COPYSIGNL */
490
491/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
492 don't. */
493#define HAVE_DECL_FEOF_UNLOCKED 1
494
495/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
496 you don't. */
497#define HAVE_DECL_FERROR_UNLOCKED 1
498
499/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
500 you don't. */
501#define HAVE_DECL_FFLUSH_UNLOCKED 1
502
503/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
504 you don't. */
505#define HAVE_DECL_FGETS_UNLOCKED 1
506
507/* Define to 1 if you have the declaration of `flockfile', and to 0 if you
508 don't. */
509#define HAVE_DECL_FLOCKFILE 1
510
511/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
512 you don't. */
513#define HAVE_DECL_FPUTC_UNLOCKED 1
514
515/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
516 you don't. */
517#define HAVE_DECL_FPUTS_UNLOCKED 1
518
519/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
520 you don't. */
521#define HAVE_DECL_FREAD_UNLOCKED 1
522
523/* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
524 don't. */
525#define HAVE_DECL_FREEADDRINFO 1
526
527/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
528 */
529#define HAVE_DECL_FSEEKO 1
530
531/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
532 */
533#define HAVE_DECL_FTELLO 1
534
535/* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
536 don't. */
537#define HAVE_DECL_FUNLOCKFILE 1
538
539/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
540 you don't. */
541#define HAVE_DECL_FWRITE_UNLOCKED 1
542
543/* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
544 don't. */
545#define HAVE_DECL_GAI_STRERROR 1
546
547/* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you
548 don't. */
549#define HAVE_DECL_GAI_STRERRORA 0
550
551/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
552 don't. */
553#define HAVE_DECL_GETADDRINFO 1
554
555/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
556 you don't. */
557#define HAVE_DECL_GETCHAR_UNLOCKED 1
558
559/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
560 don't. */
561#define HAVE_DECL_GETC_UNLOCKED 1
562
563/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
564 don't. */
565#define HAVE_DECL_GETDELIM 1
566
567/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
568 */
569#define HAVE_DECL_GETENV 1
570
571/* Define to 1 if you have the declaration of `getline', and to 0 if you
572 don't. */
573#define HAVE_DECL_GETLINE 1
574
575/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
576 don't. */
577#define HAVE_DECL_GETNAMEINFO 1
578
579/* Define to 1 if you have the declaration of `getpass', and to 0 if you
580 don't. */
581#define HAVE_DECL_GETPASS 1
582
583/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
584 don't. */
585#define HAVE_DECL_INET_NTOP 1
586
587/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
588 don't. */
589#define HAVE_DECL_INET_PTON 1
590
591/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
592 don't. */
593#define HAVE_DECL_LOCALTIME_R 1
594
595/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
596 */
597#define HAVE_DECL_MEMMEM 1
598
599/* Define to 1 if you have the declaration of `program_invocation_name', and
600 to 0 if you don't. */
601#define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
602
603/* Define to 1 if you have the declaration of `program_invocation_short_name',
604 and to 0 if you don't. */
605#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
606
607/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
608 you don't. */
609#define HAVE_DECL_PUTCHAR_UNLOCKED 1
610
611/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
612 don't. */
613#define HAVE_DECL_PUTC_UNLOCKED 1
614
615/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
616 */
617#define HAVE_DECL_SETENV 1
618
619/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
620 */
621#define HAVE_DECL_SLEEP 1
622
623/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
624 don't. */
625#define HAVE_DECL_SNPRINTF 1
626
627/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
628 */
629#define HAVE_DECL_STRDUP 1
630
631/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
632 don't. */
633#define HAVE_DECL_STRERROR_R 1
634
635/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
636 don't. */
637#define HAVE_DECL_STRNCASECMP 1
638
639/* Define to 1 if you have the declaration of `strndup', and to 0 if you
640 don't. */
641#define HAVE_DECL_STRNDUP 1
642
643/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
644 don't. */
645#define HAVE_DECL_STRNLEN 1
646
647/* Define to 1 if you have the declaration of `strtok_r', and to 0 if you
648 don't. */
649#define HAVE_DECL_STRTOK_R 1
650
651/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
652 don't. */
653#define HAVE_DECL_UNSETENV 1
654
655/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
656 don't. */
657#define HAVE_DECL_VSNPRINTF 1
658
659/* Define to 1 if you have the declaration of `_putenv', and to 0 if you
660 don't. */
661/* #undef HAVE_DECL__PUTENV */
662
663/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
664 don't. */
665#define HAVE_DECL__SNPRINTF 0
666
667/* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you
668 don't. */
669/* #undef HAVE_DECL___FSETLOCKING */
670
671/* Define this if /dev/zero is readable device */
672#define HAVE_DEV_ZERO 1
673
674/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
675 */
676#define HAVE_DIRENT_H 1
677
678/* Define to 1 if you have the <dlfcn.h> header file. */
679#define HAVE_DLFCN_H 1
680
681/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
682/* #undef HAVE_DOPRNT */
683
684/* Define to 1 if you have the `dup2' function. */
685#define HAVE_DUP2 1
686
687/* Define if you have the declaration of environ. */
688#define HAVE_ENVIRON_DECL 1
689
690/* Define to 1 if you have the `epoll_create' function. */
691#define HAVE_EPOLL_CREATE 1
692
693/* Define to 1 if you have the <errno.h> header file. */
694#define HAVE_ERRNO_H 1
695
696/* Define to 1 if you have the `fchmod' function. */
697#define HAVE_FCHMOD 1
698
699/* Define to 1 if you have the <fcntl.h> header file. */
700#define HAVE_FCNTL_H 1
701
702/* Define to 1 if you have the <features.h> header file. */
703#define HAVE_FEATURES_H 1
704
705/* Define to 1 if you have the `flockfile' function. */
706#define HAVE_FLOCKFILE 1
707
708/* Define to 1 if you have the `fork' function. */
709#define HAVE_FORK 1
710
711/* Define if the frexpl function is available in libc. */
712#define HAVE_FREXPL_IN_LIBC 1
713
714/* Define if the frexp function is available in libc. */
715#define HAVE_FREXP_IN_LIBC 1
716
717/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
718#define HAVE_FSEEKO 1
719
720/* Define to 1 if you have the `fstat' function. */
721#define HAVE_FSTAT 1
722
723/* Define to 1 if you have the `ftruncate' function. */
724#define HAVE_FTRUNCATE 1
725
726/* Define to 1 if you have the `funlockfile' function. */
727#define HAVE_FUNLOCKFILE 1
728
729/* Define to 1 if you have the `getdelim' function. */
730#define HAVE_GETDELIM 1
731
732/* Define to 1 if you have the `getdtablesize' function. */
733#define HAVE_GETDTABLESIZE 1
734
735/* Define to 1 if you have the `gethostbyname' function. */
736#define HAVE_GETHOSTBYNAME 1
737
738/* Define to 1 if you have the <getopt.h> header file. */
739#define HAVE_GETOPT_H 1
740
741/* Define to 1 if you have the `getopt_long_only' function. */
742#define HAVE_GETOPT_LONG_ONLY 1
743
744/* Define to 1 if you have the `getpagesize' function. */
745#define HAVE_GETPAGESIZE 1
746
747/* Define to 1 if you have the `getpass' function. */
748#define HAVE_GETPASS 1
749
750/* Define to 1 if you have the `getpid' function. */
751#define HAVE_GETPID 1
752
753/* Define to 1 if you have the `getpwuid_r' function. */
754#define HAVE_GETPWUID_R 1
755
756/* Define to 1 if you have the `getrusage' function. */
757#define HAVE_GETRUSAGE 1
758
759/* Define to 1 if you have the `getservbyname' function. */
760#define HAVE_GETSERVBYNAME 1
761
762/* Define to 1 if you have the `getsubopt' function. */
763#define HAVE_GETSUBOPT 1
764
765/* Define if the GNU gettext() function is already present or preinstalled. */
766#define HAVE_GETTEXT 1
767
768/* Define to 1 if you have the `gettimeofday' function. */
769#define HAVE_GETTIMEOFDAY 1
770
771/* Define to 1 if you have the `iconv' function. */
772#define HAVE_ICONV 1
773
774/* Define to 1 if you have the `inet_ntop' function. */
775/* #undef HAVE_INET_NTOP */
776
777/* Define to 1 if you have the `inet_pton' function. */
778/* #undef HAVE_INET_PTON */
779
780/* Define to 1 if the system has the type `int16_t'. */
781#define HAVE_INT16_T 1
782
783/* Define to 1 if the system has the type `int32_t'. */
784#define HAVE_INT32_T 1
785
786/* Define to 1 if the system has the type `int8_t'. */
787#define HAVE_INT8_T 1
788
789/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
790#define HAVE_INTMAX_T 1
791
792/* Define to 1 if the system has the type `intptr_t'. */
793#define HAVE_INTPTR_T 1
794
795/* Define to 1 if you have the <inttypes.h> header file. */
796#define HAVE_INTTYPES_H 1
797
798/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
799 declares uintmax_t. */
800#define HAVE_INTTYPES_H_WITH_UINTMAX 1
801
802/* Define to 1 if you have the `ioctl' function. */
803#define HAVE_IOCTL 1
804
805/* Define to 1 if <sys/socket.h> defines AF_INET. */
806#define HAVE_IPV4 1
807
808/* Define to 1 if <sys/socket.h> defines AF_INET6. */
809#define HAVE_IPV6 1
810
811/* Define if the isnan(double) function is available in libc. */
812#define HAVE_ISNAND_IN_LIBC 1
813
814/* Define if the isnan(float) function is available in libc. */
815#define HAVE_ISNANF_IN_LIBC 1
816
817/* Define if the isnan(long double) function is available in libc. */
818/* #undef HAVE_ISNANL_IN_LIBC */
819
820/* Define to 1 if you have the `kqueue' function. */
821/* #undef HAVE_KQUEUE */
822
823/* Define if the ldexpl function is available in libc. */
824#define HAVE_LDEXPL_IN_LIBC 1
825
826/* Define if the ldexp function is available in libc. */
827#define HAVE_LDEXP_IN_LIBC 1
828
829/* Define to 1 if you have the `gen' library (-lgen). */
830/* #undef HAVE_LIBGEN */
831
832/* Define to 1 if you have the <libgen.h> header file. */
833#define HAVE_LIBGEN_H 1
834
835/* Define if you have the libiconv library. */
836/* #undef HAVE_LIBICONV */
837
838/* Define to 1 if you have the <libintl.h> header file. */
839#define HAVE_LIBINTL_H 1
840
841/* nettle is enabled */
842#define HAVE_LIBNETTLE 1
843
844/* Define if you have the libpthread library. */
845/* #undef HAVE_LIBPTHREAD */
846
847/* Define if you have the librt library. */
848/* #undef HAVE_LIBRT */
849
850/* Define if you have the libz library. */
851#define HAVE_LIBZ 1
852
853/* Define to 1 if you have the <limits.h> header file. */
854#define HAVE_LIMITS_H 1
855
856/* Define to 1 if you have the <linewrap.h> header file. */
857/* #undef HAVE_LINEWRAP_H */
858
859/* Define to 1 if you have the `localtime_r' function. */
860#define HAVE_LOCALTIME_R 1
861
862/* Define to 1 if the system has the type `long long int'. */
863#define HAVE_LONG_LONG_INT 1
864
865/* Define to 1 if you have the `lstat' function. */
866#define HAVE_LSTAT 1
867
868/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
869 to 0 otherwise. */
870#define HAVE_MALLOC_GNU 1
871
872/* Define if the 'malloc' function is POSIX compliant. */
873#define HAVE_MALLOC_POSIX 1
874
875/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
876 config.h and <sys/mman.h>. */
877#define HAVE_MAP_ANONYMOUS 1
878
879/* Define to 1 if you have the <math.h> header file. */
880#define HAVE_MATH_H 1
881
882/* Define to 1 if you have the `mbrtowc' function. */
883#define HAVE_MBRTOWC 1
884
885/* Define to 1 if you have the `memchr' function. */
886#define HAVE_MEMCHR 1
887
888/* Define to 1 if you have the `memmem' function. */
889#define HAVE_MEMMEM 1
890
891/* Define to 1 if you have the <memory.h> header file. */
892#define HAVE_MEMORY_H 1
893
894/* Define to 1 if you have the `mempcpy' function. */
895#define HAVE_MEMPCPY 1
896
897/* Define to 1 if you have the `memset' function. */
898#define HAVE_MEMSET 1
899
900/* Define to 1 if <limits.h> defines the MIN and MAX macros. */
901/* #undef HAVE_MINMAX_IN_LIMITS_H */
902
903/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
904#define HAVE_MINMAX_IN_SYS_PARAM_H 1
905
906/* Define to 1 if you have the `mmap' function. */
907#define HAVE_MMAP 1
908
909/* Define to 1 if you have the `mprotect' function. */
910#define HAVE_MPROTECT 1
911
912/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
913 concept. */
914/* #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER */
915
916/* Define to 1 if you have the `munmap' function. */
917#define HAVE_MUNMAP 1
918
919/* Define to 1 if you have the `nanosleep' function. */
920#define HAVE_NANOSLEEP 1
921
922/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
923/* #undef HAVE_NDIR_H */
924
925/* Define to 1 if you have the <netdb.h> header file. */
926#define HAVE_NETDB_H 1
927
928/* Define to 1 if you have the <netinet/in.h> header file. */
929#define HAVE_NETINET_IN_H 1
930
931/* Define to 1 if you have the `nl_langinfo' function. */
932/* #undef HAVE_NL_LANGINFO */
933
934/* Define to 1 if you have the `opendir' function. */
935#define HAVE_OPENDIR 1
936
937/* Define to 1 if you have the <OS.h> header file. */
938/* #undef HAVE_OS_H */
939
940/* Define this if pathfind(3) works */
941/* #undef HAVE_PATHFIND */
942
943/* Define to 1 if the system has the type `pid_t'. */
944#define HAVE_PID_T 1
945
946/* Define to 1 if you have the `pipe' function. */
947#define HAVE_PIPE 1
948
949/* Define if program_invocation_name is defined */
950#define HAVE_PROGRAM_INVOCATION_NAME 1
951
952/* Define if program_invocation_short_name is defined */
953#define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
954
955/* Define to 1 if you have the `pthread_mutex_lock' function. */
956#define HAVE_PTHREAD_MUTEX_LOCK 1
957
958/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
959#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
960
961/* Define if the POSIX multithreading library has read/write locks. */
962#define HAVE_PTHREAD_RWLOCK 1
963
964/* Define to 1 if you have the `putenv' function. */
965#define HAVE_PUTENV 1
966
967/* Define to 1 if you have the `rawmemchr' function. */
968#define HAVE_RAWMEMCHR 1
969
970/* Define to 1 if accept is declared even after undefining macros. */
971#define HAVE_RAW_DECL_ACCEPT 1
972
973/* Define to 1 if accept4 is declared even after undefining macros. */
974#define HAVE_RAW_DECL_ACCEPT4 1
975
976/* Define to 1 if acosf is declared even after undefining macros. */
977#define HAVE_RAW_DECL_ACOSF 1
978
979/* Define to 1 if acosl is declared even after undefining macros. */
980#define HAVE_RAW_DECL_ACOSL 1
981
982/* Define to 1 if alphasort is declared even after undefining macros. */
983#define HAVE_RAW_DECL_ALPHASORT 1
984
985/* Define to 1 if asinf is declared even after undefining macros. */
986#define HAVE_RAW_DECL_ASINF 1
987
988/* Define to 1 if asinl is declared even after undefining macros. */
989#define HAVE_RAW_DECL_ASINL 1
990
991/* Define to 1 if atanf is declared even after undefining macros. */
992#define HAVE_RAW_DECL_ATANF 1
993
994/* Define to 1 if atanl is declared even after undefining macros. */
995#define HAVE_RAW_DECL_ATANL 1
996
997/* Define to 1 if atoll is declared even after undefining macros. */
998#define HAVE_RAW_DECL_ATOLL 1
999
1000/* Define to 1 if bind is declared even after undefining macros. */
1001#define HAVE_RAW_DECL_BIND 1
1002
1003/* Define to 1 if btowc is declared even after undefining macros. */
1004#define HAVE_RAW_DECL_BTOWC 1
1005
1006/* Define to 1 if canonicalize_file_name is declared even after undefining
1007 macros. */
1008#define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
1009
1010/* Define to 1 if cbrt is declared even after undefining macros. */
1011#define HAVE_RAW_DECL_CBRT 1
1012
1013/* Define to 1 if cbrtf is declared even after undefining macros. */
1014#define HAVE_RAW_DECL_CBRTF 1
1015
1016/* Define to 1 if cbrtl is declared even after undefining macros. */
1017#define HAVE_RAW_DECL_CBRTL 1
1018
1019/* Define to 1 if ceilf is declared even after undefining macros. */
1020#define HAVE_RAW_DECL_CEILF 1
1021
1022/* Define to 1 if ceill is declared even after undefining macros. */
1023#define HAVE_RAW_DECL_CEILL 1
1024
1025/* Define to 1 if chdir is declared even after undefining macros. */
1026#define HAVE_RAW_DECL_CHDIR 1
1027
1028/* Define to 1 if chown is declared even after undefining macros. */
1029#define HAVE_RAW_DECL_CHOWN 1
1030
1031/* Define to 1 if closedir is declared even after undefining macros. */
1032#define HAVE_RAW_DECL_CLOSEDIR 1
1033
1034/* Define to 1 if connect is declared even after undefining macros. */
1035#define HAVE_RAW_DECL_CONNECT 1
1036
1037/* Define to 1 if copysign is declared even after undefining macros. */
1038#define HAVE_RAW_DECL_COPYSIGN 1
1039
1040/* Define to 1 if copysignf is declared even after undefining macros. */
1041#define HAVE_RAW_DECL_COPYSIGNF 1
1042
1043/* Define to 1 if copysignl is declared even after undefining macros. */
1044#define HAVE_RAW_DECL_COPYSIGNL 1
1045
1046/* Define to 1 if cosf is declared even after undefining macros. */
1047#define HAVE_RAW_DECL_COSF 1
1048
1049/* Define to 1 if coshf is declared even after undefining macros. */
1050#define HAVE_RAW_DECL_COSHF 1
1051
1052/* Define to 1 if cosl is declared even after undefining macros. */
1053#define HAVE_RAW_DECL_COSL 1
1054
1055/* Define to 1 if dirfd is declared even after undefining macros. */
1056#define HAVE_RAW_DECL_DIRFD 1
1057
1058/* Define to 1 if dprintf is declared even after undefining macros. */
1059#define HAVE_RAW_DECL_DPRINTF 1
1060
1061/* Define to 1 if dup is declared even after undefining macros. */
1062#define HAVE_RAW_DECL_DUP 1
1063
1064/* Define to 1 if dup2 is declared even after undefining macros. */
1065#define HAVE_RAW_DECL_DUP2 1
1066
1067/* Define to 1 if dup3 is declared even after undefining macros. */
1068#define HAVE_RAW_DECL_DUP3 1
1069
1070/* Define to 1 if endusershell is declared even after undefining macros. */
1071#define HAVE_RAW_DECL_ENDUSERSHELL 1
1072
1073/* Define to 1 if environ is declared even after undefining macros. */
1074#define HAVE_RAW_DECL_ENVIRON 1
1075
1076/* Define to 1 if euidaccess is declared even after undefining macros. */
1077#define HAVE_RAW_DECL_EUIDACCESS 1
1078
1079/* Define to 1 if exp2 is declared even after undefining macros. */
1080#define HAVE_RAW_DECL_EXP2 1
1081
1082/* Define to 1 if exp2f is declared even after undefining macros. */
1083#define HAVE_RAW_DECL_EXP2F 1
1084
1085/* Define to 1 if exp2l is declared even after undefining macros. */
1086#define HAVE_RAW_DECL_EXP2L 1
1087
1088/* Define to 1 if expf is declared even after undefining macros. */
1089#define HAVE_RAW_DECL_EXPF 1
1090
1091/* Define to 1 if expl is declared even after undefining macros. */
1092#define HAVE_RAW_DECL_EXPL 1
1093
1094/* Define to 1 if expm1 is declared even after undefining macros. */
1095#define HAVE_RAW_DECL_EXPM1 1
1096
1097/* Define to 1 if expm1f is declared even after undefining macros. */
1098#define HAVE_RAW_DECL_EXPM1F 1
1099
1100/* Define to 1 if expm1l is declared even after undefining macros. */
1101#define HAVE_RAW_DECL_EXPM1L 1
1102
1103/* Define to 1 if fabsf is declared even after undefining macros. */
1104#define HAVE_RAW_DECL_FABSF 1
1105
1106/* Define to 1 if fabsl is declared even after undefining macros. */
1107#define HAVE_RAW_DECL_FABSL 1
1108
1109/* Define to 1 if faccessat is declared even after undefining macros. */
1110#define HAVE_RAW_DECL_FACCESSAT 1
1111
1112/* Define to 1 if fchdir is declared even after undefining macros. */
1113#define HAVE_RAW_DECL_FCHDIR 1
1114
1115/* Define to 1 if fchmodat is declared even after undefining macros. */
1116#define HAVE_RAW_DECL_FCHMODAT 1
1117
1118/* Define to 1 if fchownat is declared even after undefining macros. */
1119#define HAVE_RAW_DECL_FCHOWNAT 1
1120
1121/* Define to 1 if fcntl is declared even after undefining macros. */
1122#define HAVE_RAW_DECL_FCNTL 1
1123
1124/* Define to 1 if fdatasync is declared even after undefining macros. */
1125#define HAVE_RAW_DECL_FDATASYNC 1
1126
1127/* Define to 1 if fdopendir is declared even after undefining macros. */
1128#define HAVE_RAW_DECL_FDOPENDIR 1
1129
1130/* Define to 1 if ffs is declared even after undefining macros. */
1131#define HAVE_RAW_DECL_FFS 1
1132
1133/* Define to 1 if ffsl is declared even after undefining macros. */
1134#define HAVE_RAW_DECL_FFSL 1
1135
1136/* Define to 1 if ffsll is declared even after undefining macros. */
1137#define HAVE_RAW_DECL_FFSLL 1
1138
1139/* Define to 1 if floorf is declared even after undefining macros. */
1140#define HAVE_RAW_DECL_FLOORF 1
1141
1142/* Define to 1 if floorl is declared even after undefining macros. */
1143#define HAVE_RAW_DECL_FLOORL 1
1144
1145/* Define to 1 if fma is declared even after undefining macros. */
1146#define HAVE_RAW_DECL_FMA 1
1147
1148/* Define to 1 if fmaf is declared even after undefining macros. */
1149#define HAVE_RAW_DECL_FMAF 1
1150
1151/* Define to 1 if fmal is declared even after undefining macros. */
1152#define HAVE_RAW_DECL_FMAL 1
1153
1154/* Define to 1 if fmod is declared even after undefining macros. */
1155#define HAVE_RAW_DECL_FMOD 1
1156
1157/* Define to 1 if fmodf is declared even after undefining macros. */
1158#define HAVE_RAW_DECL_FMODF 1
1159
1160/* Define to 1 if fmodl is declared even after undefining macros. */
1161#define HAVE_RAW_DECL_FMODL 1
1162
1163/* Define to 1 if fpurge is declared even after undefining macros. */
1164/* #undef HAVE_RAW_DECL_FPURGE */
1165
1166/* Define to 1 if freeaddrinfo is declared even after undefining macros. */
1167#define HAVE_RAW_DECL_FREEADDRINFO 1
1168
1169/* Define to 1 if frexpf is declared even after undefining macros. */
1170#define HAVE_RAW_DECL_FREXPF 1
1171
1172/* Define to 1 if frexpl is declared even after undefining macros. */
1173#define HAVE_RAW_DECL_FREXPL 1
1174
1175/* Define to 1 if fseeko is declared even after undefining macros. */
1176#define HAVE_RAW_DECL_FSEEKO 1
1177
1178/* Define to 1 if fstat is declared even after undefining macros. */
1179#define HAVE_RAW_DECL_FSTAT 1
1180
1181/* Define to 1 if fstatat is declared even after undefining macros. */
1182#define HAVE_RAW_DECL_FSTATAT 1
1183
1184/* Define to 1 if fsync is declared even after undefining macros. */
1185#define HAVE_RAW_DECL_FSYNC 1
1186
1187/* Define to 1 if ftello is declared even after undefining macros. */
1188#define HAVE_RAW_DECL_FTELLO 1
1189
1190/* Define to 1 if ftruncate is declared even after undefining macros. */
1191#define HAVE_RAW_DECL_FTRUNCATE 1
1192
1193/* Define to 1 if futimens is declared even after undefining macros. */
1194#define HAVE_RAW_DECL_FUTIMENS 1
1195
1196/* Define to 1 if gai_strerror is declared even after undefining macros. */
1197#define HAVE_RAW_DECL_GAI_STRERROR 1
1198
1199/* Define to 1 if getaddrinfo is declared even after undefining macros. */
1200#define HAVE_RAW_DECL_GETADDRINFO 1
1201
1202/* Define to 1 if getcwd is declared even after undefining macros. */
1203#define HAVE_RAW_DECL_GETCWD 1
1204
1205/* Define to 1 if getdelim is declared even after undefining macros. */
1206#define HAVE_RAW_DECL_GETDELIM 1
1207
1208/* Define to 1 if getdomainname is declared even after undefining macros. */
1209#define HAVE_RAW_DECL_GETDOMAINNAME 1
1210
1211/* Define to 1 if getdtablesize is declared even after undefining macros. */
1212#define HAVE_RAW_DECL_GETDTABLESIZE 1
1213
1214/* Define to 1 if getgroups is declared even after undefining macros. */
1215#define HAVE_RAW_DECL_GETGROUPS 1
1216
1217/* Define to 1 if gethostname is declared even after undefining macros. */
1218#define HAVE_RAW_DECL_GETHOSTNAME 1
1219
1220/* Define to 1 if getline is declared even after undefining macros. */
1221#define HAVE_RAW_DECL_GETLINE 1
1222
1223/* Define to 1 if getloadavg is declared even after undefining macros. */
1224#define HAVE_RAW_DECL_GETLOADAVG 1
1225
1226/* Define to 1 if getlogin is declared even after undefining macros. */
1227#define HAVE_RAW_DECL_GETLOGIN 1
1228
1229/* Define to 1 if getlogin_r is declared even after undefining macros. */
1230#define HAVE_RAW_DECL_GETLOGIN_R 1
1231
1232/* Define to 1 if getnameinfo is declared even after undefining macros. */
1233#define HAVE_RAW_DECL_GETNAMEINFO 1
1234
1235/* Define to 1 if getpagesize is declared even after undefining macros. */
1236#define HAVE_RAW_DECL_GETPAGESIZE 1
1237
1238/* Define to 1 if getpeername is declared even after undefining macros. */
1239#define HAVE_RAW_DECL_GETPEERNAME 1
1240
1241/* Define to 1 if gets is declared even after undefining macros. */
1242/* #undef HAVE_RAW_DECL_GETS */
1243
1244/* Define to 1 if getsockname is declared even after undefining macros. */
1245#define HAVE_RAW_DECL_GETSOCKNAME 1
1246
1247/* Define to 1 if getsockopt is declared even after undefining macros. */
1248#define HAVE_RAW_DECL_GETSOCKOPT 1
1249
1250/* Define to 1 if getsubopt is declared even after undefining macros. */
1251#define HAVE_RAW_DECL_GETSUBOPT 1
1252
1253/* Define to 1 if gettimeofday is declared even after undefining macros. */
1254#define HAVE_RAW_DECL_GETTIMEOFDAY 1
1255
1256/* Define to 1 if getusershell is declared even after undefining macros. */
1257#define HAVE_RAW_DECL_GETUSERSHELL 1
1258
1259/* Define to 1 if grantpt is declared even after undefining macros. */
1260#define HAVE_RAW_DECL_GRANTPT 1
1261
1262/* Define to 1 if group_member is declared even after undefining macros. */
1263#define HAVE_RAW_DECL_GROUP_MEMBER 1
1264
1265/* Define to 1 if hypotf is declared even after undefining macros. */
1266#define HAVE_RAW_DECL_HYPOTF 1
1267
1268/* Define to 1 if hypotl is declared even after undefining macros. */
1269#define HAVE_RAW_DECL_HYPOTL 1
1270
1271/* Define to 1 if ilogb is declared even after undefining macros. */
1272#define HAVE_RAW_DECL_ILOGB 1
1273
1274/* Define to 1 if ilogbf is declared even after undefining macros. */
1275#define HAVE_RAW_DECL_ILOGBF 1
1276
1277/* Define to 1 if ilogbl is declared even after undefining macros. */
1278#define HAVE_RAW_DECL_ILOGBL 1
1279
1280/* Define to 1 if imaxabs is declared even after undefining macros. */
1281#define HAVE_RAW_DECL_IMAXABS 1
1282
1283/* Define to 1 if imaxdiv is declared even after undefining macros. */
1284#define HAVE_RAW_DECL_IMAXDIV 1
1285
1286/* Define to 1 if inet_ntop is declared even after undefining macros. */
1287#define HAVE_RAW_DECL_INET_NTOP 1
1288
1289/* Define to 1 if inet_pton is declared even after undefining macros. */
1290#define HAVE_RAW_DECL_INET_PTON 1
1291
1292/* Define to 1 if initstate is declared even after undefining macros. */
1293#define HAVE_RAW_DECL_INITSTATE 1
1294
1295/* Define to 1 if initstate_r is declared even after undefining macros. */
1296#define HAVE_RAW_DECL_INITSTATE_R 1
1297
1298/* Define to 1 if ioctl is declared even after undefining macros. */
1299#define HAVE_RAW_DECL_IOCTL 1
1300
1301/* Define to 1 if isatty is declared even after undefining macros. */
1302#define HAVE_RAW_DECL_ISATTY 1
1303
1304/* Define to 1 if lchmod is declared even after undefining macros. */
1305#define HAVE_RAW_DECL_LCHMOD 1
1306
1307/* Define to 1 if lchown is declared even after undefining macros. */
1308#define HAVE_RAW_DECL_LCHOWN 1
1309
1310/* Define to 1 if ldexpf is declared even after undefining macros. */
1311#define HAVE_RAW_DECL_LDEXPF 1
1312
1313/* Define to 1 if ldexpl is declared even after undefining macros. */
1314#define HAVE_RAW_DECL_LDEXPL 1
1315
1316/* Define to 1 if link is declared even after undefining macros. */
1317#define HAVE_RAW_DECL_LINK 1
1318
1319/* Define to 1 if linkat is declared even after undefining macros. */
1320#define HAVE_RAW_DECL_LINKAT 1
1321
1322/* Define to 1 if listen is declared even after undefining macros. */
1323#define HAVE_RAW_DECL_LISTEN 1
1324
1325/* Define to 1 if log is declared even after undefining macros. */
1326#define HAVE_RAW_DECL_LOG 1
1327
1328/* Define to 1 if log10 is declared even after undefining macros. */
1329#define HAVE_RAW_DECL_LOG10 1
1330
1331/* Define to 1 if log10f is declared even after undefining macros. */
1332#define HAVE_RAW_DECL_LOG10F 1
1333
1334/* Define to 1 if log10l is declared even after undefining macros. */
1335#define HAVE_RAW_DECL_LOG10L 1
1336
1337/* Define to 1 if log1p is declared even after undefining macros. */
1338#define HAVE_RAW_DECL_LOG1P 1
1339
1340/* Define to 1 if log1pf is declared even after undefining macros. */
1341#define HAVE_RAW_DECL_LOG1PF 1
1342
1343/* Define to 1 if log1pl is declared even after undefining macros. */
1344#define HAVE_RAW_DECL_LOG1PL 1
1345
1346/* Define to 1 if log2 is declared even after undefining macros. */
1347#define HAVE_RAW_DECL_LOG2 1
1348
1349/* Define to 1 if log2f is declared even after undefining macros. */
1350#define HAVE_RAW_DECL_LOG2F 1
1351
1352/* Define to 1 if log2l is declared even after undefining macros. */
1353#define HAVE_RAW_DECL_LOG2L 1
1354
1355/* Define to 1 if logb is declared even after undefining macros. */
1356#define HAVE_RAW_DECL_LOGB 1
1357
1358/* Define to 1 if logbf is declared even after undefining macros. */
1359#define HAVE_RAW_DECL_LOGBF 1
1360
1361/* Define to 1 if logbl is declared even after undefining macros. */
1362#define HAVE_RAW_DECL_LOGBL 1
1363
1364/* Define to 1 if logf is declared even after undefining macros. */
1365#define HAVE_RAW_DECL_LOGF 1
1366
1367/* Define to 1 if logl is declared even after undefining macros. */
1368#define HAVE_RAW_DECL_LOGL 1
1369
1370/* Define to 1 if lseek is declared even after undefining macros. */
1371#define HAVE_RAW_DECL_LSEEK 1
1372
1373/* Define to 1 if lstat is declared even after undefining macros. */
1374#define HAVE_RAW_DECL_LSTAT 1
1375
1376/* Define to 1 if mbrlen is declared even after undefining macros. */
1377#define HAVE_RAW_DECL_MBRLEN 1
1378
1379/* Define to 1 if mbrtowc is declared even after undefining macros. */
1380#define HAVE_RAW_DECL_MBRTOWC 1
1381
1382/* Define to 1 if mbsinit is declared even after undefining macros. */
1383#define HAVE_RAW_DECL_MBSINIT 1
1384
1385/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1386#define HAVE_RAW_DECL_MBSNRTOWCS 1
1387
1388/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1389#define HAVE_RAW_DECL_MBSRTOWCS 1
1390
1391/* Define to 1 if memmem is declared even after undefining macros. */
1392#define HAVE_RAW_DECL_MEMMEM 1
1393
1394/* Define to 1 if mempcpy is declared even after undefining macros. */
1395#define HAVE_RAW_DECL_MEMPCPY 1
1396
1397/* Define to 1 if memrchr is declared even after undefining macros. */
1398#define HAVE_RAW_DECL_MEMRCHR 1
1399
1400/* Define to 1 if mkdirat is declared even after undefining macros. */
1401#define HAVE_RAW_DECL_MKDIRAT 1
1402
1403/* Define to 1 if mkdtemp is declared even after undefining macros. */
1404#define HAVE_RAW_DECL_MKDTEMP 1
1405
1406/* Define to 1 if mkfifo is declared even after undefining macros. */
1407#define HAVE_RAW_DECL_MKFIFO 1
1408
1409/* Define to 1 if mkfifoat is declared even after undefining macros. */
1410#define HAVE_RAW_DECL_MKFIFOAT 1
1411
1412/* Define to 1 if mknod is declared even after undefining macros. */
1413#define HAVE_RAW_DECL_MKNOD 1
1414
1415/* Define to 1 if mknodat is declared even after undefining macros. */
1416#define HAVE_RAW_DECL_MKNODAT 1
1417
1418/* Define to 1 if mkostemp is declared even after undefining macros. */
1419#define HAVE_RAW_DECL_MKOSTEMP 1
1420
1421/* Define to 1 if mkostemps is declared even after undefining macros. */
1422#define HAVE_RAW_DECL_MKOSTEMPS 1
1423
1424/* Define to 1 if mkstemp is declared even after undefining macros. */
1425#define HAVE_RAW_DECL_MKSTEMP 1
1426
1427/* Define to 1 if mkstemps is declared even after undefining macros. */
1428#define HAVE_RAW_DECL_MKSTEMPS 1
1429
1430/* Define to 1 if modf is declared even after undefining macros. */
1431#define HAVE_RAW_DECL_MODF 1
1432
1433/* Define to 1 if modff is declared even after undefining macros. */
1434#define HAVE_RAW_DECL_MODFF 1
1435
1436/* Define to 1 if modfl is declared even after undefining macros. */
1437#define HAVE_RAW_DECL_MODFL 1
1438
1439/* Define to 1 if openat is declared even after undefining macros. */
1440#define HAVE_RAW_DECL_OPENAT 1
1441
1442/* Define to 1 if opendir is declared even after undefining macros. */
1443#define HAVE_RAW_DECL_OPENDIR 1
1444
1445/* Define to 1 if pclose is declared even after undefining macros. */
1446#define HAVE_RAW_DECL_PCLOSE 1
1447
1448/* Define to 1 if pipe is declared even after undefining macros. */
1449#define HAVE_RAW_DECL_PIPE 1
1450
1451/* Define to 1 if pipe2 is declared even after undefining macros. */
1452#define HAVE_RAW_DECL_PIPE2 1
1453
1454/* Define to 1 if popen is declared even after undefining macros. */
1455#define HAVE_RAW_DECL_POPEN 1
1456
1457/* Define to 1 if posix_openpt is declared even after undefining macros. */
1458#define HAVE_RAW_DECL_POSIX_OPENPT 1
1459
1460/* Define to 1 if powf is declared even after undefining macros. */
1461#define HAVE_RAW_DECL_POWF 1
1462
1463/* Define to 1 if pread is declared even after undefining macros. */
1464#define HAVE_RAW_DECL_PREAD 1
1465
1466/* Define to 1 if pselect is declared even after undefining macros. */
1467#define HAVE_RAW_DECL_PSELECT 1
1468
1469/* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1470#define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
1471
1472/* Define to 1 if ptsname is declared even after undefining macros. */
1473#define HAVE_RAW_DECL_PTSNAME 1
1474
1475/* Define to 1 if ptsname_r is declared even after undefining macros. */
1476#define HAVE_RAW_DECL_PTSNAME_R 1
1477
1478/* Define to 1 if pwrite is declared even after undefining macros. */
1479#define HAVE_RAW_DECL_PWRITE 1
1480
1481/* Define to 1 if random is declared even after undefining macros. */
1482#define HAVE_RAW_DECL_RANDOM 1
1483
1484/* Define to 1 if random_r is declared even after undefining macros. */
1485#define HAVE_RAW_DECL_RANDOM_R 1
1486
1487/* Define to 1 if rawmemchr is declared even after undefining macros. */
1488#define HAVE_RAW_DECL_RAWMEMCHR 1
1489
1490/* Define to 1 if readdir is declared even after undefining macros. */
1491#define HAVE_RAW_DECL_READDIR 1
1492
1493/* Define to 1 if readlink is declared even after undefining macros. */
1494#define HAVE_RAW_DECL_READLINK 1
1495
1496/* Define to 1 if readlinkat is declared even after undefining macros. */
1497#define HAVE_RAW_DECL_READLINKAT 1
1498
1499/* Define to 1 if realpath is declared even after undefining macros. */
1500#define HAVE_RAW_DECL_REALPATH 1
1501
1502/* Define to 1 if recv is declared even after undefining macros. */
1503#define HAVE_RAW_DECL_RECV 1
1504
1505/* Define to 1 if recvfrom is declared even after undefining macros. */
1506#define HAVE_RAW_DECL_RECVFROM 1
1507
1508/* Define to 1 if remainder is declared even after undefining macros. */
1509#define HAVE_RAW_DECL_REMAINDER 1
1510
1511/* Define to 1 if remainderf is declared even after undefining macros. */
1512#define HAVE_RAW_DECL_REMAINDERF 1
1513
1514/* Define to 1 if remainderl is declared even after undefining macros. */
1515#define HAVE_RAW_DECL_REMAINDERL 1
1516
1517/* Define to 1 if renameat is declared even after undefining macros. */
1518#define HAVE_RAW_DECL_RENAMEAT 1
1519
1520/* Define to 1 if rewinddir is declared even after undefining macros. */
1521#define HAVE_RAW_DECL_REWINDDIR 1
1522
1523/* Define to 1 if rint is declared even after undefining macros. */
1524#define HAVE_RAW_DECL_RINT 1
1525
1526/* Define to 1 if rintf is declared even after undefining macros. */
1527#define HAVE_RAW_DECL_RINTF 1
1528
1529/* Define to 1 if rintl is declared even after undefining macros. */
1530#define HAVE_RAW_DECL_RINTL 1
1531
1532/* Define to 1 if rmdir is declared even after undefining macros. */
1533#define HAVE_RAW_DECL_RMDIR 1
1534
1535/* Define to 1 if round is declared even after undefining macros. */
1536#define HAVE_RAW_DECL_ROUND 1
1537
1538/* Define to 1 if roundf is declared even after undefining macros. */
1539#define HAVE_RAW_DECL_ROUNDF 1
1540
1541/* Define to 1 if roundl is declared even after undefining macros. */
1542#define HAVE_RAW_DECL_ROUNDL 1
1543
1544/* Define to 1 if rpmatch is declared even after undefining macros. */
1545#define HAVE_RAW_DECL_RPMATCH 1
1546
1547/* Define to 1 if scandir is declared even after undefining macros. */
1548#define HAVE_RAW_DECL_SCANDIR 1
1549
1550/* Define to 1 if secure_getenv is declared even after undefining macros. */
1551#define HAVE_RAW_DECL_SECURE_GETENV 1
1552
1553/* Define to 1 if select is declared even after undefining macros. */
1554#define HAVE_RAW_DECL_SELECT 1
1555
1556/* Define to 1 if send is declared even after undefining macros. */
1557#define HAVE_RAW_DECL_SEND 1
1558
1559/* Define to 1 if sendto is declared even after undefining macros. */
1560#define HAVE_RAW_DECL_SENDTO 1
1561
1562/* Define to 1 if setenv is declared even after undefining macros. */
1563#define HAVE_RAW_DECL_SETENV 1
1564
1565/* Define to 1 if sethostname is declared even after undefining macros. */
1566#define HAVE_RAW_DECL_SETHOSTNAME 1
1567
1568/* Define to 1 if setsockopt is declared even after undefining macros. */
1569#define HAVE_RAW_DECL_SETSOCKOPT 1
1570
1571/* Define to 1 if setstate is declared even after undefining macros. */
1572#define HAVE_RAW_DECL_SETSTATE 1
1573
1574/* Define to 1 if setstate_r is declared even after undefining macros. */
1575#define HAVE_RAW_DECL_SETSTATE_R 1
1576
1577/* Define to 1 if setusershell is declared even after undefining macros. */
1578#define HAVE_RAW_DECL_SETUSERSHELL 1
1579
1580/* Define to 1 if shutdown is declared even after undefining macros. */
1581#define HAVE_RAW_DECL_SHUTDOWN 1
1582
1583/* Define to 1 if sigaction is declared even after undefining macros. */
1584#define HAVE_RAW_DECL_SIGACTION 1
1585
1586/* Define to 1 if sigaddset is declared even after undefining macros. */
1587#define HAVE_RAW_DECL_SIGADDSET 1
1588
1589/* Define to 1 if sigdelset is declared even after undefining macros. */
1590#define HAVE_RAW_DECL_SIGDELSET 1
1591
1592/* Define to 1 if sigemptyset is declared even after undefining macros. */
1593#define HAVE_RAW_DECL_SIGEMPTYSET 1
1594
1595/* Define to 1 if sigfillset is declared even after undefining macros. */
1596#define HAVE_RAW_DECL_SIGFILLSET 1
1597
1598/* Define to 1 if sigismember is declared even after undefining macros. */
1599#define HAVE_RAW_DECL_SIGISMEMBER 1
1600
1601/* Define to 1 if sigpending is declared even after undefining macros. */
1602#define HAVE_RAW_DECL_SIGPENDING 1
1603
1604/* Define to 1 if sigprocmask is declared even after undefining macros. */
1605#define HAVE_RAW_DECL_SIGPROCMASK 1
1606
1607/* Define to 1 if sinf is declared even after undefining macros. */
1608#define HAVE_RAW_DECL_SINF 1
1609
1610/* Define to 1 if sinhf is declared even after undefining macros. */
1611#define HAVE_RAW_DECL_SINHF 1
1612
1613/* Define to 1 if sinl is declared even after undefining macros. */
1614#define HAVE_RAW_DECL_SINL 1
1615
1616/* Define to 1 if sleep is declared even after undefining macros. */
1617#define HAVE_RAW_DECL_SLEEP 1
1618
1619/* Define to 1 if snprintf is declared even after undefining macros. */
1620#define HAVE_RAW_DECL_SNPRINTF 1
1621
1622/* Define to 1 if socket is declared even after undefining macros. */
1623#define HAVE_RAW_DECL_SOCKET 1
1624
1625/* Define to 1 if sqrtf is declared even after undefining macros. */
1626#define HAVE_RAW_DECL_SQRTF 1
1627
1628/* Define to 1 if sqrtl is declared even after undefining macros. */
1629#define HAVE_RAW_DECL_SQRTL 1
1630
1631/* Define to 1 if srandom is declared even after undefining macros. */
1632#define HAVE_RAW_DECL_SRANDOM 1
1633
1634/* Define to 1 if srandom_r is declared even after undefining macros. */
1635#define HAVE_RAW_DECL_SRANDOM_R 1
1636
1637/* Define to 1 if stat is declared even after undefining macros. */
1638#define HAVE_RAW_DECL_STAT 1
1639
1640/* Define to 1 if stpcpy is declared even after undefining macros. */
1641#define HAVE_RAW_DECL_STPCPY 1
1642
1643/* Define to 1 if stpncpy is declared even after undefining macros. */
1644#define HAVE_RAW_DECL_STPNCPY 1
1645
1646/* Define to 1 if strcasecmp is declared even after undefining macros. */
1647#define HAVE_RAW_DECL_STRCASECMP 1
1648
1649/* Define to 1 if strcasestr is declared even after undefining macros. */
1650#define HAVE_RAW_DECL_STRCASESTR 1
1651
1652/* Define to 1 if strchrnul is declared even after undefining macros. */
1653#define HAVE_RAW_DECL_STRCHRNUL 1
1654
1655/* Define to 1 if strdup is declared even after undefining macros. */
1656#define HAVE_RAW_DECL_STRDUP 1
1657
1658/* Define to 1 if strerror_r is declared even after undefining macros. */
1659#define HAVE_RAW_DECL_STRERROR_R 1
1660
1661/* Define to 1 if strncasecmp is declared even after undefining macros. */
1662#define HAVE_RAW_DECL_STRNCASECMP 1
1663
1664/* Define to 1 if strncat is declared even after undefining macros. */
1665#define HAVE_RAW_DECL_STRNCAT 1
1666
1667/* Define to 1 if strndup is declared even after undefining macros. */
1668#define HAVE_RAW_DECL_STRNDUP 1
1669
1670/* Define to 1 if strnlen is declared even after undefining macros. */
1671#define HAVE_RAW_DECL_STRNLEN 1
1672
1673/* Define to 1 if strpbrk is declared even after undefining macros. */
1674#define HAVE_RAW_DECL_STRPBRK 1
1675
1676/* Define to 1 if strsep is declared even after undefining macros. */
1677#define HAVE_RAW_DECL_STRSEP 1
1678
1679/* Define to 1 if strsignal is declared even after undefining macros. */
1680#define HAVE_RAW_DECL_STRSIGNAL 1
1681
1682/* Define to 1 if strtod is declared even after undefining macros. */
1683#define HAVE_RAW_DECL_STRTOD 1
1684
1685/* Define to 1 if strtoimax is declared even after undefining macros. */
1686#define HAVE_RAW_DECL_STRTOIMAX 1
1687
1688/* Define to 1 if strtok_r is declared even after undefining macros. */
1689#define HAVE_RAW_DECL_STRTOK_R 1
1690
1691/* Define to 1 if strtoll is declared even after undefining macros. */
1692#define HAVE_RAW_DECL_STRTOLL 1
1693
1694/* Define to 1 if strtoull is declared even after undefining macros. */
1695#define HAVE_RAW_DECL_STRTOULL 1
1696
1697/* Define to 1 if strtoumax is declared even after undefining macros. */
1698#define HAVE_RAW_DECL_STRTOUMAX 1
1699
1700/* Define to 1 if strverscmp is declared even after undefining macros. */
1701#define HAVE_RAW_DECL_STRVERSCMP 1
1702
1703/* Define to 1 if symlink is declared even after undefining macros. */
1704#define HAVE_RAW_DECL_SYMLINK 1
1705
1706/* Define to 1 if symlinkat is declared even after undefining macros. */
1707#define HAVE_RAW_DECL_SYMLINKAT 1
1708
1709/* Define to 1 if tanf is declared even after undefining macros. */
1710#define HAVE_RAW_DECL_TANF 1
1711
1712/* Define to 1 if tanhf is declared even after undefining macros. */
1713#define HAVE_RAW_DECL_TANHF 1
1714
1715/* Define to 1 if tanl is declared even after undefining macros. */
1716#define HAVE_RAW_DECL_TANL 1
1717
1718/* Define to 1 if tmpfile is declared even after undefining macros. */
1719#define HAVE_RAW_DECL_TMPFILE 1
1720
1721/* Define to 1 if trunc is declared even after undefining macros. */
1722#define HAVE_RAW_DECL_TRUNC 1
1723
1724/* Define to 1 if truncf is declared even after undefining macros. */
1725#define HAVE_RAW_DECL_TRUNCF 1
1726
1727/* Define to 1 if truncl is declared even after undefining macros. */
1728#define HAVE_RAW_DECL_TRUNCL 1
1729
1730/* Define to 1 if ttyname_r is declared even after undefining macros. */
1731#define HAVE_RAW_DECL_TTYNAME_R 1
1732
1733/* Define to 1 if unlink is declared even after undefining macros. */
1734#define HAVE_RAW_DECL_UNLINK 1
1735
1736/* Define to 1 if unlinkat is declared even after undefining macros. */
1737#define HAVE_RAW_DECL_UNLINKAT 1
1738
1739/* Define to 1 if unlockpt is declared even after undefining macros. */
1740#define HAVE_RAW_DECL_UNLOCKPT 1
1741
1742/* Define to 1 if unsetenv is declared even after undefining macros. */
1743#define HAVE_RAW_DECL_UNSETENV 1
1744
1745/* Define to 1 if usleep is declared even after undefining macros. */
1746#define HAVE_RAW_DECL_USLEEP 1
1747
1748/* Define to 1 if utimensat is declared even after undefining macros. */
1749#define HAVE_RAW_DECL_UTIMENSAT 1
1750
1751/* Define to 1 if vdprintf is declared even after undefining macros. */
1752#define HAVE_RAW_DECL_VDPRINTF 1
1753
1754/* Define to 1 if vsnprintf is declared even after undefining macros. */
1755#define HAVE_RAW_DECL_VSNPRINTF 1
1756
1757/* Define to 1 if wcpcpy is declared even after undefining macros. */
1758#define HAVE_RAW_DECL_WCPCPY 1
1759
1760/* Define to 1 if wcpncpy is declared even after undefining macros. */
1761#define HAVE_RAW_DECL_WCPNCPY 1
1762
1763/* Define to 1 if wcrtomb is declared even after undefining macros. */
1764#define HAVE_RAW_DECL_WCRTOMB 1
1765
1766/* Define to 1 if wcscasecmp is declared even after undefining macros. */
1767#define HAVE_RAW_DECL_WCSCASECMP 1
1768
1769/* Define to 1 if wcscat is declared even after undefining macros. */
1770#define HAVE_RAW_DECL_WCSCAT 1
1771
1772/* Define to 1 if wcschr is declared even after undefining macros. */
1773#define HAVE_RAW_DECL_WCSCHR 1
1774
1775/* Define to 1 if wcscmp is declared even after undefining macros. */
1776#define HAVE_RAW_DECL_WCSCMP 1
1777
1778/* Define to 1 if wcscoll is declared even after undefining macros. */
1779#define HAVE_RAW_DECL_WCSCOLL 1
1780
1781/* Define to 1 if wcscpy is declared even after undefining macros. */
1782#define HAVE_RAW_DECL_WCSCPY 1
1783
1784/* Define to 1 if wcscspn is declared even after undefining macros. */
1785#define HAVE_RAW_DECL_WCSCSPN 1
1786
1787/* Define to 1 if wcsdup is declared even after undefining macros. */
1788#define HAVE_RAW_DECL_WCSDUP 1
1789
1790/* Define to 1 if wcslen is declared even after undefining macros. */
1791#define HAVE_RAW_DECL_WCSLEN 1
1792
1793/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1794#define HAVE_RAW_DECL_WCSNCASECMP 1
1795
1796/* Define to 1 if wcsncat is declared even after undefining macros. */
1797#define HAVE_RAW_DECL_WCSNCAT 1
1798
1799/* Define to 1 if wcsncmp is declared even after undefining macros. */
1800#define HAVE_RAW_DECL_WCSNCMP 1
1801
1802/* Define to 1 if wcsncpy is declared even after undefining macros. */
1803#define HAVE_RAW_DECL_WCSNCPY 1
1804
1805/* Define to 1 if wcsnlen is declared even after undefining macros. */
1806#define HAVE_RAW_DECL_WCSNLEN 1
1807
1808/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1809#define HAVE_RAW_DECL_WCSNRTOMBS 1
1810
1811/* Define to 1 if wcspbrk is declared even after undefining macros. */
1812#define HAVE_RAW_DECL_WCSPBRK 1
1813
1814/* Define to 1 if wcsrchr is declared even after undefining macros. */
1815#define HAVE_RAW_DECL_WCSRCHR 1
1816
1817/* Define to 1 if wcsrtombs is declared even after undefining macros. */
1818#define HAVE_RAW_DECL_WCSRTOMBS 1
1819
1820/* Define to 1 if wcsspn is declared even after undefining macros. */
1821#define HAVE_RAW_DECL_WCSSPN 1
1822
1823/* Define to 1 if wcsstr is declared even after undefining macros. */
1824#define HAVE_RAW_DECL_WCSSTR 1
1825
1826/* Define to 1 if wcstok is declared even after undefining macros. */
1827#define HAVE_RAW_DECL_WCSTOK 1
1828
1829/* Define to 1 if wcswidth is declared even after undefining macros. */
1830#define HAVE_RAW_DECL_WCSWIDTH 1
1831
1832/* Define to 1 if wcsxfrm is declared even after undefining macros. */
1833#define HAVE_RAW_DECL_WCSXFRM 1
1834
1835/* Define to 1 if wctob is declared even after undefining macros. */
1836#define HAVE_RAW_DECL_WCTOB 1
1837
1838/* Define to 1 if wcwidth is declared even after undefining macros. */
1839#define HAVE_RAW_DECL_WCWIDTH 1
1840
1841/* Define to 1 if wmemchr is declared even after undefining macros. */
1842#define HAVE_RAW_DECL_WMEMCHR 1
1843
1844/* Define to 1 if wmemcmp is declared even after undefining macros. */
1845#define HAVE_RAW_DECL_WMEMCMP 1
1846
1847/* Define to 1 if wmemcpy is declared even after undefining macros. */
1848#define HAVE_RAW_DECL_WMEMCPY 1
1849
1850/* Define to 1 if wmemmove is declared even after undefining macros. */
1851#define HAVE_RAW_DECL_WMEMMOVE 1
1852
1853/* Define to 1 if wmemset is declared even after undefining macros. */
1854#define HAVE_RAW_DECL_WMEMSET 1
1855
1856/* Define to 1 if _Exit is declared even after undefining macros. */
1857#define HAVE_RAW_DECL__EXIT 1
1858
1859/* Define to 1 if you have the `readdir' function. */
1860#define HAVE_READDIR 1
1861
1862/* Define if the 'realloc' function is POSIX compliant. */
1863#define HAVE_REALLOC_POSIX 1
1864
1865/* Define this if we have a functional realpath(3C) */
1866#define HAVE_REALPATH 1
1867
1868/* Define to 1 if you have the `regcomp' function. */
1869#define HAVE_REGCOMP 1
1870
1871/* Define to 1 if you have the <runetype.h> header file. */
1872/* #undef HAVE_RUNETYPE_H */
1873
1874/* Define to 1 if 'long double' and 'double' have the same representation. */
1875/* #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE */
1876
1877/* Define to 1 if the system has the type `sa_family_t'. */
1878#define HAVE_SA_FAMILY_T 1
1879
1880/* Define to 1 if you have the `scandir' function. */
1881#define HAVE_SCANDIR 1
1882
1883/* Define to 1 if you have the `scm_gc_malloc_pointerless' function. */
1884/* #undef HAVE_SCM_GC_MALLOC_POINTERLESS */
1885
1886/* Define to 1 if you have the <search.h> header file. */
1887#define HAVE_SEARCH_H 1
1888
1889/* Define to 1 if you have the `select' function. */
1890#define HAVE_SELECT 1
1891
1892/* Define to 1 if you have the `setenv' function. */
1893#define HAVE_SETENV 1
1894
1895/* Define to 1 if you have the <setjmp.h> header file. */
1896#define HAVE_SETJMP_H 1
1897
1898/* Define to 1 if you have the `shutdown' function. */
1899#define HAVE_SHUTDOWN 1
1900
1901/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1902/* #undef HAVE_SIGNED_SIG_ATOMIC_T */
1903
1904/* Define to 1 if 'wchar_t' is a signed integer type. */
1905/* #undef HAVE_SIGNED_WCHAR_T */
1906
1907/* Define to 1 if 'wint_t' is a signed integer type. */
1908/* #undef HAVE_SIGNED_WINT_T */
1909
1910/* Define to 1 if the system has the type `sigset_t'. */
1911#define HAVE_SIGSET_T 1
1912
1913/* Define to 1 if the system has the type `size_t'. */
1914#define HAVE_SIZE_T 1
1915
1916/* Define to 1 if you have the `sleep' function. */
1917#define HAVE_SLEEP 1
1918
1919/* Define to 1 if you have the `snprintf' function. */
1920#define HAVE_SNPRINTF 1
1921
1922/* Define if the return value of the snprintf function is the number of of
1923 bytes (excluding the terminating NUL) that would have been produced if the
1924 buffer had been large enough. */
1925#define HAVE_SNPRINTF_RETVAL_C99 1
1926
1927/* Define to 1 if you have the `socket' function. */
1928#define HAVE_SOCKET 1
1929
1930/* Define to 1 if you have the <stdarg.h> header file. */
1931#define HAVE_STDARG_H 1
1932
1933/* Define to 1 if you have the <stdbool.h> header file. */
1934#define HAVE_STDBOOL_H 1
1935
1936/* Define to 1 if you have the <stdint.h> header file. */
1937#define HAVE_STDINT_H 1
1938
1939/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1940 uintmax_t. */
1941#define HAVE_STDINT_H_WITH_UINTMAX 1
1942
1943/* Define to 1 if you have the <stdio_ext.h> header file. */
1944#define HAVE_STDIO_EXT_H 1
1945
1946/* Define to 1 if you have the <stdlib.h> header file. */
1947#define HAVE_STDLIB_H 1
1948
1949/* Define to 1 if you have the `strcasecmp' function. */
1950#define HAVE_STRCASECMP 1
1951
1952/* Define to 1 if you have the `strchr' function. */
1953#define HAVE_STRCHR 1
1954
1955/* Define to 1 if you have the `strchrnul' function. */
1956#define HAVE_STRCHRNUL 1
1957
1958/* Define to 1 if you have the `strdup' function. */
1959#define HAVE_STRDUP 1
1960
1961/* Define to 1 if you have the `strerror' function. */
1962#define HAVE_STRERROR 1
1963
1964/* Define to 1 if you have the `strerror_r' function. */
1965#define HAVE_STRERROR_R 1
1966
1967/* Define this if strftime() works */
1968#define HAVE_STRFTIME 1
1969
1970/* Define to 1 if you have the <strings.h> header file. */
1971#define HAVE_STRINGS_H 1
1972
1973/* Define to 1 if you have the <string.h> header file. */
1974#define HAVE_STRING_H 1
1975
1976/* Define to 1 if you have the `strncasecmp' function. */
1977#define HAVE_STRNCASECMP 1
1978
1979/* Define to 1 if you have the `strndup' function. */
1980#define HAVE_STRNDUP 1
1981
1982/* Define to 1 if you have the `strnlen' function. */
1983#define HAVE_STRNLEN 1
1984
1985/* Define to 1 if you have the `strrchr' function. */
1986#define HAVE_STRRCHR 1
1987
1988/* Define to 1 if you have the `strsignal' function. */
1989#define HAVE_STRSIGNAL 1
1990
1991/* Define to 1 if you have the `strstr' function. */
1992#define HAVE_STRSTR 1
1993
1994/* Define to 1 if you have the `strtok_r' function. */
1995#define HAVE_STRTOK_R 1
1996
1997/* Define to 1 if you have the `strtoul' function. */
1998#define HAVE_STRTOUL 1
1999
2000/* Define to 1 if the system has the type `struct addrinfo'. */
2001#define HAVE_STRUCT_ADDRINFO 1
2002
2003/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
2004/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
2005
2006/* Define to 1 if the system has the type `struct sockaddr_storage'. */
2007#define HAVE_STRUCT_SOCKADDR_STORAGE 1
2008
2009/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
2010#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
2011
2012/* Define to 1 if you have the `strverscmp' function. */
2013#define HAVE_STRVERSCMP 1
2014
2015/* Define to 1 if you have the `symlink' function. */
2016#define HAVE_SYMLINK 1
2017
2018/* Define to 1 if you have the <sysexits.h> header file. */
2019#define HAVE_SYSEXITS_H 1
2020
2021/* Define to 1 if you have the <sys/bitypes.h> header file. */
2022/* #undef HAVE_SYS_BITYPES_H */
2023
2024/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
2025 */
2026/* #undef HAVE_SYS_DIR_H */
2027
2028/* Define to 1 if you have the <sys/inttypes.h> header file. */
2029/* #undef HAVE_SYS_INTTYPES_H */
2030
2031/* Define to 1 if you have the <sys/ioctl.h> header file. */
2032#define HAVE_SYS_IOCTL_H 1
2033
2034/* Define to 1 if you have the <sys/limits.h> header file. */
2035/* #undef HAVE_SYS_LIMITS_H */
2036
2037/* Define to 1 if you have the <sys/mman.h> header file. */
2038#define HAVE_SYS_MMAN_H 1
2039
2040/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
2041 */
2042/* #undef HAVE_SYS_NDIR_H */
2043
2044/* Define to 1 if you have the <sys/param.h> header file. */
2045#define HAVE_SYS_PARAM_H 1
2046
2047/* Define to 1 if you have the <sys/poll.h> header file. */
2048#define HAVE_SYS_POLL_H 1
2049
2050/* Define to 1 if you have the <sys/procset.h> header file. */
2051/* #undef HAVE_SYS_PROCSET_H */
2052
2053/* Define to 1 if you have the <sys/select.h> header file. */
2054#define HAVE_SYS_SELECT_H 1
2055
2056/* Define to 1 if you have the <sys/socket.h> header file. */
2057#define HAVE_SYS_SOCKET_H 1
2058
2059/* Define to 1 if you have the <sys/stat.h> header file. */
2060#define HAVE_SYS_STAT_H 1
2061
2062/* Define to 1 if you have the <sys/stropts.h> header file. */
2063#define HAVE_SYS_STROPTS_H 1
2064
2065/* Define to 1 if you have the <sys/timeb.h> header file. */
2066/* #undef HAVE_SYS_TIMEB_H */
2067
2068/* Define to 1 if you have the <sys/time.h> header file. */
2069#define HAVE_SYS_TIME_H 1
2070
2071/* Define to 1 if you have the <sys/types.h> header file. */
2072#define HAVE_SYS_TYPES_H 1
2073
2074/* Define to 1 if you have the <sys/uio.h> header file. */
2075#define HAVE_SYS_UIO_H 1
2076
2077/* Define to 1 if you have the <sys/un.h> header file. */
2078#define HAVE_SYS_UN_H 1
2079
2080/* Define to 1 if you have the <sys/wait.h> header file. */
2081#define HAVE_SYS_WAIT_H 1
2082
2083/* Define to 1 if you have the `tcgetattr' function. */
2084#define HAVE_TCGETATTR 1
2085
2086/* Define to 1 if you have the `tcsetattr' function. */
2087#define HAVE_TCSETATTR 1
2088
2089/* Define to 1 if you have the <termios.h> header file. */
2090#define HAVE_TERMIOS_H 1
2091
2092/* Enable TPM */
2093/* #undef HAVE_TROUSERS */
2094
2095/* Define to 1 if you have the `tsearch' function. */
2096#define HAVE_TSEARCH 1
2097
2098/* Define to 1 if the system has the type `uint16_t'. */
2099#define HAVE_UINT16_T 1
2100
2101/* Define to 1 if the system has the type `uint32_t'. */
2102#define HAVE_UINT32_T 1
2103
2104/* Define to 1 if the system has the type `uint8_t'. */
2105#define HAVE_UINT8_T 1
2106
2107/* Define to 1 if the system has the type `uintptr_t'. */
2108#define HAVE_UINTPTR_T 1
2109
2110/* Define to 1 if the system has the type `uint_t'. */
2111/* #undef HAVE_UINT_T */
2112
2113/* Define to 1 if you have the `uname' function. */
2114#define HAVE_UNAME 1
2115
2116/* Define to 1 if you have the <unistd.h> header file. */
2117#define HAVE_UNISTD_H 1
2118
2119/* Define to 1 if you have the `unsetenv' function. */
2120#define HAVE_UNSETENV 1
2121
2122/* Define to 1 if the system has the type `unsigned long long int'. */
2123#define HAVE_UNSIGNED_LONG_LONG_INT 1
2124
2125/* Define to 1 if you have the <utime.h> header file. */
2126#define HAVE_UTIME_H 1
2127
2128/* Define to 1 if you have the <values.h> header file. */
2129/* #undef HAVE_VALUES_H */
2130
2131/* Define to 1 if you have the <varargs.h> header file. */
2132/* #undef HAVE_VARARGS_H */
2133
2134/* Define to 1 if you have the `vasnprintf' function. */
2135/* #undef HAVE_VASNPRINTF */
2136
2137/* Define to 1 if you have the `vasprintf' function. */
2138#define HAVE_VASPRINTF 1
2139
2140/* Define to 1 if you have the `vfork' function. */
2141#define HAVE_VFORK 1
2142
2143/* Define to 1 if you have the <vfork.h> header file. */
2144/* #undef HAVE_VFORK_H */
2145
2146/* Define to 1 if you have the `vprintf' function. */
2147#define HAVE_VPRINTF 1
2148
2149/* Define to 1 if you have the `vsnprintf' function. */
2150#define HAVE_VSNPRINTF 1
2151
2152/* Define to 1 if you have the <wchar.h> header file. */
2153#define HAVE_WCHAR_H 1
2154
2155/* Define to 1 if the system has the type `wchar_t'. */
2156#define HAVE_WCHAR_T 1
2157
2158/* Define to 1 if you have the `wcrtomb' function. */
2159#define HAVE_WCRTOMB 1
2160
2161/* Define to 1 if you have the `wcslen' function. */
2162#define HAVE_WCSLEN 1
2163
2164/* Define to 1 if you have the `wcsnlen' function. */
2165#define HAVE_WCSNLEN 1
2166
2167/* Define to 1 if you have the <winsock2.h> header file. */
2168/* #undef HAVE_WINSOCK2_H */
2169
2170/* Define to 1 if the system has the type `wint_t'. */
2171#define HAVE_WINT_T 1
2172
2173/* Define to 1 if `fork' works. */
2174#define HAVE_WORKING_FORK 1
2175
2176/* Define to 1 if O_NOATIME works. */
2177#define HAVE_WORKING_O_NOATIME 1
2178
2179/* Define to 1 if O_NOFOLLOW works. */
2180#define HAVE_WORKING_O_NOFOLLOW 1
2181
2182/* Define to 1 if `vfork' works. */
2183#define HAVE_WORKING_VFORK 1
2184
2185/* Define to 1 if you have the <ws2tcpip.h> header file. */
2186/* #undef HAVE_WS2TCPIP_H */
2187
2188/* Define to 1 if the system has the type `_Bool'. */
2189#define HAVE__BOOL 1
2190
2191/* Define to 1 if you have the `_fseeki64' function. */
2192/* #undef HAVE__FSEEKI64 */
2193
2194/* Define to 1 if you have the `_ftelli64' function. */
2195/* #undef HAVE__FTELLI64 */
2196
2197/* Define to 1 if you have the `_ftime' function. */
2198/* #undef HAVE__FTIME */
2199
2200/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
2201/* #undef HAVE__SET_INVALID_PARAMETER_HANDLER */
2202
2203/* Define to 1 if you have the `__fseterr' function. */
2204/* #undef HAVE___FSETERR */
2205
2206/* Define to 1 if you have the `__fsetlocking' function. */
2207#define HAVE___FSETLOCKING 1
2208
2209/* Define to 1 if you have the `__xpg_strerror_r' function. */
2210#define HAVE___XPG_STRERROR_R 1
2211
2212/* Define as const if the declaration of iconv() needs const. */
2213#define ICONV_CONST
2214
2215/* Define as the bit index in the word where to find bit 0 of the exponent of
2216 'long double'. */
2217#define LDBL_EXPBIT0_BIT 0
2218
2219/* Define as the word index where to find the exponent of 'long double'. */
2220#define LDBL_EXPBIT0_WORD 2
2221
2222/* Define as the bit index in the word where to find the sign of 'long
2223 double'. */
2224/* #undef LDBL_SIGNBIT_BIT */
2225
2226/* Define as the word index where to find the sign of 'long double'. */
2227/* #undef LDBL_SIGNBIT_WORD */
2228
2229/* Define to 1 if lseek does not detect pipes. */
2230/* #undef LSEEK_PIPE_BROKEN */
2231
2232/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
2233 slash. */
2234#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2235
2236/* Define to the sub-directory in which libtool stores uninstalled libraries.
2237 */
2238#define LT_OBJDIR ".libs/"
2239
2240/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
2241#define MALLOC_0_IS_NONNULL 1
2242
2243/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
2244/* #undef MAP_ANONYMOUS */
2245
2246/* Define if the vasnprintf implementation needs special code for the 'a' and
2247 'A' directives. */
2248/* #undef NEED_PRINTF_DIRECTIVE_A */
2249
2250/* Define if the vasnprintf implementation needs special code for the 'F'
2251 directive. */
2252/* #undef NEED_PRINTF_DIRECTIVE_F */
2253
2254/* Define if the vasnprintf implementation needs special code for the 'ls'
2255 directive. */
2256/* #undef NEED_PRINTF_DIRECTIVE_LS */
2257
2258/* Define if the vasnprintf implementation needs special code for 'double'
2259 arguments. */
2260/* #undef NEED_PRINTF_DOUBLE */
2261
2262/* Define if the vasnprintf implementation needs special code for surviving
2263 out-of-memory conditions. */
2264/* #undef NEED_PRINTF_ENOMEM */
2265
2266/* Define if the vasnprintf implementation needs special code for the ' flag.
2267 */
2268/* #undef NEED_PRINTF_FLAG_GROUPING */
2269
2270/* Define if the vasnprintf implementation needs special code for the '-'
2271 flag. */
2272/* #undef NEED_PRINTF_FLAG_LEFTADJUST */
2273
2274/* Define if the vasnprintf implementation needs special code for the 0 flag.
2275 */
2276/* #undef NEED_PRINTF_FLAG_ZERO */
2277
2278/* Define if the vasnprintf implementation needs special code for infinite
2279 'double' arguments. */
2280/* #undef NEED_PRINTF_INFINITE_DOUBLE */
2281
2282/* Define if the vasnprintf implementation needs special code for infinite
2283 'long double' arguments. */
2284#define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
2285
2286/* Define if the vasnprintf implementation needs special code for 'long
2287 double' arguments. */
2288/* #undef NEED_PRINTF_LONG_DOUBLE */
2289
2290/* Define if the vasnprintf implementation needs special code for supporting
2291 large precisions without arbitrary bounds. */
2292/* #undef NEED_PRINTF_UNBOUNDED_PRECISION */
2293
2294/* Define this if optional arguments are disallowed */
2295/* #undef NO_OPTIONAL_OPT_ARGS */
2296
2297/* no ssize_t type was found */
2298/* #undef NO_SSIZE_T */
2299
2300/* Define to 1 if open() fails to recognize a trailing slash. */
2301/* #undef OPEN_TRAILING_SLASH_BUG */
2302
2303/* Name of package */
2304#define PACKAGE "gnutls"
2305
2306/* Define to the address where bug reports for this package should be sent. */
2307#define PACKAGE_BUGREPORT "bug-gnutls@gnu.org"
2308
2309/* Define to the full name of this package. */
2310#define PACKAGE_NAME "GnuTLS"
2311
2312/* String identifying the packager of this software */
2313/* #undef PACKAGE_PACKAGER */
2314
2315/* Packager info for bug reports (URL/e-mail/...) */
2316/* #undef PACKAGE_PACKAGER_BUG_REPORTS */
2317
2318/* Packager-specific version information */
2319/* #undef PACKAGE_PACKAGER_VERSION */
2320
2321/* Define to the full name and version of this package. */
2322#define PACKAGE_STRING "GnuTLS 3.2.3"
2323
2324/* Define to the one symbol short name of this package. */
2325#define PACKAGE_TARNAME "gnutls"
2326
2327/* Define to the home page for this package. */
2328#define PACKAGE_URL ""
2329
2330/* Define to the version of this package. */
2331#define PACKAGE_VERSION "3.2.3"
2332
2333/* define to a working POSIX compliant shell */
2334#define POSIX_SHELL "/usr/bin/bash"
2335
2336/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
2337/* #undef PRI_MACROS_BROKEN */
2338
2339/* Define to the type that is the result of default argument promotions of
2340 type mode_t. */
2341#define PROMOTED_MODE_T mode_t
2342
2343/* Define if the pthread_in_use() detection is hard. */
2344/* #undef PTHREAD_IN_USE_DETECTION_HARD */
2345
2346/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2347 'ptrdiff_t'. */
2348/* #undef PTRDIFF_T_SUFFIX */
2349
2350/* name of regex header file */
2351#define REGEX_HEADER <regex.h>
2352
2353/* Define to 1 if stat needs help when passed a directory name with a trailing
2354 slash */
2355/* #undef REPLACE_FUNC_STAT_DIR */
2356
2357/* Define to 1 if stat needs help when passed a file name with a trailing
2358 slash */
2359/* #undef REPLACE_FUNC_STAT_FILE */
2360
2361/* Define to 1 if strerror(0) does not return a message implying success. */
2362/* #undef REPLACE_STRERROR_0 */
2363
2364/* Define if vasnprintf exists but is overridden by gnulib. */
2365/* #undef REPLACE_VASNPRINTF */
2366
2367/* Define if vfprintf is overridden by a POSIX compliant gnulib
2368 implementation. */
2369#define REPLACE_VFPRINTF_POSIX 1
2370
2371/* Define if vprintf is overridden by a POSIX compliant gnulib implementation.
2372 */
2373#define REPLACE_VPRINTF_POSIX 1
2374
2375/* Define as the return type of signal handlers (`int' or `void'). */
2376#define RETSIGTYPE void
2377
2378/* Define to the type of arg 1 for `select'. */
2379#define SELECT_TYPE_ARG1 int
2380
2381/* Define to the type of args 2, 3 and 4 for `select'. */
2382#define SELECT_TYPE_ARG234 (fd_set *)
2383
2384/* Define to the type of arg 5 for `select'. */
2385#define SELECT_TYPE_ARG5 (struct timeval *)
2386
2387/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2388 'sig_atomic_t'. */
2389/* #undef SIG_ATOMIC_T_SUFFIX */
2390
2391/* The size of `char*', as computed by sizeof. */
2392#define SIZEOF_CHARP 8
2393
2394/* The size of `int', as computed by sizeof. */
2395#define SIZEOF_INT 4
2396
2397/* The size of `long', as computed by sizeof. */
2398#define SIZEOF_LONG 8
2399
2400/* The size of `long long', as computed by sizeof. */
2401#define SIZEOF_LONG_LONG 8
2402
2403/* The size of `short', as computed by sizeof. */
2404#define SIZEOF_SHORT 2
2405
2406/* The size of `unsigned int', as computed by sizeof. */
2407#define SIZEOF_UNSIGNED_INT 4
2408
2409/* The size of `unsigned long int', as computed by sizeof. */
2410#define SIZEOF_UNSIGNED_LONG_INT 8
2411
2412/* The size of `void *', as computed by sizeof. */
2413#define SIZEOF_VOID_P 8
2414
2415/* Define as the maximum value of type 'size_t', if the system doesn't define
2416 it. */
2417#ifndef SIZE_MAX
2418/* # undef SIZE_MAX */
2419#endif
2420
2421/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2422 'size_t'. */
2423/* #undef SIZE_T_SUFFIX */
2424
2425/* If using the C implementation of alloca, define if you know the
2426 direction of stack growth for your system; otherwise it will be
2427 automatically deduced at runtime.
2428 STACK_DIRECTION > 0 => grows toward higher addresses
2429 STACK_DIRECTION < 0 => grows toward lower addresses
2430 STACK_DIRECTION = 0 => direction of growth unknown */
2431/* #undef STACK_DIRECTION */
2432
2433/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2434/* #undef STAT_MACROS_BROKEN */
2435
2436/* Define to 1 if you have the ANSI C header files. */
2437#define STDC_HEADERS 1
2438
2439/* Define to 1 if strerror_r returns char *. */
2440#define STRERROR_R_CHAR_P 1
2441
2442/* The DNSSEC root key file */
2443#define UNBOUND_ROOT_KEY_FILE "/etc/unbound/root.key"
2444
2445/* Define if the POSIX multithreading library can be used. */
2446#define USE_POSIX_THREADS 1
2447
2448/* Define if references to the POSIX multithreading library should be made
2449 weak. */
2450#define USE_POSIX_THREADS_WEAK 1
2451
2452/* Define if the GNU Pth multithreading library can be used. */
2453/* #undef USE_PTH_THREADS */
2454
2455/* Define if references to the GNU Pth multithreading library should be made
2456 weak. */
2457/* #undef USE_PTH_THREADS_WEAK */
2458
2459/* Define if the old Solaris multithreading library can be used. */
2460/* #undef USE_SOLARIS_THREADS */
2461
2462/* Define if references to the old Solaris multithreading library should be
2463 made weak. */
2464/* #undef USE_SOLARIS_THREADS_WEAK */
2465
2466/* Enable extensions on AIX 3, Interix. */
2467#ifndef _ALL_SOURCE
2468# define _ALL_SOURCE 1
2469#endif
2470/* Enable general extensions on OS X. */
2471#ifndef _DARWIN_C_SOURCE
2472# define _DARWIN_C_SOURCE 1
2473#endif
2474/* Enable GNU extensions on systems that have them. */
2475#ifndef _GNU_SOURCE
2476# define _GNU_SOURCE 1
2477#endif
2478/* Enable threading extensions on Solaris. */
2479#ifndef _POSIX_PTHREAD_SEMANTICS
2480# define _POSIX_PTHREAD_SEMANTICS 1
2481#endif
2482/* Enable extensions on HP NonStop. */
2483#ifndef _TANDEM_SOURCE
2484# define _TANDEM_SOURCE 1
2485#endif
2486/* Enable X/Open extensions if necessary. HP-UX 11.11 defines
2487 mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
2488 whether compiling with -Ae or -D_HPUX_SOURCE=1. */
2489#ifndef _XOPEN_SOURCE
2490/* # undef _XOPEN_SOURCE */
2491#endif
2492/* Enable general extensions on Solaris. */
2493#ifndef __EXTENSIONS__
2494# define __EXTENSIONS__ 1
2495#endif
2496
2497
2498/* Define if the Win32 multithreading API can be used. */
2499/* #undef USE_WIN32_THREADS */
2500
2501/* Version number of package */
2502#define VERSION "3.2.3"
2503
2504/* Define to 1 if unsetenv returns void instead of int. */
2505/* #undef VOID_UNSETENV */
2506
2507/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2508 'wchar_t'. */
2509/* #undef WCHAR_T_SUFFIX */
2510
2511/* Define if WSAStartup is needed. */
2512/* #undef WINDOWS_SOCKETS */
2513
2514/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2515 'wint_t'. */
2516/* #undef WINT_T_SUFFIX */
2517
2518/* Define this if a working libregex can be found */
2519#define WITH_LIBREGEX 1
2520
2521/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2522 significant byte first (like Motorola and SPARC, unlike Intel). */
2523#if defined AC_APPLE_UNIVERSAL_BUILD
2524# if defined __BIG_ENDIAN__
2525# define WORDS_BIGENDIAN 1
2526# endif
2527#else
2528# ifndef WORDS_BIGENDIAN
2529/* # undef WORDS_BIGENDIAN */
2530# endif
2531#endif
2532
2533/* Enable large inode numbers on Mac OS X 10.5. */
2534#define _DARWIN_USE_64_BIT_INODE 1
2535
2536/* Number of bits in a file offset, on hosts where this is settable. */
2537/* #undef _FILE_OFFSET_BITS */
2538
2539/* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
2540 stat.st_size becomes 64-bit. */
2541/* #undef _GL_WINDOWS_64_BIT_ST_SIZE */
2542
2543/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2544/* #undef _LARGEFILE_SOURCE */
2545
2546/* Define for large files, on AIX-style hosts. */
2547/* #undef _LARGE_FILES */
2548
2549/* Define to 1 if on MINIX. */
2550/* #undef _MINIX */
2551
2552/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
2553/* #undef _NETBSD_SOURCE */
2554
2555/* The _Noreturn keyword of C11. */
2556#if ! (defined _Noreturn \
2557 || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
2558# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
2559 || 0x5110 <= __SUNPRO_C)
2560# define _Noreturn __attribute__ ((__noreturn__))
2561# elif defined _MSC_VER && 1200 <= _MSC_VER
2562# define _Noreturn __declspec (noreturn)
2563# else
2564# define _Noreturn
2565# endif
2566#endif
2567
2568
2569/* Define to 2 if the system does not provide POSIX.1 features except with
2570 this defined. */
2571/* #undef _POSIX_1_SOURCE */
2572
2573/* Define to 1 in order to get the POSIX compatible declarations of socket
2574 functions. */
2575/* #undef _POSIX_PII_SOCKET */
2576
2577/* Define to 1 if you need to in order for 'stat' and other things to work. */
2578/* #undef _POSIX_SOURCE */
2579
2580/* Define to rpl_ if the getopt replacement functions and variables should be
2581 used. */
2582#define __GETOPT_PREFIX rpl_
2583
2584/* Define as a replacement for the ISO C99 __func__ variable. */
2585/* #undef __func__ */
2586
2587/* Please see the Gnulib manual for how to use these macros.
2588
2589 Suppress extern inline with HP-UX cc, as it appears to be broken; see
2590 <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
2591
2592 Suppress extern inline with Sun C in standards-conformance mode, as it
2593 mishandles inline functions that call each other. E.g., for 'inline void f
2594 (void) { } inline void g (void) { f (); }', c99 incorrectly complains
2595 'reference to static identifier "f" in extern inline function'.
2596 This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
2597
2598 Suppress the use of extern inline on Apple's platforms, as Libc at least
2599 through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g.,
2600 <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
2601 Perhaps Apple will fix this some day. */
2602#if ((__GNUC__ \
2603 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2604 : (199901L <= __STDC_VERSION__ \
2605 && !defined __HP_cc \
2606 && !(defined __SUNPRO_C && __STDC__))) \
2607 && !defined __APPLE__)
2608# define _GL_INLINE inline
2609# define _GL_EXTERN_INLINE extern inline
2610#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2611 && !defined __APPLE__)
2612# if __GNUC_GNU_INLINE__
2613 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
2614# define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2615# else
2616# define _GL_INLINE extern inline
2617# endif
2618# define _GL_EXTERN_INLINE extern
2619#else
2620# define _GL_INLINE static _GL_UNUSED
2621# define _GL_EXTERN_INLINE static _GL_UNUSED
2622#endif
2623
2624#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
2625# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2626# define _GL_INLINE_HEADER_CONST_PRAGMA
2627# else
2628# define _GL_INLINE_HEADER_CONST_PRAGMA \
2629 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2630# endif
2631 /* Suppress GCC's bogus "no previous prototype for 'FOO'"
2632 and "no previous declaration for 'FOO'" diagnostics,
2633 when FOO is an inline function in the header; see
2634 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. */
2635# define _GL_INLINE_HEADER_BEGIN \
2636 _Pragma ("GCC diagnostic push") \
2637 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2638 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2639 _GL_INLINE_HEADER_CONST_PRAGMA
2640# define _GL_INLINE_HEADER_END \
2641 _Pragma ("GCC diagnostic pop")
2642#else
2643# define _GL_INLINE_HEADER_BEGIN
2644# define _GL_INLINE_HEADER_END
2645#endif
2646
2647/* static lib rename */
2648#define fread_file _gnutls_fread_file
2649
2650/* Define to `int' if <sys/types.h> doesn't define. */
2651/* #undef gid_t */
2652
2653/* A replacement for va_copy, if needed. */
2654#define gl_va_copy(a,b) ((a) = (b))
2655
2656/* Define to rpl_gmtime if the replacement function should be used. */
2657/* #undef gmtime */
2658
2659/* Define to `__inline__' or `__inline' if that's what the C compiler
2660 calls it, or to nothing if 'inline' is not supported under any name. */
2661#ifndef __cplusplus
2662/* #undef inline */
2663#endif
2664
2665/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2666/* #undef intmax_t */
2667
2668/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2669 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2670 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2671 __APPLE__ && __MACH__ test for Mac OS X.
2672 __APPLE_CC__ tests for the Apple compiler and its version.
2673 __STDC_VERSION__ tests for the C99 mode. */
2674#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2675# define __GNUC_STDC_INLINE__ 1
2676#endif
2677
2678/* Define to rpl_localtime if the replacement function should be used. */
2679/* #undef localtime */
2680
2681/* Define to `int' if <sys/types.h> does not define. */
2682/* #undef mode_t */
2683
2684/* Define to the type of st_nlink in struct stat, or a supertype. */
2685/* #undef nlink_t */
2686
2687/* Define to `int' if <sys/types.h> does not define. */
2688/* #undef pid_t */
2689
2690/* Define as the type of the result of subtracting two pointers, if the system
2691 doesn't define it. */
2692/* #undef ptrdiff_t */
2693
2694/* static lib rename */
2695#define read_binary_file _gnutls_read_binary_file
2696
2697/* static lib rename */
2698#define read_file _gnutls_read_file
2699
2700/* Define to the equivalent of the C99 'restrict' keyword, or to
2701 nothing if this is not supported. Do not define if restrict is
2702 supported directly. */
2703#define restrict __restrict
2704/* Work around a bug in Sun C++: it does not support _Restrict or
2705 __restrict__, even though the corresponding Sun C compiler ends up with
2706 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2707 previous line. Perhaps some future version of Sun C++ will work with
2708 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
2709#if defined __SUNPRO_CC && !defined __RESTRICT
2710# define _Restrict
2711# define __restrict__
2712#endif
2713
2714/* Define to `unsigned int' if <sys/types.h> does not define. */
2715/* #undef size_t */
2716
2717/* type to use in place of socklen_t if not defined */
2718/* #undef socklen_t */
2719
2720/* Define as a signed type of the same size as size_t. */
2721/* #undef ssize_t */
2722
2723/* Define to `int' if <sys/types.h> doesn't define. */
2724/* #undef uid_t */
2725
2726/* Define as a marker that can be attached to declarations that might not
2727 be used. This helps to reduce warnings, such as from
2728 GCC -Wunused-parameter. */
2729#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2730# define _GL_UNUSED __attribute__ ((__unused__))
2731#else
2732# define _GL_UNUSED
2733#endif
2734/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2735 is a misnomer outside of parameter lists. */
2736#define _UNUSED_PARAMETER_ _GL_UNUSED
2737
2738/* The __pure__ attribute was added in gcc 2.96. */
2739#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2740# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2741#else
2742# define _GL_ATTRIBUTE_PURE /* empty */
2743#endif
2744
2745/* The __const__ attribute was added in gcc 2.95. */
2746#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2747# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2748#else
2749# define _GL_ATTRIBUTE_CONST /* empty */
2750#endif
2751
2752
2753/* Define as a macro for copying va_list variables. */
2754/* #undef va_copy */
2755
2756/* Define as `fork' if `vfork' does not work. */
2757/* #undef vfork */
2758