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