Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to the number of bits in type 'ptrdiff_t'. */
7 #undef BITSIZEOF_PTRDIFF_T
8
9 /* Define to the number of bits in type 'sig_atomic_t'. */
10 #undef BITSIZEOF_SIG_ATOMIC_T
11
12 /* Define to the number of bits in type 'size_t'. */
13 #undef BITSIZEOF_SIZE_T
14
15 /* Define to the number of bits in type 'wchar_t'. */
16 #undef BITSIZEOF_WCHAR_T
17
18 /* Define to the number of bits in type 'wint_t'. */
19 #undef BITSIZEOF_WINT_T
20
21 /* C99 macros are supported */
22 #undef C99_MACROS
23
24 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25    systems. This function is required for `alloca.c' support on those systems.
26    */
27 #undef CRAY_STACKSEG_END
28
29 /* Define to 1 if using `alloca.c'. */
30 #undef C_ALLOCA
31
32 /* Define as the bit index in the word where to find bit 0 of the exponent of
33    'double'. */
34 #undef DBL_EXPBIT0_BIT
35
36 /* Define as the word index where to find the exponent of 'double'. */
37 #undef DBL_EXPBIT0_WORD
38
39 /* use the given certificate blacklist file */
40 #undef DEFAULT_BLACKLIST_FILE
41
42 /* use the given CRL file */
43 #undef DEFAULT_CRL_FILE
44
45 /* use the given directory as default trust store */
46 #undef DEFAULT_TRUST_STORE_DIR
47
48 /* use the given file default trust store */
49 #undef DEFAULT_TRUST_STORE_FILE
50
51 /* use the given pkcs11 uri as default trust store */
52 #undef DEFAULT_TRUST_STORE_PKCS11
53
54 /* enable ALPN support */
55 #undef ENABLE_ALPN
56
57 /* enable anonymous authentication */
58 #undef ENABLE_ANON
59
60 /* Enable ARCFOUR128 */
61 #undef ENABLE_ARCFOUR128
62
63 /* Enable cryptodev support */
64 #undef ENABLE_CRYPTODEV
65
66 /* enable DHE */
67 #undef ENABLE_DHE
68
69 /* enable DTLS-SRTP support */
70 #undef ENABLE_DTLS_SRTP
71
72 /* enable DHE */
73 #undef ENABLE_ECDHE
74
75 /* Enable FIPS140-2 mode */
76 #undef ENABLE_FIPS140
77
78 /* enable heartbeat support */
79 #undef ENABLE_HEARTBEAT
80
81 /* nls support in libopts */
82 #undef ENABLE_NLS
83
84 /* Enable all curves */
85 #undef ENABLE_NON_SUITEB_CURVES
86
87 /* enable OCSP support */
88 #undef ENABLE_OCSP
89
90 /* use openpgp authentication */
91 #undef ENABLE_OPENPGP
92
93 /* Enable padlock acceleration */
94 #undef ENABLE_PADLOCK
95
96 /* Build PKCS#11 support */
97 #undef ENABLE_PKCS11
98
99 /* enable PSK authentication */
100 #undef ENABLE_PSK
101
102 /* enable RSA-EXPORT */
103 #undef ENABLE_RSA_EXPORT
104
105 /* Self checks are included in the library */
106 #undef ENABLE_SELF_CHECKS
107
108 /* enable session tickets support */
109 #undef ENABLE_SESSION_TICKETS
110
111 /* enable SRP authentication */
112 #undef ENABLE_SRP
113
114 /* Enable SSL3.0 */
115 #undef ENABLE_SSL3
116
117 /* fopen(3) accepts a 'b' in the mode flag */
118 #undef FOPEN_BINARY_FLAG
119
120 /* fopen(3) accepts a 't' in the mode flag */
121 #undef FOPEN_TEXT_FLAG
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 #undef GETTIMEOFDAY_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 #undef GNULIB_FSCANF
139
140 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
141    whether the gnulib module scanf shall be considered present. */
142 #undef GNULIB_SCANF
143
144 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
145    whether the gnulib module snprintf shall be considered present. */
146 #undef GNULIB_SNPRINTF
147
148 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
149    whether the gnulib module strerror shall be considered present. */
150 #undef GNULIB_STRERROR
151
152 /* Define to 1 when the gnulib module accept should be tested. */
153 #undef GNULIB_TEST_ACCEPT
154
155 /* Define to 1 when the gnulib module bind should be tested. */
156 #undef GNULIB_TEST_BIND
157
158 /* Define to 1 when the gnulib module close should be tested. */
159 #undef GNULIB_TEST_CLOSE
160
161 /* Define to 1 when the gnulib module connect should be tested. */
162 #undef GNULIB_TEST_CONNECT
163
164 /* Define to 1 when the gnulib module dup2 should be tested. */
165 #undef GNULIB_TEST_DUP2
166
167 /* Define to 1 when the gnulib module environ should be tested. */
168 #undef GNULIB_TEST_ENVIRON
169
170 /* Define to 1 when the gnulib module fdopen should be tested. */
171 #undef GNULIB_TEST_FDOPEN
172
173 /* Define to 1 when the gnulib module fseek should be tested. */
174 #undef GNULIB_TEST_FSEEK
175
176 /* Define to 1 when the gnulib module fseeko should be tested. */
177 #undef GNULIB_TEST_FSEEKO
178
179 /* Define to 1 when the gnulib module fstat should be tested. */
180 #undef GNULIB_TEST_FSTAT
181
182 /* Define to 1 when the gnulib module ftell should be tested. */
183 #undef GNULIB_TEST_FTELL
184
185 /* Define to 1 when the gnulib module ftello should be tested. */
186 #undef GNULIB_TEST_FTELLO
187
188 /* Define to 1 when the gnulib module getaddrinfo should be tested. */
189 #undef GNULIB_TEST_GETADDRINFO
190
191 /* Define to 1 when the gnulib module getdelim should be tested. */
192 #undef GNULIB_TEST_GETDELIM
193
194 /* Define to 1 when the gnulib module getline should be tested. */
195 #undef GNULIB_TEST_GETLINE
196
197 /* Define to 1 when the gnulib module getpagesize should be tested. */
198 #undef GNULIB_TEST_GETPAGESIZE
199
200 /* Define to 1 when the gnulib module getpeername should be tested. */
201 #undef GNULIB_TEST_GETPEERNAME
202
203 /* Define to 1 when the gnulib module gettimeofday should be tested. */
204 #undef GNULIB_TEST_GETTIMEOFDAY
205
206 /* Define to 1 when the gnulib module listen should be tested. */
207 #undef GNULIB_TEST_LISTEN
208
209 /* Define to 1 when the gnulib module lseek should be tested. */
210 #undef GNULIB_TEST_LSEEK
211
212 /* Define to 1 when the gnulib module malloc-posix should be tested. */
213 #undef GNULIB_TEST_MALLOC_POSIX
214
215 /* Define to 1 when the gnulib module memchr should be tested. */
216 #undef GNULIB_TEST_MEMCHR
217
218 /* Define to 1 when the gnulib module memmem should be tested. */
219 #undef GNULIB_TEST_MEMMEM
220
221 /* Define to 1 when the gnulib module mktime should be tested. */
222 #undef GNULIB_TEST_MKTIME
223
224 /* Define to 1 when the gnulib module realloc-posix should be tested. */
225 #undef GNULIB_TEST_REALLOC_POSIX
226
227 /* Define to 1 when the gnulib module recv should be tested. */
228 #undef GNULIB_TEST_RECV
229
230 /* Define to 1 when the gnulib module recvfrom should be tested. */
231 #undef GNULIB_TEST_RECVFROM
232
233 /* Define to 1 when the gnulib module select should be tested. */
234 #undef GNULIB_TEST_SELECT
235
236 /* Define to 1 when the gnulib module send should be tested. */
237 #undef GNULIB_TEST_SEND
238
239 /* Define to 1 when the gnulib module sendto should be tested. */
240 #undef GNULIB_TEST_SENDTO
241
242 /* Define to 1 when the gnulib module setenv should be tested. */
243 #undef GNULIB_TEST_SETENV
244
245 /* Define to 1 when the gnulib module setsockopt should be tested. */
246 #undef GNULIB_TEST_SETSOCKOPT
247
248 /* Define to 1 when the gnulib module shutdown should be tested. */
249 #undef GNULIB_TEST_SHUTDOWN
250
251 /* Define to 1 when the gnulib module snprintf should be tested. */
252 #undef GNULIB_TEST_SNPRINTF
253
254 /* Define to 1 when the gnulib module socket should be tested. */
255 #undef GNULIB_TEST_SOCKET
256
257 /* Define to 1 when the gnulib module strdup should be tested. */
258 #undef GNULIB_TEST_STRDUP
259
260 /* Define to 1 when the gnulib module strerror should be tested. */
261 #undef GNULIB_TEST_STRERROR
262
263 /* Define to 1 when the gnulib module strndup should be tested. */
264 #undef GNULIB_TEST_STRNDUP
265
266 /* Define to 1 when the gnulib module strnlen should be tested. */
267 #undef GNULIB_TEST_STRNLEN
268
269 /* Define to 1 when the gnulib module strtok_r should be tested. */
270 #undef GNULIB_TEST_STRTOK_R
271
272 /* Define to 1 when the gnulib module strverscmp should be tested. */
273 #undef GNULIB_TEST_STRVERSCMP
274
275 /* Define to 1 when the gnulib module time_r should be tested. */
276 #undef GNULIB_TEST_TIME_R
277
278 /* Define to 1 when the gnulib module unsetenv should be tested. */
279 #undef GNULIB_TEST_UNSETENV
280
281 /* Define to 1 when the gnulib module vasprintf should be tested. */
282 #undef GNULIB_TEST_VASPRINTF
283
284 /* Define to 1 when the gnulib module vsnprintf should be tested. */
285 #undef GNULIB_TEST_VSNPRINTF
286
287 /* Make sure we don't use old features in code. */
288 #undef GNUTLS_COMPAT_H
289
290 /* We allow temporarily usage of deprecated functions - until they are
291    removed. */
292 #undef GNUTLS_INTERNAL_BUILD
293
294 /* Additional cast to bring void* to a type castable to int. */
295 #undef GNUTLS_POINTER_TO_INT_CAST
296
297 /* Define to 1 if you have the `alarm' function. */
298 #undef HAVE_ALARM
299
300 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
301    may be supplied by this distribution. */
302 #undef HAVE_ALLOCA
303
304 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
305    */
306 #undef HAVE_ALLOCA_H
307
308 /* Define to 1 if you have the `argp_usage' function. */
309 #undef HAVE_ARGP_USAGE
310
311 /* Define to 1 if you have the <arpa/inet.h> header file. */
312 #undef HAVE_ARPA_INET_H
313
314 /* Have this function */
315 #undef HAVE_ASN1_DECODE_SIMPLE_BER
316
317 /* Define to 1 if you have the `atexit' function. */
318 #undef HAVE_ATEXIT
319
320 /* Define to 1 if you have the <bp-sym.h> header file. */
321 #undef HAVE_BP_SYM_H
322
323 /* Define to 1 if you have the <byteswap.h> header file. */
324 #undef HAVE_BYTESWAP_H
325
326 /* Define to 1 if you have the `canonicalize_file_name' function. */
327 #undef HAVE_CANONICALIZE_FILE_NAME
328
329 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
330    CoreFoundation framework. */
331 #undef HAVE_CFLOCALECOPYCURRENT
332
333 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
334    the CoreFoundation framework. */
335 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
336
337 /* Define to 1 if you have the `chmod' function. */
338 #undef HAVE_CHMOD
339
340 /* Define to 1 if you have the `clock_gettime' function. */
341 #undef HAVE_CLOCK_GETTIME
342
343 /* Define to 1 if you have the `clock_settime' function. */
344 #undef HAVE_CLOCK_SETTIME
345
346 /* Define if you have compound literals. */
347 #undef HAVE_COMPOUND_LITERALS
348
349 /* Define to 1 if you have the <cpuid.h> header file. */
350 #undef HAVE_CPUID_H
351
352 /* Define to 1 if you have the `daemon' function. */
353 #undef HAVE_DAEMON
354
355 /* Enable the DANE library */
356 #undef HAVE_DANE
357
358 /* Define if the GNU dcgettext() function is already present or preinstalled.
359    */
360 #undef HAVE_DCGETTEXT
361
362 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
363    */
364 #undef HAVE_DECL_ALARM
365
366 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
367    you don't. */
368 #undef HAVE_DECL_FFLUSH_UNLOCKED
369
370 /* Define to 1 if you have the declaration of `flockfile', and to 0 if you
371    don't. */
372 #undef HAVE_DECL_FLOCKFILE
373
374 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
375    you don't. */
376 #undef HAVE_DECL_FPUTS_UNLOCKED
377
378 /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
379    don't. */
380 #undef HAVE_DECL_FREEADDRINFO
381
382 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
383    */
384 #undef HAVE_DECL_FSEEKO
385
386 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
387    */
388 #undef HAVE_DECL_FTELLO
389
390 /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
391    don't. */
392 #undef HAVE_DECL_FUNLOCKFILE
393
394 /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
395    don't. */
396 #undef HAVE_DECL_GAI_STRERROR
397
398 /* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you
399    don't. */
400 #undef HAVE_DECL_GAI_STRERRORA
401
402 /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
403    don't. */
404 #undef HAVE_DECL_GETADDRINFO
405
406 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
407    don't. */
408 #undef HAVE_DECL_GETC_UNLOCKED
409
410 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
411    don't. */
412 #undef HAVE_DECL_GETDELIM
413
414 /* Define to 1 if you have the declaration of `getline', and to 0 if you
415    don't. */
416 #undef HAVE_DECL_GETLINE
417
418 /* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
419    don't. */
420 #undef HAVE_DECL_GETNAMEINFO
421
422 /* Define to 1 if you have the declaration of `getpass', and to 0 if you
423    don't. */
424 #undef HAVE_DECL_GETPASS
425
426 /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
427    don't. */
428 #undef HAVE_DECL_INET_NTOP
429
430 /* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
431    don't. */
432 #undef HAVE_DECL_INET_PTON
433
434 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
435    don't. */
436 #undef HAVE_DECL_LOCALTIME_R
437
438 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
439    */
440 #undef HAVE_DECL_MEMMEM
441
442 /* Define to 1 if you have the declaration of `program_invocation_name', and
443    to 0 if you don't. */
444 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
445
446 /* Define to 1 if you have the declaration of `program_invocation_short_name',
447    and to 0 if you don't. */
448 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
449
450 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
451    don't. */
452 #undef HAVE_DECL_PUTC_UNLOCKED
453
454 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
455    */
456 #undef HAVE_DECL_SETENV
457
458 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
459    don't. */
460 #undef HAVE_DECL_SNPRINTF
461
462 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
463    */
464 #undef HAVE_DECL_STRDUP
465
466 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
467    don't. */
468 #undef HAVE_DECL_STRERROR_R
469
470 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
471    don't. */
472 #undef HAVE_DECL_STRNCASECMP
473
474 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
475    don't. */
476 #undef HAVE_DECL_STRNDUP
477
478 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
479    don't. */
480 #undef HAVE_DECL_STRNLEN
481
482 /* Define to 1 if you have the declaration of `strtok_r', and to 0 if you
483    don't. */
484 #undef HAVE_DECL_STRTOK_R
485
486 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
487    */
488 #undef HAVE_DECL_TZNAME
489
490 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
491    don't. */
492 #undef HAVE_DECL_UNSETENV
493
494 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
495    don't. */
496 #undef HAVE_DECL_VSNPRINTF
497
498 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
499    don't. */
500 #undef HAVE_DECL__SNPRINTF
501
502 /* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you
503    don't. */
504 #undef HAVE_DECL___FSETLOCKING
505
506 /* Define this if /dev/zero is readable device */
507 #undef HAVE_DEV_ZERO
508
509 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
510    */
511 #undef HAVE_DIRENT_H
512
513 /* Define to 1 if you have the <dlfcn.h> header file. */
514 #undef HAVE_DLFCN_H
515
516 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
517 #undef HAVE_DOPRNT
518
519 /* Define to 1 if you have the `dup2' function. */
520 #undef HAVE_DUP2
521
522 /* Define if you have the declaration of environ. */
523 #undef HAVE_ENVIRON_DECL
524
525 /* Define to 1 if you have the `epoll_create' function. */
526 #undef HAVE_EPOLL_CREATE
527
528 /* Define to 1 if you have the <errno.h> header file. */
529 #undef HAVE_ERRNO_H
530
531 /* Define to 1 if you have the `fchmod' function. */
532 #undef HAVE_FCHMOD
533
534 /* Define to 1 if you have the <fcntl.h> header file. */
535 #undef HAVE_FCNTL_H
536
537 /* Define to 1 if you have the <features.h> header file. */
538 #undef HAVE_FEATURES_H
539
540 /* Define to 1 if you have the `flockfile' function. */
541 #undef HAVE_FLOCKFILE
542
543 /* Define to 1 if you have the `fork' function. */
544 #undef HAVE_FORK
545
546 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
547 #undef HAVE_FSEEKO
548
549 /* Define to 1 if you have the `fstat' function. */
550 #undef HAVE_FSTAT
551
552 /* Define to 1 if you have the `funlockfile' function. */
553 #undef HAVE_FUNLOCKFILE
554
555 /* Define to 1 if you have the `getdelim' function. */
556 #undef HAVE_GETDELIM
557
558 /* Define to 1 if you have the `getdtablesize' function. */
559 #undef HAVE_GETDTABLESIZE
560
561 /* Define to 1 if you have the `gethostbyname' function. */
562 #undef HAVE_GETHOSTBYNAME
563
564 /* Define to 1 if you have the `getpagesize' function. */
565 #undef HAVE_GETPAGESIZE
566
567 /* Define to 1 if you have the `getpass' function. */
568 #undef HAVE_GETPASS
569
570 /* Define to 1 if you have the `getpid' function. */
571 #undef HAVE_GETPID
572
573 /* Define to 1 if you have the `getpwuid_r' function. */
574 #undef HAVE_GETPWUID_R
575
576 /* Define to 1 if you have the `getrusage' function. */
577 #undef HAVE_GETRUSAGE
578
579 /* Define to 1 if you have the `getservbyname' function. */
580 #undef HAVE_GETSERVBYNAME
581
582 /* Define if the GNU gettext() function is already present or preinstalled. */
583 #undef HAVE_GETTEXT
584
585 /* Define to 1 if you have the `gettimeofday' function. */
586 #undef HAVE_GETTIMEOFDAY
587
588 /* Define if you have the iconv() function and it works. */
589 #undef HAVE_ICONV
590
591 /* Define to 1 if you have the `inet_ntop' function. */
592 #undef HAVE_INET_NTOP
593
594 /* Define to 1 if you have the `inet_pton' function. */
595 #undef HAVE_INET_PTON
596
597 /* Define to 1 if the system has the type `int16_t'. */
598 #undef HAVE_INT16_T
599
600 /* Define to 1 if the system has the type `int32_t'. */
601 #undef HAVE_INT32_T
602
603 /* Define to 1 if the system has the type `int8_t'. */
604 #undef HAVE_INT8_T
605
606 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
607 #undef HAVE_INTMAX_T
608
609 /* Define to 1 if the system has the type `intptr_t'. */
610 #undef HAVE_INTPTR_T
611
612 /* Define to 1 if you have the <inttypes.h> header file. */
613 #undef HAVE_INTTYPES_H
614
615 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
616    declares uintmax_t. */
617 #undef HAVE_INTTYPES_H_WITH_UINTMAX
618
619 /* Define to 1 if <sys/socket.h> defines AF_INET. */
620 #undef HAVE_IPV4
621
622 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
623 #undef HAVE_IPV6
624
625 /* Define to 1 if you have the `kqueue' function. */
626 #undef HAVE_KQUEUE
627
628 /* Define if you have the libdl library. */
629 #undef HAVE_LIBDL
630
631 /* Define to 1 if you have the `gen' library (-lgen). */
632 #undef HAVE_LIBGEN
633
634 /* Define to 1 if you have the <libgen.h> header file. */
635 #undef HAVE_LIBGEN_H
636
637 /* Define if you have the libiconv library. */
638 #undef HAVE_LIBICONV
639
640 /* Define to 1 if you have the `intl' library (-lintl). */
641 #undef HAVE_LIBINTL
642
643 /* Define to 1 if you have the <libintl.h> header file. */
644 #undef HAVE_LIBINTL_H
645
646 /* nettle is enabled */
647 #undef HAVE_LIBNETTLE
648
649 /* Define if you have the libnsl library. */
650 #undef HAVE_LIBNSL
651
652 /* Define if you have the libpthread library. */
653 #undef HAVE_LIBPTHREAD
654
655 /* Define if you have the librt library. */
656 #undef HAVE_LIBRT
657
658 /* Define if you have the libz library. */
659 #undef HAVE_LIBZ
660
661 /* Define to 1 if you have the <limits.h> header file. */
662 #undef HAVE_LIMITS_H
663
664 /* Define to 1 if you have the `localtime' function. */
665 #undef HAVE_LOCALTIME
666
667 /* Define to 1 if you have the `localtime_r' function. */
668 #undef HAVE_LOCALTIME_R
669
670 /* Define to 1 if the system has the type `long long int'. */
671 #undef HAVE_LONG_LONG_INT
672
673 /* Define if the 'malloc' function is POSIX compliant. */
674 #undef HAVE_MALLOC_POSIX
675
676 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
677    config.h and <sys/mman.h>. */
678 #undef HAVE_MAP_ANONYMOUS
679
680 /* Define to 1 if you have the `mbrtowc' function. */
681 #undef HAVE_MBRTOWC
682
683 /* Define to 1 if you have the `memchr' function. */
684 #undef HAVE_MEMCHR
685
686 /* Define to 1 if you have the `memmem' function. */
687 #undef HAVE_MEMMEM
688
689 /* Define to 1 if you have the <memory.h> header file. */
690 #undef HAVE_MEMORY_H
691
692 /* Define to 1 if you have the `memset' function. */
693 #undef HAVE_MEMSET
694
695 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
696 #undef HAVE_MINMAX_IN_LIMITS_H
697
698 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
699 #undef HAVE_MINMAX_IN_SYS_PARAM_H
700
701 /* Define to 1 if you have the `mmap' function. */
702 #undef HAVE_MMAP
703
704 /* Define to 1 if you have the `mprotect' function. */
705 #undef HAVE_MPROTECT
706
707 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
708    concept. */
709 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
710
711 /* Define to 1 if you have the `munmap' function. */
712 #undef HAVE_MUNMAP
713
714 /* Define to 1 if you have the `nanosleep' function. */
715 #undef HAVE_NANOSLEEP
716
717 /* Define to 1 if you have the `nanotime' function. */
718 #undef HAVE_NANOTIME
719
720 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
721 #undef HAVE_NDIR_H
722
723 /* Define to 1 if you have the <netdb.h> header file. */
724 #undef HAVE_NETDB_H
725
726 /* Define to 1 if you have the <netinet/in.h> header file. */
727 #undef HAVE_NETINET_IN_H
728
729 /* Define to 1 if you have the <OS.h> header file. */
730 #undef HAVE_OS_H
731
732 /* Define this if pathfind(3) works */
733 #undef HAVE_PATHFIND
734
735 /* Define to 1 if the system has the type `pid_t'. */
736 #undef HAVE_PID_T
737
738 /* Define to 1 if you have the `pthread_mutex_lock' function. */
739 #undef HAVE_PTHREAD_MUTEX_LOCK
740
741 /* Define to 1 if the system has the type `ptrdiff_t'. */
742 #undef HAVE_PTRDIFF_T
743
744 /* Define to 1 if you have the `putenv' function. */
745 #undef HAVE_PUTENV
746
747 /* Define to 1 if accept is declared even after undefining macros. */
748 #undef HAVE_RAW_DECL_ACCEPT
749
750 /* Define to 1 if accept4 is declared even after undefining macros. */
751 #undef HAVE_RAW_DECL_ACCEPT4
752
753 /* Define to 1 if atoll is declared even after undefining macros. */
754 #undef HAVE_RAW_DECL_ATOLL
755
756 /* Define to 1 if bind is declared even after undefining macros. */
757 #undef HAVE_RAW_DECL_BIND
758
759 /* Define to 1 if btowc is declared even after undefining macros. */
760 #undef HAVE_RAW_DECL_BTOWC
761
762 /* Define to 1 if canonicalize_file_name is declared even after undefining
763    macros. */
764 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
765
766 /* Define to 1 if chdir is declared even after undefining macros. */
767 #undef HAVE_RAW_DECL_CHDIR
768
769 /* Define to 1 if chown is declared even after undefining macros. */
770 #undef HAVE_RAW_DECL_CHOWN
771
772 /* Define to 1 if connect is declared even after undefining macros. */
773 #undef HAVE_RAW_DECL_CONNECT
774
775 /* Define to 1 if dprintf is declared even after undefining macros. */
776 #undef HAVE_RAW_DECL_DPRINTF
777
778 /* Define to 1 if dup is declared even after undefining macros. */
779 #undef HAVE_RAW_DECL_DUP
780
781 /* Define to 1 if dup2 is declared even after undefining macros. */
782 #undef HAVE_RAW_DECL_DUP2
783
784 /* Define to 1 if dup3 is declared even after undefining macros. */
785 #undef HAVE_RAW_DECL_DUP3
786
787 /* Define to 1 if endusershell is declared even after undefining macros. */
788 #undef HAVE_RAW_DECL_ENDUSERSHELL
789
790 /* Define to 1 if environ is declared even after undefining macros. */
791 #undef HAVE_RAW_DECL_ENVIRON
792
793 /* Define to 1 if euidaccess is declared even after undefining macros. */
794 #undef HAVE_RAW_DECL_EUIDACCESS
795
796 /* Define to 1 if faccessat is declared even after undefining macros. */
797 #undef HAVE_RAW_DECL_FACCESSAT
798
799 /* Define to 1 if fchdir is declared even after undefining macros. */
800 #undef HAVE_RAW_DECL_FCHDIR
801
802 /* Define to 1 if fchmodat is declared even after undefining macros. */
803 #undef HAVE_RAW_DECL_FCHMODAT
804
805 /* Define to 1 if fchownat is declared even after undefining macros. */
806 #undef HAVE_RAW_DECL_FCHOWNAT
807
808 /* Define to 1 if fcntl is declared even after undefining macros. */
809 #undef HAVE_RAW_DECL_FCNTL
810
811 /* Define to 1 if fdatasync is declared even after undefining macros. */
812 #undef HAVE_RAW_DECL_FDATASYNC
813
814 /* Define to 1 if ffs is declared even after undefining macros. */
815 #undef HAVE_RAW_DECL_FFS
816
817 /* Define to 1 if ffsl is declared even after undefining macros. */
818 #undef HAVE_RAW_DECL_FFSL
819
820 /* Define to 1 if ffsll is declared even after undefining macros. */
821 #undef HAVE_RAW_DECL_FFSLL
822
823 /* Define to 1 if fpurge is declared even after undefining macros. */
824 #undef HAVE_RAW_DECL_FPURGE
825
826 /* Define to 1 if freeaddrinfo is declared even after undefining macros. */
827 #undef HAVE_RAW_DECL_FREEADDRINFO
828
829 /* Define to 1 if fseeko is declared even after undefining macros. */
830 #undef HAVE_RAW_DECL_FSEEKO
831
832 /* Define to 1 if fstat is declared even after undefining macros. */
833 #undef HAVE_RAW_DECL_FSTAT
834
835 /* Define to 1 if fstatat is declared even after undefining macros. */
836 #undef HAVE_RAW_DECL_FSTATAT
837
838 /* Define to 1 if fsync is declared even after undefining macros. */
839 #undef HAVE_RAW_DECL_FSYNC
840
841 /* Define to 1 if ftello is declared even after undefining macros. */
842 #undef HAVE_RAW_DECL_FTELLO
843
844 /* Define to 1 if ftruncate is declared even after undefining macros. */
845 #undef HAVE_RAW_DECL_FTRUNCATE
846
847 /* Define to 1 if futimens is declared even after undefining macros. */
848 #undef HAVE_RAW_DECL_FUTIMENS
849
850 /* Define to 1 if gai_strerror is declared even after undefining macros. */
851 #undef HAVE_RAW_DECL_GAI_STRERROR
852
853 /* Define to 1 if getaddrinfo is declared even after undefining macros. */
854 #undef HAVE_RAW_DECL_GETADDRINFO
855
856 /* Define to 1 if getcwd is declared even after undefining macros. */
857 #undef HAVE_RAW_DECL_GETCWD
858
859 /* Define to 1 if getdelim is declared even after undefining macros. */
860 #undef HAVE_RAW_DECL_GETDELIM
861
862 /* Define to 1 if getdomainname is declared even after undefining macros. */
863 #undef HAVE_RAW_DECL_GETDOMAINNAME
864
865 /* Define to 1 if getdtablesize is declared even after undefining macros. */
866 #undef HAVE_RAW_DECL_GETDTABLESIZE
867
868 /* Define to 1 if getgroups is declared even after undefining macros. */
869 #undef HAVE_RAW_DECL_GETGROUPS
870
871 /* Define to 1 if gethostname is declared even after undefining macros. */
872 #undef HAVE_RAW_DECL_GETHOSTNAME
873
874 /* Define to 1 if getline is declared even after undefining macros. */
875 #undef HAVE_RAW_DECL_GETLINE
876
877 /* Define to 1 if getloadavg is declared even after undefining macros. */
878 #undef HAVE_RAW_DECL_GETLOADAVG
879
880 /* Define to 1 if getlogin is declared even after undefining macros. */
881 #undef HAVE_RAW_DECL_GETLOGIN
882
883 /* Define to 1 if getlogin_r is declared even after undefining macros. */
884 #undef HAVE_RAW_DECL_GETLOGIN_R
885
886 /* Define to 1 if getnameinfo is declared even after undefining macros. */
887 #undef HAVE_RAW_DECL_GETNAMEINFO
888
889 /* Define to 1 if getpagesize is declared even after undefining macros. */
890 #undef HAVE_RAW_DECL_GETPAGESIZE
891
892 /* Define to 1 if getpeername is declared even after undefining macros. */
893 #undef HAVE_RAW_DECL_GETPEERNAME
894
895 /* Define to 1 if gets is declared even after undefining macros. */
896 #undef HAVE_RAW_DECL_GETS
897
898 /* Define to 1 if getsockname is declared even after undefining macros. */
899 #undef HAVE_RAW_DECL_GETSOCKNAME
900
901 /* Define to 1 if getsockopt is declared even after undefining macros. */
902 #undef HAVE_RAW_DECL_GETSOCKOPT
903
904 /* Define to 1 if getsubopt is declared even after undefining macros. */
905 #undef HAVE_RAW_DECL_GETSUBOPT
906
907 /* Define to 1 if gettimeofday is declared even after undefining macros. */
908 #undef HAVE_RAW_DECL_GETTIMEOFDAY
909
910 /* Define to 1 if getusershell is declared even after undefining macros. */
911 #undef HAVE_RAW_DECL_GETUSERSHELL
912
913 /* Define to 1 if grantpt is declared even after undefining macros. */
914 #undef HAVE_RAW_DECL_GRANTPT
915
916 /* Define to 1 if group_member is declared even after undefining macros. */
917 #undef HAVE_RAW_DECL_GROUP_MEMBER
918
919 /* Define to 1 if imaxabs is declared even after undefining macros. */
920 #undef HAVE_RAW_DECL_IMAXABS
921
922 /* Define to 1 if imaxdiv is declared even after undefining macros. */
923 #undef HAVE_RAW_DECL_IMAXDIV
924
925 /* Define to 1 if inet_ntop is declared even after undefining macros. */
926 #undef HAVE_RAW_DECL_INET_NTOP
927
928 /* Define to 1 if inet_pton is declared even after undefining macros. */
929 #undef HAVE_RAW_DECL_INET_PTON
930
931 /* Define to 1 if initstate is declared even after undefining macros. */
932 #undef HAVE_RAW_DECL_INITSTATE
933
934 /* Define to 1 if initstate_r is declared even after undefining macros. */
935 #undef HAVE_RAW_DECL_INITSTATE_R
936
937 /* Define to 1 if isatty is declared even after undefining macros. */
938 #undef HAVE_RAW_DECL_ISATTY
939
940 /* Define to 1 if lchmod is declared even after undefining macros. */
941 #undef HAVE_RAW_DECL_LCHMOD
942
943 /* Define to 1 if lchown is declared even after undefining macros. */
944 #undef HAVE_RAW_DECL_LCHOWN
945
946 /* Define to 1 if link is declared even after undefining macros. */
947 #undef HAVE_RAW_DECL_LINK
948
949 /* Define to 1 if linkat is declared even after undefining macros. */
950 #undef HAVE_RAW_DECL_LINKAT
951
952 /* Define to 1 if listen is declared even after undefining macros. */
953 #undef HAVE_RAW_DECL_LISTEN
954
955 /* Define to 1 if lseek is declared even after undefining macros. */
956 #undef HAVE_RAW_DECL_LSEEK
957
958 /* Define to 1 if lstat is declared even after undefining macros. */
959 #undef HAVE_RAW_DECL_LSTAT
960
961 /* Define to 1 if mbrlen is declared even after undefining macros. */
962 #undef HAVE_RAW_DECL_MBRLEN
963
964 /* Define to 1 if mbrtowc is declared even after undefining macros. */
965 #undef HAVE_RAW_DECL_MBRTOWC
966
967 /* Define to 1 if mbsinit is declared even after undefining macros. */
968 #undef HAVE_RAW_DECL_MBSINIT
969
970 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
971 #undef HAVE_RAW_DECL_MBSNRTOWCS
972
973 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
974 #undef HAVE_RAW_DECL_MBSRTOWCS
975
976 /* Define to 1 if memmem is declared even after undefining macros. */
977 #undef HAVE_RAW_DECL_MEMMEM
978
979 /* Define to 1 if mempcpy is declared even after undefining macros. */
980 #undef HAVE_RAW_DECL_MEMPCPY
981
982 /* Define to 1 if memrchr is declared even after undefining macros. */
983 #undef HAVE_RAW_DECL_MEMRCHR
984
985 /* Define to 1 if mkdirat is declared even after undefining macros. */
986 #undef HAVE_RAW_DECL_MKDIRAT
987
988 /* Define to 1 if mkdtemp is declared even after undefining macros. */
989 #undef HAVE_RAW_DECL_MKDTEMP
990
991 /* Define to 1 if mkfifo is declared even after undefining macros. */
992 #undef HAVE_RAW_DECL_MKFIFO
993
994 /* Define to 1 if mkfifoat is declared even after undefining macros. */
995 #undef HAVE_RAW_DECL_MKFIFOAT
996
997 /* Define to 1 if mknod is declared even after undefining macros. */
998 #undef HAVE_RAW_DECL_MKNOD
999
1000 /* Define to 1 if mknodat is declared even after undefining macros. */
1001 #undef HAVE_RAW_DECL_MKNODAT
1002
1003 /* Define to 1 if mkostemp is declared even after undefining macros. */
1004 #undef HAVE_RAW_DECL_MKOSTEMP
1005
1006 /* Define to 1 if mkostemps is declared even after undefining macros. */
1007 #undef HAVE_RAW_DECL_MKOSTEMPS
1008
1009 /* Define to 1 if mkstemp is declared even after undefining macros. */
1010 #undef HAVE_RAW_DECL_MKSTEMP
1011
1012 /* Define to 1 if mkstemps is declared even after undefining macros. */
1013 #undef HAVE_RAW_DECL_MKSTEMPS
1014
1015 /* Define to 1 if openat is declared even after undefining macros. */
1016 #undef HAVE_RAW_DECL_OPENAT
1017
1018 /* Define to 1 if pclose is declared even after undefining macros. */
1019 #undef HAVE_RAW_DECL_PCLOSE
1020
1021 /* Define to 1 if pipe is declared even after undefining macros. */
1022 #undef HAVE_RAW_DECL_PIPE
1023
1024 /* Define to 1 if pipe2 is declared even after undefining macros. */
1025 #undef HAVE_RAW_DECL_PIPE2
1026
1027 /* Define to 1 if popen is declared even after undefining macros. */
1028 #undef HAVE_RAW_DECL_POPEN
1029
1030 /* Define to 1 if posix_openpt is declared even after undefining macros. */
1031 #undef HAVE_RAW_DECL_POSIX_OPENPT
1032
1033 /* Define to 1 if pread is declared even after undefining macros. */
1034 #undef HAVE_RAW_DECL_PREAD
1035
1036 /* Define to 1 if pselect is declared even after undefining macros. */
1037 #undef HAVE_RAW_DECL_PSELECT
1038
1039 /* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1040 #undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1041
1042 /* Define to 1 if ptsname is declared even after undefining macros. */
1043 #undef HAVE_RAW_DECL_PTSNAME
1044
1045 /* Define to 1 if ptsname_r is declared even after undefining macros. */
1046 #undef HAVE_RAW_DECL_PTSNAME_R
1047
1048 /* Define to 1 if pwrite is declared even after undefining macros. */
1049 #undef HAVE_RAW_DECL_PWRITE
1050
1051 /* Define to 1 if random is declared even after undefining macros. */
1052 #undef HAVE_RAW_DECL_RANDOM
1053
1054 /* Define to 1 if random_r is declared even after undefining macros. */
1055 #undef HAVE_RAW_DECL_RANDOM_R
1056
1057 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1058 #undef HAVE_RAW_DECL_RAWMEMCHR
1059
1060 /* Define to 1 if readlink is declared even after undefining macros. */
1061 #undef HAVE_RAW_DECL_READLINK
1062
1063 /* Define to 1 if readlinkat is declared even after undefining macros. */
1064 #undef HAVE_RAW_DECL_READLINKAT
1065
1066 /* Define to 1 if realpath is declared even after undefining macros. */
1067 #undef HAVE_RAW_DECL_REALPATH
1068
1069 /* Define to 1 if recv is declared even after undefining macros. */
1070 #undef HAVE_RAW_DECL_RECV
1071
1072 /* Define to 1 if recvfrom is declared even after undefining macros. */
1073 #undef HAVE_RAW_DECL_RECVFROM
1074
1075 /* Define to 1 if renameat is declared even after undefining macros. */
1076 #undef HAVE_RAW_DECL_RENAMEAT
1077
1078 /* Define to 1 if rmdir is declared even after undefining macros. */
1079 #undef HAVE_RAW_DECL_RMDIR
1080
1081 /* Define to 1 if rpmatch is declared even after undefining macros. */
1082 #undef HAVE_RAW_DECL_RPMATCH
1083
1084 /* Define to 1 if secure_getenv is declared even after undefining macros. */
1085 #undef HAVE_RAW_DECL_SECURE_GETENV
1086
1087 /* Define to 1 if select is declared even after undefining macros. */
1088 #undef HAVE_RAW_DECL_SELECT
1089
1090 /* Define to 1 if send is declared even after undefining macros. */
1091 #undef HAVE_RAW_DECL_SEND
1092
1093 /* Define to 1 if sendto is declared even after undefining macros. */
1094 #undef HAVE_RAW_DECL_SENDTO
1095
1096 /* Define to 1 if setenv is declared even after undefining macros. */
1097 #undef HAVE_RAW_DECL_SETENV
1098
1099 /* Define to 1 if sethostname is declared even after undefining macros. */
1100 #undef HAVE_RAW_DECL_SETHOSTNAME
1101
1102 /* Define to 1 if setsockopt is declared even after undefining macros. */
1103 #undef HAVE_RAW_DECL_SETSOCKOPT
1104
1105 /* Define to 1 if setstate is declared even after undefining macros. */
1106 #undef HAVE_RAW_DECL_SETSTATE
1107
1108 /* Define to 1 if setstate_r is declared even after undefining macros. */
1109 #undef HAVE_RAW_DECL_SETSTATE_R
1110
1111 /* Define to 1 if setusershell is declared even after undefining macros. */
1112 #undef HAVE_RAW_DECL_SETUSERSHELL
1113
1114 /* Define to 1 if shutdown is declared even after undefining macros. */
1115 #undef HAVE_RAW_DECL_SHUTDOWN
1116
1117 /* Define to 1 if sigaction is declared even after undefining macros. */
1118 #undef HAVE_RAW_DECL_SIGACTION
1119
1120 /* Define to 1 if sigaddset is declared even after undefining macros. */
1121 #undef HAVE_RAW_DECL_SIGADDSET
1122
1123 /* Define to 1 if sigdelset is declared even after undefining macros. */
1124 #undef HAVE_RAW_DECL_SIGDELSET
1125
1126 /* Define to 1 if sigemptyset is declared even after undefining macros. */
1127 #undef HAVE_RAW_DECL_SIGEMPTYSET
1128
1129 /* Define to 1 if sigfillset is declared even after undefining macros. */
1130 #undef HAVE_RAW_DECL_SIGFILLSET
1131
1132 /* Define to 1 if sigismember is declared even after undefining macros. */
1133 #undef HAVE_RAW_DECL_SIGISMEMBER
1134
1135 /* Define to 1 if sigpending is declared even after undefining macros. */
1136 #undef HAVE_RAW_DECL_SIGPENDING
1137
1138 /* Define to 1 if sigprocmask is declared even after undefining macros. */
1139 #undef HAVE_RAW_DECL_SIGPROCMASK
1140
1141 /* Define to 1 if sleep is declared even after undefining macros. */
1142 #undef HAVE_RAW_DECL_SLEEP
1143
1144 /* Define to 1 if snprintf is declared even after undefining macros. */
1145 #undef HAVE_RAW_DECL_SNPRINTF
1146
1147 /* Define to 1 if socket is declared even after undefining macros. */
1148 #undef HAVE_RAW_DECL_SOCKET
1149
1150 /* Define to 1 if srandom is declared even after undefining macros. */
1151 #undef HAVE_RAW_DECL_SRANDOM
1152
1153 /* Define to 1 if srandom_r is declared even after undefining macros. */
1154 #undef HAVE_RAW_DECL_SRANDOM_R
1155
1156 /* Define to 1 if stat is declared even after undefining macros. */
1157 #undef HAVE_RAW_DECL_STAT
1158
1159 /* Define to 1 if stpcpy is declared even after undefining macros. */
1160 #undef HAVE_RAW_DECL_STPCPY
1161
1162 /* Define to 1 if stpncpy is declared even after undefining macros. */
1163 #undef HAVE_RAW_DECL_STPNCPY
1164
1165 /* Define to 1 if strcasecmp is declared even after undefining macros. */
1166 #undef HAVE_RAW_DECL_STRCASECMP
1167
1168 /* Define to 1 if strcasestr is declared even after undefining macros. */
1169 #undef HAVE_RAW_DECL_STRCASESTR
1170
1171 /* Define to 1 if strchrnul is declared even after undefining macros. */
1172 #undef HAVE_RAW_DECL_STRCHRNUL
1173
1174 /* Define to 1 if strdup is declared even after undefining macros. */
1175 #undef HAVE_RAW_DECL_STRDUP
1176
1177 /* Define to 1 if strerror_r is declared even after undefining macros. */
1178 #undef HAVE_RAW_DECL_STRERROR_R
1179
1180 /* Define to 1 if strncasecmp is declared even after undefining macros. */
1181 #undef HAVE_RAW_DECL_STRNCASECMP
1182
1183 /* Define to 1 if strncat is declared even after undefining macros. */
1184 #undef HAVE_RAW_DECL_STRNCAT
1185
1186 /* Define to 1 if strndup is declared even after undefining macros. */
1187 #undef HAVE_RAW_DECL_STRNDUP
1188
1189 /* Define to 1 if strnlen is declared even after undefining macros. */
1190 #undef HAVE_RAW_DECL_STRNLEN
1191
1192 /* Define to 1 if strpbrk is declared even after undefining macros. */
1193 #undef HAVE_RAW_DECL_STRPBRK
1194
1195 /* Define to 1 if strsep is declared even after undefining macros. */
1196 #undef HAVE_RAW_DECL_STRSEP
1197
1198 /* Define to 1 if strsignal is declared even after undefining macros. */
1199 #undef HAVE_RAW_DECL_STRSIGNAL
1200
1201 /* Define to 1 if strtod is declared even after undefining macros. */
1202 #undef HAVE_RAW_DECL_STRTOD
1203
1204 /* Define to 1 if strtoimax is declared even after undefining macros. */
1205 #undef HAVE_RAW_DECL_STRTOIMAX
1206
1207 /* Define to 1 if strtok_r is declared even after undefining macros. */
1208 #undef HAVE_RAW_DECL_STRTOK_R
1209
1210 /* Define to 1 if strtoll is declared even after undefining macros. */
1211 #undef HAVE_RAW_DECL_STRTOLL
1212
1213 /* Define to 1 if strtoull is declared even after undefining macros. */
1214 #undef HAVE_RAW_DECL_STRTOULL
1215
1216 /* Define to 1 if strtoumax is declared even after undefining macros. */
1217 #undef HAVE_RAW_DECL_STRTOUMAX
1218
1219 /* Define to 1 if strverscmp is declared even after undefining macros. */
1220 #undef HAVE_RAW_DECL_STRVERSCMP
1221
1222 /* Define to 1 if symlink is declared even after undefining macros. */
1223 #undef HAVE_RAW_DECL_SYMLINK
1224
1225 /* Define to 1 if symlinkat is declared even after undefining macros. */
1226 #undef HAVE_RAW_DECL_SYMLINKAT
1227
1228 /* Define to 1 if tmpfile is declared even after undefining macros. */
1229 #undef HAVE_RAW_DECL_TMPFILE
1230
1231 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1232 #undef HAVE_RAW_DECL_TTYNAME_R
1233
1234 /* Define to 1 if unlink is declared even after undefining macros. */
1235 #undef HAVE_RAW_DECL_UNLINK
1236
1237 /* Define to 1 if unlinkat is declared even after undefining macros. */
1238 #undef HAVE_RAW_DECL_UNLINKAT
1239
1240 /* Define to 1 if unlockpt is declared even after undefining macros. */
1241 #undef HAVE_RAW_DECL_UNLOCKPT
1242
1243 /* Define to 1 if unsetenv is declared even after undefining macros. */
1244 #undef HAVE_RAW_DECL_UNSETENV
1245
1246 /* Define to 1 if usleep is declared even after undefining macros. */
1247 #undef HAVE_RAW_DECL_USLEEP
1248
1249 /* Define to 1 if utimensat is declared even after undefining macros. */
1250 #undef HAVE_RAW_DECL_UTIMENSAT
1251
1252 /* Define to 1 if vdprintf is declared even after undefining macros. */
1253 #undef HAVE_RAW_DECL_VDPRINTF
1254
1255 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1256 #undef HAVE_RAW_DECL_VSNPRINTF
1257
1258 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1259 #undef HAVE_RAW_DECL_WCPCPY
1260
1261 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1262 #undef HAVE_RAW_DECL_WCPNCPY
1263
1264 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1265 #undef HAVE_RAW_DECL_WCRTOMB
1266
1267 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1268 #undef HAVE_RAW_DECL_WCSCASECMP
1269
1270 /* Define to 1 if wcscat is declared even after undefining macros. */
1271 #undef HAVE_RAW_DECL_WCSCAT
1272
1273 /* Define to 1 if wcschr is declared even after undefining macros. */
1274 #undef HAVE_RAW_DECL_WCSCHR
1275
1276 /* Define to 1 if wcscmp is declared even after undefining macros. */
1277 #undef HAVE_RAW_DECL_WCSCMP
1278
1279 /* Define to 1 if wcscoll is declared even after undefining macros. */
1280 #undef HAVE_RAW_DECL_WCSCOLL
1281
1282 /* Define to 1 if wcscpy is declared even after undefining macros. */
1283 #undef HAVE_RAW_DECL_WCSCPY
1284
1285 /* Define to 1 if wcscspn is declared even after undefining macros. */
1286 #undef HAVE_RAW_DECL_WCSCSPN
1287
1288 /* Define to 1 if wcsdup is declared even after undefining macros. */
1289 #undef HAVE_RAW_DECL_WCSDUP
1290
1291 /* Define to 1 if wcslen is declared even after undefining macros. */
1292 #undef HAVE_RAW_DECL_WCSLEN
1293
1294 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1295 #undef HAVE_RAW_DECL_WCSNCASECMP
1296
1297 /* Define to 1 if wcsncat is declared even after undefining macros. */
1298 #undef HAVE_RAW_DECL_WCSNCAT
1299
1300 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1301 #undef HAVE_RAW_DECL_WCSNCMP
1302
1303 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1304 #undef HAVE_RAW_DECL_WCSNCPY
1305
1306 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1307 #undef HAVE_RAW_DECL_WCSNLEN
1308
1309 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1310 #undef HAVE_RAW_DECL_WCSNRTOMBS
1311
1312 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1313 #undef HAVE_RAW_DECL_WCSPBRK
1314
1315 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1316 #undef HAVE_RAW_DECL_WCSRCHR
1317
1318 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1319 #undef HAVE_RAW_DECL_WCSRTOMBS
1320
1321 /* Define to 1 if wcsspn is declared even after undefining macros. */
1322 #undef HAVE_RAW_DECL_WCSSPN
1323
1324 /* Define to 1 if wcsstr is declared even after undefining macros. */
1325 #undef HAVE_RAW_DECL_WCSSTR
1326
1327 /* Define to 1 if wcstok is declared even after undefining macros. */
1328 #undef HAVE_RAW_DECL_WCSTOK
1329
1330 /* Define to 1 if wcswidth is declared even after undefining macros. */
1331 #undef HAVE_RAW_DECL_WCSWIDTH
1332
1333 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1334 #undef HAVE_RAW_DECL_WCSXFRM
1335
1336 /* Define to 1 if wctob is declared even after undefining macros. */
1337 #undef HAVE_RAW_DECL_WCTOB
1338
1339 /* Define to 1 if wcwidth is declared even after undefining macros. */
1340 #undef HAVE_RAW_DECL_WCWIDTH
1341
1342 /* Define to 1 if wmemchr is declared even after undefining macros. */
1343 #undef HAVE_RAW_DECL_WMEMCHR
1344
1345 /* Define to 1 if wmemcmp is declared even after undefining macros. */
1346 #undef HAVE_RAW_DECL_WMEMCMP
1347
1348 /* Define to 1 if wmemcpy is declared even after undefining macros. */
1349 #undef HAVE_RAW_DECL_WMEMCPY
1350
1351 /* Define to 1 if wmemmove is declared even after undefining macros. */
1352 #undef HAVE_RAW_DECL_WMEMMOVE
1353
1354 /* Define to 1 if wmemset is declared even after undefining macros. */
1355 #undef HAVE_RAW_DECL_WMEMSET
1356
1357 /* Define to 1 if _Exit is declared even after undefining macros. */
1358 #undef HAVE_RAW_DECL__EXIT
1359
1360 /* Define if the 'realloc' function is POSIX compliant. */
1361 #undef HAVE_REALLOC_POSIX
1362
1363 /* Define this if we have a functional realpath(3C) */
1364 #undef HAVE_REALPATH
1365
1366 /* Define to 1 if you have the `regcomp' function. */
1367 #undef HAVE_REGCOMP
1368
1369 /* Define to 1 if you have the <runetype.h> header file. */
1370 #undef HAVE_RUNETYPE_H
1371
1372 /* Define to 1 if the system has the type `sa_family_t'. */
1373 #undef HAVE_SA_FAMILY_T
1374
1375 /* Define to 1 if you have the `scandir' function. */
1376 #undef HAVE_SCANDIR
1377
1378 /* Define to 1 if you have the `scm_gc_malloc_pointerless' function. */
1379 #undef HAVE_SCM_GC_MALLOC_POINTERLESS
1380
1381 /* Define to 1 if you have the <search.h> header file. */
1382 #undef HAVE_SEARCH_H
1383
1384 /* Define to 1 if you have the `secure_getenv' function. */
1385 #undef HAVE_SECURE_GETENV
1386
1387 /* Define to 1 if you have the `select' function. */
1388 #undef HAVE_SELECT
1389
1390 /* Define to 1 if you have the `setdtablesize' function. */
1391 #undef HAVE_SETDTABLESIZE
1392
1393 /* Define to 1 if you have the `setenv' function. */
1394 #undef HAVE_SETENV
1395
1396 /* Define to 1 if you have the <setjmp.h> header file. */
1397 #undef HAVE_SETJMP_H
1398
1399 /* Define to 1 if you have the `shutdown' function. */
1400 #undef HAVE_SHUTDOWN
1401
1402 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1403 #undef HAVE_SIGNED_SIG_ATOMIC_T
1404
1405 /* Define to 1 if 'wchar_t' is a signed integer type. */
1406 #undef HAVE_SIGNED_WCHAR_T
1407
1408 /* Define to 1 if 'wint_t' is a signed integer type. */
1409 #undef HAVE_SIGNED_WINT_T
1410
1411 /* Define to 1 if the system has the type `sigset_t'. */
1412 #undef HAVE_SIGSET_T
1413
1414 /* Define to 1 if the system has the type `size_t'. */
1415 #undef HAVE_SIZE_T
1416
1417 /* Define to 1 if you have the `snprintf' function. */
1418 #undef HAVE_SNPRINTF
1419
1420 /* Define if the return value of the snprintf function is the number of of
1421    bytes (excluding the terminating NUL) that would have been produced if the
1422    buffer had been large enough. */
1423 #undef HAVE_SNPRINTF_RETVAL_C99
1424
1425 /* Define to 1 if you have the `socket' function. */
1426 #undef HAVE_SOCKET
1427
1428 /* Define to 1 if you have the <stdarg.h> header file. */
1429 #undef HAVE_STDARG_H
1430
1431 /* Define to 1 if you have the <stdbool.h> header file. */
1432 #undef HAVE_STDBOOL_H
1433
1434 /* Define to 1 if you have the <stdint.h> header file. */
1435 #undef HAVE_STDINT_H
1436
1437 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1438    uintmax_t. */
1439 #undef HAVE_STDINT_H_WITH_UINTMAX
1440
1441 /* Define to 1 if you have the <stdio_ext.h> header file. */
1442 #undef HAVE_STDIO_EXT_H
1443
1444 /* Define to 1 if you have the <stdlib.h> header file. */
1445 #undef HAVE_STDLIB_H
1446
1447 /* Define to 1 if you have the `strcasecmp' function. */
1448 #undef HAVE_STRCASECMP
1449
1450 /* Define to 1 if you have the `strchr' function. */
1451 #undef HAVE_STRCHR
1452
1453 /* Define to 1 if you have the `strdup' function. */
1454 #undef HAVE_STRDUP
1455
1456 /* Define to 1 if you have the `strerror' function. */
1457 #undef HAVE_STRERROR
1458
1459 /* Define to 1 if you have the `strerror_r' function. */
1460 #undef HAVE_STRERROR_R
1461
1462 /* Define this if strftime() works */
1463 #undef HAVE_STRFTIME
1464
1465 /* Define to 1 if you have the <strings.h> header file. */
1466 #undef HAVE_STRINGS_H
1467
1468 /* Define to 1 if you have the <string.h> header file. */
1469 #undef HAVE_STRING_H
1470
1471 /* Define to 1 if you have the `strncasecmp' function. */
1472 #undef HAVE_STRNCASECMP
1473
1474 /* Define to 1 if you have the `strndup' function. */
1475 #undef HAVE_STRNDUP
1476
1477 /* Define to 1 if you have the `strnlen' function. */
1478 #undef HAVE_STRNLEN
1479
1480 /* Define to 1 if you have the `strrchr' function. */
1481 #undef HAVE_STRRCHR
1482
1483 /* Define to 1 if you have the `strsignal' function. */
1484 #undef HAVE_STRSIGNAL
1485
1486 /* Define to 1 if you have the `strstr' function. */
1487 #undef HAVE_STRSTR
1488
1489 /* Define to 1 if you have the `strtok_r' function. */
1490 #undef HAVE_STRTOK_R
1491
1492 /* Define to 1 if you have the `strtoul' function. */
1493 #undef HAVE_STRTOUL
1494
1495 /* Define to 1 if the system has the type `struct addrinfo'. */
1496 #undef HAVE_STRUCT_ADDRINFO
1497
1498 /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
1499 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
1500
1501 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
1502 #undef HAVE_STRUCT_SOCKADDR_STORAGE
1503
1504 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
1505 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
1506
1507 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
1508 #undef HAVE_STRUCT_TM_TM_ZONE
1509
1510 /* Define to 1 if you have the `strverscmp' function. */
1511 #undef HAVE_STRVERSCMP
1512
1513 /* Define to 1 if you have the <sysexits.h> header file. */
1514 #undef HAVE_SYSEXITS_H
1515
1516 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1517 #undef HAVE_SYS_BITYPES_H
1518
1519 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1520    */
1521 #undef HAVE_SYS_DIR_H
1522
1523 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1524 #undef HAVE_SYS_INTTYPES_H
1525
1526 /* Define to 1 if you have the <sys/limits.h> header file. */
1527 #undef HAVE_SYS_LIMITS_H
1528
1529 /* Define to 1 if you have the <sys/mman.h> header file. */
1530 #undef HAVE_SYS_MMAN_H
1531
1532 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1533    */
1534 #undef HAVE_SYS_NDIR_H
1535
1536 /* Define to 1 if you have the <sys/param.h> header file. */
1537 #undef HAVE_SYS_PARAM_H
1538
1539 /* Define to 1 if you have the <sys/poll.h> header file. */
1540 #undef HAVE_SYS_POLL_H
1541
1542 /* Define to 1 if you have the <sys/procset.h> header file. */
1543 #undef HAVE_SYS_PROCSET_H
1544
1545 /* Define to 1 if you have the <sys/select.h> header file. */
1546 #undef HAVE_SYS_SELECT_H
1547
1548 /* Define to 1 if you have the <sys/socket.h> header file. */
1549 #undef HAVE_SYS_SOCKET_H
1550
1551 /* Define to 1 if you have the <sys/stat.h> header file. */
1552 #undef HAVE_SYS_STAT_H
1553
1554 /* Define to 1 if you have the <sys/stropts.h> header file. */
1555 #undef HAVE_SYS_STROPTS_H
1556
1557 /* Define to 1 if you have the <sys/timeb.h> header file. */
1558 #undef HAVE_SYS_TIMEB_H
1559
1560 /* Define to 1 if you have the <sys/time.h> header file. */
1561 #undef HAVE_SYS_TIME_H
1562
1563 /* Define to 1 if you have the <sys/types.h> header file. */
1564 #undef HAVE_SYS_TYPES_H
1565
1566 /* Define to 1 if you have the <sys/uio.h> header file. */
1567 #undef HAVE_SYS_UIO_H
1568
1569 /* Define to 1 if you have the <sys/un.h> header file. */
1570 #undef HAVE_SYS_UN_H
1571
1572 /* Define to 1 if you have the <sys/wait.h> header file. */
1573 #undef HAVE_SYS_WAIT_H
1574
1575 /* Define to 1 if you have the `tcgetattr' function. */
1576 #undef HAVE_TCGETATTR
1577
1578 /* Define to 1 if you have the `tcsetattr' function. */
1579 #undef HAVE_TCSETATTR
1580
1581 /* Define to 1 if you have the <termios.h> header file. */
1582 #undef HAVE_TERMIOS_H
1583
1584 /* Define if struct tm has the tm_gmtoff member. */
1585 #undef HAVE_TM_GMTOFF
1586
1587 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1588    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1589 #undef HAVE_TM_ZONE
1590
1591 /* Enable TPM */
1592 #undef HAVE_TROUSERS
1593
1594 /* Define to 1 if you have the `tsearch' function. */
1595 #undef HAVE_TSEARCH
1596
1597 /* Define to 1 if you don't have `tm_zone' but do have the external array
1598    `tzname'. */
1599 #undef HAVE_TZNAME
1600
1601 /* Define to 1 if the system has the type `uint16_t'. */
1602 #undef HAVE_UINT16_T
1603
1604 /* Define to 1 if the system has the type `uint32_t'. */
1605 #undef HAVE_UINT32_T
1606
1607 /* Define to 1 if the system has the type `uint8_t'. */
1608 #undef HAVE_UINT8_T
1609
1610 /* Define to 1 if the system has the type `uintptr_t'. */
1611 #undef HAVE_UINTPTR_T
1612
1613 /* Define to 1 if the system has the type `uint_t'. */
1614 #undef HAVE_UINT_T
1615
1616 /* Define to 1 if you have the `uname' function. */
1617 #undef HAVE_UNAME
1618
1619 /* Define to 1 if you have the <unistd.h> header file. */
1620 #undef HAVE_UNISTD_H
1621
1622 /* Define to 1 if you have the `unsetenv' function. */
1623 #undef HAVE_UNSETENV
1624
1625 /* Define to 1 if the system has the type `unsigned long long int'. */
1626 #undef HAVE_UNSIGNED_LONG_LONG_INT
1627
1628 /* Define to 1 if you have the <utime.h> header file. */
1629 #undef HAVE_UTIME_H
1630
1631 /* Define to 1 if you have the <values.h> header file. */
1632 #undef HAVE_VALUES_H
1633
1634 /* Define to 1 if you have the <varargs.h> header file. */
1635 #undef HAVE_VARARGS_H
1636
1637 /* Define to 1 if you have the `vasnprintf' function. */
1638 #undef HAVE_VASNPRINTF
1639
1640 /* Define to 1 if you have the `vasprintf' function. */
1641 #undef HAVE_VASPRINTF
1642
1643 /* Have va_copy() */
1644 #undef HAVE_VA_COPY
1645
1646 /* Define to 1 if you have the `vfork' function. */
1647 #undef HAVE_VFORK
1648
1649 /* Define to 1 if you have the <vfork.h> header file. */
1650 #undef HAVE_VFORK_H
1651
1652 /* Define to 1 if you have the `vprintf' function. */
1653 #undef HAVE_VPRINTF
1654
1655 /* Define to 1 if you have the `vsnprintf' function. */
1656 #undef HAVE_VSNPRINTF
1657
1658 /* Define to 1 if you have the <wchar.h> header file. */
1659 #undef HAVE_WCHAR_H
1660
1661 /* Define to 1 if the system has the type `wchar_t'. */
1662 #undef HAVE_WCHAR_T
1663
1664 /* Define to 1 if you have the `wcrtomb' function. */
1665 #undef HAVE_WCRTOMB
1666
1667 /* Define to 1 if you have the `wcslen' function. */
1668 #undef HAVE_WCSLEN
1669
1670 /* Define to 1 if you have the `wcsnlen' function. */
1671 #undef HAVE_WCSNLEN
1672
1673 /* Define to 1 if you have the <winsock2.h> header file. */
1674 #undef HAVE_WINSOCK2_H
1675
1676 /* Define to 1 if the system has the type `wint_t'. */
1677 #undef HAVE_WINT_T
1678
1679 /* Define to 1 if `fork' works. */
1680 #undef HAVE_WORKING_FORK
1681
1682 /* Define to 1 if O_NOATIME works. */
1683 #undef HAVE_WORKING_O_NOATIME
1684
1685 /* Define to 1 if O_NOFOLLOW works. */
1686 #undef HAVE_WORKING_O_NOFOLLOW
1687
1688 /* Define to 1 if `vfork' works. */
1689 #undef HAVE_WORKING_VFORK
1690
1691 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1692 #undef HAVE_WS2TCPIP_H
1693
1694 /* Define to 1 if the system has the type `_Bool'. */
1695 #undef HAVE__BOOL
1696
1697 /* Define to 1 if you have the `_fseeki64' function. */
1698 #undef HAVE__FSEEKI64
1699
1700 /* Define to 1 if you have the `_ftelli64' function. */
1701 #undef HAVE__FTELLI64
1702
1703 /* Define to 1 if you have the `_ftime' function. */
1704 #undef HAVE__FTIME
1705
1706 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
1707 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
1708
1709 /* Define to 1 if you have the `__fsetlocking' function. */
1710 #undef HAVE___FSETLOCKING
1711
1712 /* Have __va_copy() */
1713 #undef HAVE___VA_COPY
1714
1715 /* Define as const if the declaration of iconv() needs const. */
1716 #undef ICONV_CONST
1717
1718 /* Define to 1 if lseek does not detect pipes. */
1719 #undef LSEEK_PIPE_BROKEN
1720
1721 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1722    */
1723 #undef LT_OBJDIR
1724
1725 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1726 #undef MALLOC_0_IS_NONNULL
1727
1728 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1729 #undef MAP_ANONYMOUS
1730
1731 /* Define this if optional arguments are disallowed */
1732 #undef NO_OPTIONAL_OPT_ARGS
1733
1734 /* no ssize_t type was found */
1735 #undef NO_SSIZE_T
1736
1737 /* p11-kit supports p11_kit_uri_get_pin_value() */
1738 #undef P11_KIT_HAS_PIN_VALUE
1739
1740 /* Name of package */
1741 #undef PACKAGE
1742
1743 /* Define to the address where bug reports for this package should be sent. */
1744 #undef PACKAGE_BUGREPORT
1745
1746 /* Define to the full name of this package. */
1747 #undef PACKAGE_NAME
1748
1749 /* Define to the full name and version of this package. */
1750 #undef PACKAGE_STRING
1751
1752 /* Define to the one symbol short name of this package. */
1753 #undef PACKAGE_TARNAME
1754
1755 /* Define to the home page for this package. */
1756 #undef PACKAGE_URL
1757
1758 /* Define to the version of this package. */
1759 #undef PACKAGE_VERSION
1760
1761 /* define to a working POSIX compliant shell */
1762 #undef POSIX_SHELL
1763
1764 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1765 #undef PRI_MACROS_BROKEN
1766
1767 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1768    'ptrdiff_t'. */
1769 #undef PTRDIFF_T_SUFFIX
1770
1771 /* name of regex header file */
1772 #undef REGEX_HEADER
1773
1774 /* Define to 1 if strerror(0) does not return a message implying success. */
1775 #undef REPLACE_STRERROR_0
1776
1777 /* Define if vasnprintf exists but is overridden by gnulib. */
1778 #undef REPLACE_VASNPRINTF
1779
1780 /* Define as the return type of signal handlers (`int' or `void'). */
1781 #undef RETSIGTYPE
1782
1783 /* Define to the type of arg 1 for `select'. */
1784 #undef SELECT_TYPE_ARG1
1785
1786 /* Define to the type of args 2, 3 and 4 for `select'. */
1787 #undef SELECT_TYPE_ARG234
1788
1789 /* Define to the type of arg 5 for `select'. */
1790 #undef SELECT_TYPE_ARG5
1791
1792 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1793    'sig_atomic_t'. */
1794 #undef SIG_ATOMIC_T_SUFFIX
1795
1796 /* The size of `char *', as computed by sizeof. */
1797 #undef SIZEOF_CHAR_P
1798
1799 /* The size of `int', as computed by sizeof. */
1800 #undef SIZEOF_INT
1801
1802 /* The size of `long', as computed by sizeof. */
1803 #undef SIZEOF_LONG
1804
1805 /* The size of `long long', as computed by sizeof. */
1806 #undef SIZEOF_LONG_LONG
1807
1808 /* The size of `short', as computed by sizeof. */
1809 #undef SIZEOF_SHORT
1810
1811 /* The size of `unsigned int', as computed by sizeof. */
1812 #undef SIZEOF_UNSIGNED_INT
1813
1814 /* The size of `unsigned long int', as computed by sizeof. */
1815 #undef SIZEOF_UNSIGNED_LONG_INT
1816
1817 /* The size of `void *', as computed by sizeof. */
1818 #undef SIZEOF_VOID_P
1819
1820 /* Define as the maximum value of type 'size_t', if the system doesn't define
1821    it. */
1822 #ifndef SIZE_MAX
1823 # undef SIZE_MAX
1824 #endif
1825
1826 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1827    'size_t'. */
1828 #undef SIZE_T_SUFFIX
1829
1830 /* If using the C implementation of alloca, define if you know the
1831    direction of stack growth for your system; otherwise it will be
1832    automatically deduced at runtime.
1833         STACK_DIRECTION > 0 => grows toward higher addresses
1834         STACK_DIRECTION < 0 => grows toward lower addresses
1835         STACK_DIRECTION = 0 => direction of growth unknown */
1836 #undef STACK_DIRECTION
1837
1838 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1839 #undef STAT_MACROS_BROKEN
1840
1841 /* Define to 1 if you have the ANSI C header files. */
1842 #undef STDC_HEADERS
1843
1844 /* Define to 1 if strerror_r returns char *. */
1845 #undef STRERROR_R_CHAR_P
1846
1847 /* The system priority file */
1848 #undef SYSTEM_PRIORITY_FILE
1849
1850 /* Define to 1 if all 'time_t' values fit in a 'long int'. */
1851 #undef TIME_T_FITS_IN_LONG_INT
1852
1853 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1854 #undef TM_IN_SYS_TIME
1855
1856 /* the location of the trousers library */
1857 #undef TROUSERS_LIB
1858
1859 /* The DNSSEC root key file */
1860 #undef UNBOUND_ROOT_KEY_FILE
1861
1862 /* nettle 3.0 or later */
1863 #undef USE_NETTLE3
1864
1865 /* Enable extensions on AIX 3, Interix.  */
1866 #ifndef _ALL_SOURCE
1867 # undef _ALL_SOURCE
1868 #endif
1869 /* Enable general extensions on OS X.  */
1870 #ifndef _DARWIN_C_SOURCE
1871 # undef _DARWIN_C_SOURCE
1872 #endif
1873 /* Enable GNU extensions on systems that have them.  */
1874 #ifndef _GNU_SOURCE
1875 # undef _GNU_SOURCE
1876 #endif
1877 /* Use GNU style printf and scanf.  */
1878 #ifndef __USE_MINGW_ANSI_STDIO
1879 # undef __USE_MINGW_ANSI_STDIO
1880 #endif
1881 /* Enable threading extensions on Solaris.  */
1882 #ifndef _POSIX_PTHREAD_SEMANTICS
1883 # undef _POSIX_PTHREAD_SEMANTICS
1884 #endif
1885 /* Enable extensions on HP NonStop.  */
1886 #ifndef _TANDEM_SOURCE
1887 # undef _TANDEM_SOURCE
1888 #endif
1889 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
1890    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1891    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
1892 #ifndef _XOPEN_SOURCE
1893 # undef _XOPEN_SOURCE
1894 #endif
1895 /* Enable general extensions on Solaris.  */
1896 #ifndef __EXTENSIONS__
1897 # undef __EXTENSIONS__
1898 #endif
1899
1900
1901 /* Version number of package */
1902 #undef VERSION
1903
1904 /* Define to 1 if unsetenv returns void instead of int. */
1905 #undef VOID_UNSETENV
1906
1907 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1908    'wchar_t'. */
1909 #undef WCHAR_T_SUFFIX
1910
1911 /* Define if WSAStartup is needed. */
1912 #undef WINDOWS_SOCKETS
1913
1914 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1915    'wint_t'. */
1916 #undef WINT_T_SUFFIX
1917
1918 /* Define this if a working libregex can be found */
1919 #undef WITH_LIBREGEX
1920
1921 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1922    significant byte first (like Motorola and SPARC, unlike Intel). */
1923 #if defined AC_APPLE_UNIVERSAL_BUILD
1924 # if defined __BIG_ENDIAN__
1925 #  define WORDS_BIGENDIAN 1
1926 # endif
1927 #else
1928 # ifndef WORDS_BIGENDIAN
1929 #  undef WORDS_BIGENDIAN
1930 # endif
1931 #endif
1932
1933 /* Enable large inode numbers on Mac OS X 10.5. */
1934 #undef _DARWIN_USE_64_BIT_INODE
1935
1936 /* Number of bits in a file offset, on hosts where this is settable. */
1937 #undef _FILE_OFFSET_BITS
1938
1939 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1940    stat.st_size becomes 64-bit. */
1941 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1942
1943 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1944 #undef _LARGEFILE_SOURCE
1945
1946 /* Define for large files, on AIX-style hosts. */
1947 #undef _LARGE_FILES
1948
1949 /* Define to 1 if on MINIX. */
1950 #undef _MINIX
1951
1952 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1953 #undef _NETBSD_SOURCE
1954
1955 /* The _Noreturn keyword of C11.  */
1956 #if ! (defined _Noreturn \
1957        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1958 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1959       || 0x5110 <= __SUNPRO_C)
1960 #  define _Noreturn __attribute__ ((__noreturn__))
1961 # elif defined _MSC_VER && 1200 <= _MSC_VER
1962 #  define _Noreturn __declspec (noreturn)
1963 # else
1964 #  define _Noreturn
1965 # endif
1966 #endif
1967
1968
1969 /* Define to 2 if the system does not provide POSIX.1 features except with
1970    this defined. */
1971 #undef _POSIX_1_SOURCE
1972
1973 /* Define to 1 in order to get the POSIX compatible declarations of socket
1974    functions. */
1975 #undef _POSIX_PII_SOCKET
1976
1977 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1978 #undef _POSIX_SOURCE
1979
1980 /* Define as a replacement for the ISO C99 __func__ variable. */
1981 #undef __func__
1982
1983 /* Please see the Gnulib manual for how to use these macros.
1984
1985    Suppress extern inline with HP-UX cc, as it appears to be broken; see
1986    <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
1987
1988    Suppress extern inline with Sun C in standards-conformance mode, as it
1989    mishandles inline functions that call each other.  E.g., for 'inline void f
1990    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1991    'reference to static identifier "f" in extern inline function'.
1992    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1993
1994    Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
1995    on configurations that mistakenly use 'static inline' to implement
1996    functions or macros in standard C headers like <ctype.h>.  For example,
1997    if isdigit is mistakenly implemented via a static inline function,
1998    a program containing an extern inline function that calls isdigit
1999    may not work since the C standard prohibits extern inline functions
2000    from calling static functions.  This bug is known to occur on:
2001
2002      OS X 10.8 and earlier; see:
2003      http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
2004
2005      DragonFly; see
2006      http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
2007
2008      FreeBSD; see:
2009      http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
2010
2011    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2012    for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
2013    Assume DragonFly and FreeBSD will be similar.  */
2014 #if (((defined __APPLE__ && defined __MACH__) \
2015       || defined __DragonFly__ || defined __FreeBSD__) \
2016      && (defined __header_inline \
2017          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2018             && ! defined __clang__) \
2019          : ((! defined _DONT_USE_CTYPE_INLINE_ \
2020              && (defined __GNUC__ || defined __cplusplus)) \
2021             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2022                 && defined __GNUC__ && ! defined __cplusplus))))
2023 # define _GL_EXTERN_INLINE_STDHEADER_BUG
2024 #endif
2025 #if ((__GNUC__ \
2026       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2027       : (199901L <= __STDC_VERSION__ \
2028          && !defined __HP_cc \
2029          && !(defined __SUNPRO_C && __STDC__))) \
2030      && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2031 # define _GL_INLINE inline
2032 # define _GL_EXTERN_INLINE extern inline
2033 # define _GL_EXTERN_INLINE_IN_USE
2034 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2035        && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2036 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2037    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2038 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2039 # else
2040 #  define _GL_INLINE extern inline
2041 # endif
2042 # define _GL_EXTERN_INLINE extern
2043 # define _GL_EXTERN_INLINE_IN_USE
2044 #else
2045 # define _GL_INLINE static _GL_UNUSED
2046 # define _GL_EXTERN_INLINE static _GL_UNUSED
2047 #endif
2048
2049 /* In GCC, suppress bogus "no previous prototype for 'FOO'"
2050    and "no previous declaration for 'FOO'" diagnostics,
2051    when FOO is an inline function in the header; see
2052    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
2053    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
2054 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
2055 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2056 #  define _GL_INLINE_HEADER_CONST_PRAGMA
2057 # else
2058 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
2059      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2060 # endif
2061 # define _GL_INLINE_HEADER_BEGIN \
2062     _Pragma ("GCC diagnostic push") \
2063     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2064     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2065     _GL_INLINE_HEADER_CONST_PRAGMA
2066 # define _GL_INLINE_HEADER_END \
2067     _Pragma ("GCC diagnostic pop")
2068 #else
2069 # define _GL_INLINE_HEADER_BEGIN
2070 # define _GL_INLINE_HEADER_END
2071 #endif
2072
2073 /* static lib rename */
2074 #undef fread_file
2075
2076 /* Define to `int' if <sys/types.h> doesn't define. */
2077 #undef gid_t
2078
2079 /* Define to `__inline__' or `__inline' if that's what the C compiler
2080    calls it, or to nothing if 'inline' is not supported under any name.  */
2081 #ifndef __cplusplus
2082 #undef inline
2083 #endif
2084
2085 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2086 #undef intmax_t
2087
2088 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2089    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2090    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2091    __APPLE__ && __MACH__ test for Mac OS X.
2092    __APPLE_CC__ tests for the Apple compiler and its version.
2093    __STDC_VERSION__ tests for the C99 mode.  */
2094 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2095 # define __GNUC_STDC_INLINE__ 1
2096 #endif
2097
2098 /* Define to `int' if <sys/types.h> does not define. */
2099 #undef mode_t
2100
2101 /* Define to the type of st_nlink in struct stat, or a supertype. */
2102 #undef nlink_t
2103
2104 /* Define to `int' if <sys/types.h> does not define. */
2105 #undef pid_t
2106
2107 /* Define as the type of the result of subtracting two pointers, if the system
2108    doesn't define it. */
2109 #undef ptrdiff_t
2110
2111 /* static lib rename */
2112 #undef read_binary_file
2113
2114 /* static lib rename */
2115 #undef read_file
2116
2117 /* Define to the equivalent of the C99 'restrict' keyword, or to
2118    nothing if this is not supported.  Do not define if restrict is
2119    supported directly.  */
2120 #undef restrict
2121 /* Work around a bug in Sun C++: it does not support _Restrict or
2122    __restrict__, even though the corresponding Sun C compiler ends up with
2123    "#define restrict _Restrict" or "#define restrict __restrict__" in the
2124    previous line.  Perhaps some future version of Sun C++ will work with
2125    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
2126 #if defined __SUNPRO_CC && !defined __RESTRICT
2127 # define _Restrict
2128 # define __restrict__
2129 #endif
2130
2131 /* Define to `unsigned int' if <sys/types.h> does not define. */
2132 #undef size_t
2133
2134 /* type to use in place of socklen_t if not defined */
2135 #undef socklen_t
2136
2137 /* Define as a signed type of the same size as size_t. */
2138 #undef ssize_t
2139
2140 /* Define to `int' if <sys/types.h> doesn't define. */
2141 #undef uid_t
2142
2143 /* Define as a marker that can be attached to declarations that might not
2144     be used.  This helps to reduce warnings, such as from
2145     GCC -Wunused-parameter.  */
2146 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2147 # define _GL_UNUSED __attribute__ ((__unused__))
2148 #else
2149 # define _GL_UNUSED
2150 #endif
2151 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2152    is a misnomer outside of parameter lists.  */
2153 #define _UNUSED_PARAMETER_ _GL_UNUSED
2154
2155 /* gcc supports the "unused" attribute on possibly unused labels, and
2156    g++ has since version 4.5.  Note to support C++ as well as C,
2157    _GL_UNUSED_LABEL should be used with a trailing ;  */
2158 #if !defined __cplusplus || __GNUC__ > 4 \
2159     || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
2160 # define _GL_UNUSED_LABEL _GL_UNUSED
2161 #else
2162 # define _GL_UNUSED_LABEL
2163 #endif
2164
2165 /* The __pure__ attribute was added in gcc 2.96.  */
2166 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2167 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2168 #else
2169 # define _GL_ATTRIBUTE_PURE /* empty */
2170 #endif
2171
2172 /* The __const__ attribute was added in gcc 2.95.  */
2173 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2174 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2175 #else
2176 # define _GL_ATTRIBUTE_CONST /* empty */
2177 #endif
2178
2179
2180 /* Define as `fork' if `vfork' does not work. */
2181 #undef vfork