config.h.in revision 1.10
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 if you cannot bind() before connect() for TCP sockets. */
7#undef BROKEN_TCP_BIND_BEFORE_CONNECT
8
9/* dnsrps $librpz_name */
10#undef DNSRPS_LIBRPZ_PATH
11
12/* 0=no DNSRPS 1=static link 2=dlopen() */
13#undef DNSRPS_LIB_OPEN
14
15/* Define to enable "rrset-order fixed" syntax. */
16#undef DNS_RDATASET_FIXED
17
18/* Define to enable American Fuzzy Lop test harness */
19#undef ENABLE_AFL
20
21/* define if you want TCP_FASTOPEN enabled if available */
22#undef ENABLE_TCP_FASTOPEN
23
24/* Solaris hack to get select_large_fdset. */
25#undef FD_SETSIZE
26
27/* Define to nothing if C supports flexible array members, and to 1 if it does
28   not. That way, with a declaration like `struct s { int n; double
29   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
30   compilers. When computing the size of such an object, don't use 'sizeof
31   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
32   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
33   MSVC and with C++ compilers. */
34#undef FLEXIBLE_ARRAY_MEMBER
35
36/* Define to 1 if you have the `arc4random' function. */
37#undef HAVE_ARC4RANDOM
38
39/* Define to 1 if you have the `arc4random_buf' function. */
40#undef HAVE_ARC4RANDOM_BUF
41
42/* Define to 1 if you have the `arc4random_uniform' function. */
43#undef HAVE_ARC4RANDOM_UNIFORM
44
45/* define if the ARM yield instruction is available */
46#undef HAVE_ARM_YIELD
47
48/* Define to 1 if you have the `BIO_read_ex' function. */
49#undef HAVE_BIO_READ_EX
50
51/* Define to 1 if you have the `BIO_write_ex' function. */
52#undef HAVE_BIO_WRITE_EX
53
54/* Define to 1 if the compiler supports __builtin_clz. */
55#undef HAVE_BUILTIN_CLZ
56
57/* Define to 1 if the compiler supports __builtin_expect. */
58#undef HAVE_BUILTIN_EXPECT
59
60/* define if the compiler supports __builtin_unreachable(). */
61#undef HAVE_BUILTIN_UNREACHABLE
62
63/* Define to 1 if you have the `chroot' function. */
64#undef HAVE_CHROOT
65
66/* Define if clock_gettime is available. */
67#undef HAVE_CLOCK_GETTIME
68
69/* Use CMocka */
70#undef HAVE_CMOCKA
71
72/* Define to 1 if you have the `cpuset_setaffinity' function. */
73#undef HAVE_CPUSET_SETAFFINITY
74
75/* Define to 1 if you have the `CRYPTO_zalloc' function. */
76#undef HAVE_CRYPTO_ZALLOC
77
78/* Define to 1 if you have the <devpoll.h> header file. */
79#undef HAVE_DEVPOLL_H
80
81/* Define to 1 if you have the `DH_get0_key' function. */
82#undef HAVE_DH_GET0_KEY
83
84/* Define to 1 if you have the `dlclose' function. */
85#undef HAVE_DLCLOSE
86
87/* Define to 1 if you have the <dlfcn.h> header file. */
88#undef HAVE_DLFCN_H
89
90/* Define to 1 if you have the `dlopen' function. */
91#undef HAVE_DLOPEN
92
93/* Define to 1 if you have the `dlsym' function. */
94#undef HAVE_DLSYM
95
96/* Define to 1 to enable dnstap support */
97#undef HAVE_DNSTAP
98
99/* Define to 1 if you have the `ECDSA_sign' function. */
100#undef HAVE_ECDSA_SIGN
101
102/* Define to 1 if you have the `ECDSA_SIG_get0' function. */
103#undef HAVE_ECDSA_SIG_GET0
104
105/* Define to 1 if you have the `ECDSA_verify' function. */
106#undef HAVE_ECDSA_VERIFY
107
108/* Define to 1 if you have the <editline/readline.h> header file. */
109#undef HAVE_EDITLINE_READLINE_H
110
111/* Define to 1 if you have the <edit/readline/history.h> header file. */
112#undef HAVE_EDIT_READLINE_HISTORY_H
113
114/* Define to 1 if you have the <edit/readline/readline.h> header file. */
115#undef HAVE_EDIT_READLINE_READLINE_H
116
117/* Define to 1 if you have the `epoll_create1' function. */
118#undef HAVE_EPOLL_CREATE1
119
120/* Define to 1 if you have the `EVP_aes_128_ecb' function. */
121#undef HAVE_EVP_AES_128_ECB
122
123/* Define to 1 if you have the `EVP_aes_192_ecb' function. */
124#undef HAVE_EVP_AES_192_ECB
125
126/* Define to 1 if you have the `EVP_aes_256_ecb' function. */
127#undef HAVE_EVP_AES_256_ECB
128
129/* Define to 1 if you have the `EVP_CIPHER_CTX_free' function. */
130#undef HAVE_EVP_CIPHER_CTX_FREE
131
132/* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */
133#undef HAVE_EVP_CIPHER_CTX_NEW
134
135/* Define to 1 if you have the `EVP_MD_CTX_free' function. */
136#undef HAVE_EVP_MD_CTX_FREE
137
138/* Define to 1 if you have the `EVP_MD_CTX_new' function. */
139#undef HAVE_EVP_MD_CTX_NEW
140
141/* Define to 1 if you have the `EVP_MD_CTX_reset' function. */
142#undef HAVE_EVP_MD_CTX_RESET
143
144/* Define to 1 if you have the `EVP_sha1' function. */
145#undef HAVE_EVP_SHA1
146
147/* Define to 1 if you have the `EVP_sha224' function. */
148#undef HAVE_EVP_SHA224
149
150/* Define to 1 if you have the `EVP_sha256' function. */
151#undef HAVE_EVP_SHA256
152
153/* Define to 1 if you have the `EVP_sha384' function. */
154#undef HAVE_EVP_SHA384
155
156/* Define to 1 if you have the `EVP_sha512' function. */
157#undef HAVE_EVP_SHA512
158
159/* Define to 1 if you have the `explicit_bzero' function. */
160#undef HAVE_EXPLICIT_BZERO
161
162/* Define to 1 if you have the <fcntl.h> header file. */
163#undef HAVE_FCNTL_H
164
165/* Define to 1 if you have the `FIPS_mode' function. */
166#undef HAVE_FIPS_MODE
167
168/* Define to 1 if you have the `flockfile' function. */
169#undef HAVE_FLOCKFILE
170
171/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
172#undef HAVE_FSEEKO
173
174/* Define to 1 if the system has the `constructor' function attribute */
175#undef HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR
176
177/* Define to 1 if the system has the `destructor' function attribute */
178#undef HAVE_FUNC_ATTRIBUTE_DESTRUCTOR
179
180/* Build with GeoIP2 support */
181#undef HAVE_GEOIP2
182
183/* Define to 1 if you have the `getc_unlocked' function. */
184#undef HAVE_GETC_UNLOCKED
185
186/* Define to 1 if you have the `getpassphrase' function. */
187#undef HAVE_GETPASSPHRASE
188
189/* Define to 1 if you have the `getrandom' function. */
190#undef HAVE_GETRANDOM
191
192/* Define to use gperftools CPU profiler. */
193#undef HAVE_GPERFTOOLS_PROFILER
194
195/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
196#undef HAVE_GSSAPI_GSSAPI_H
197
198/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
199#undef HAVE_GSSAPI_GSSAPI_KRB5_H
200
201/* Define to 1 if you have the <gssapi.h> header file. */
202#undef HAVE_GSSAPI_H
203
204/* Define to 1 if you have the <gssapi_krb5.h> header file. */
205#undef HAVE_GSSAPI_KRB5_H
206
207/* Define to 1 if you have the `HMAC_CTX_free' function. */
208#undef HAVE_HMAC_CTX_FREE
209
210/* Define to 1 if you have the `HMAC_CTX_get_md' function. */
211#undef HAVE_HMAC_CTX_GET_MD
212
213/* Define to 1 if you have the `HMAC_CTX_new' function. */
214#undef HAVE_HMAC_CTX_NEW
215
216/* Define to 1 if you have the `HMAC_CTX_reset' function. */
217#undef HAVE_HMAC_CTX_RESET
218
219/* Define to 1 if you have the <idn2.h> header file. */
220#undef HAVE_IDN2_H
221
222/* Define to 1 if you have the `if_nametoindex' function. */
223#undef HAVE_IF_NAMETOINDEX
224
225/* Define to 1 if you have the <inttypes.h> header file. */
226#undef HAVE_INTTYPES_H
227
228/* Use json-c library */
229#undef HAVE_JSON_C
230
231/* Define to 1 if you have the <kerberosv5/krb5.h> header file. */
232#undef HAVE_KERBEROSV5_KRB5_H
233
234/* Define to 1 if you have the `kqueue' function. */
235#undef HAVE_KQUEUE
236
237/* Define to 1 if you have the <krb5.h> header file. */
238#undef HAVE_KRB5_H
239
240/* Define to 1 if you have the <krb5/krb5.h> header file. */
241#undef HAVE_KRB5_KRB5_H
242
243/* define if system have backtrace function */
244#undef HAVE_LIBCTRACE
245
246/* Define if libidn2 was found */
247#undef HAVE_LIBIDN2
248
249/* Define to 1 if you have the `nsl' library (-lnsl). */
250#undef HAVE_LIBNSL
251
252/* Define to 1 if you have the `scf' library (-lscf). */
253#undef HAVE_LIBSCF
254
255/* Define to 1 if you have the `socket' library (-lsocket). */
256#undef HAVE_LIBSOCKET
257
258/* Use libxml2 library */
259#undef HAVE_LIBXML2
260
261/* Define to 1 if you have the <linux/netlink.h> header file. */
262#undef HAVE_LINUX_NETLINK_H
263
264/* Define to 1 if you have the <linux/rtnetlink.h> header file. */
265#undef HAVE_LINUX_RTNETLINK_H
266
267/* Define if lmdb was found */
268#undef HAVE_LMDB
269
270/* Define to 1 if you have the <locale.h> header file. */
271#undef HAVE_LOCALE_H
272
273/* Define to 1 if you have the <memory.h> header file. */
274#undef HAVE_MEMORY_H
275
276/* Define to 1 if you have the `mmap' function. */
277#undef HAVE_MMAP
278
279/* Define to 1 if you have the `nanosleep' function. */
280#undef HAVE_NANOSLEEP
281
282/* Define to 1 if you have the <net/if6.h> header file. */
283#undef HAVE_NET_IF6_H
284
285/* Define to 1 if you have the <net/route.h> header file. */
286#undef HAVE_NET_ROUTE_H
287
288/* define if OpenSSL supports Ed25519 */
289#undef HAVE_OPENSSL_ED25519
290
291/* define if OpenSSL supports Ed448 */
292#undef HAVE_OPENSSL_ED448
293
294/* Define to 1 if you have the `OPENSSL_init_crypto' function. */
295#undef HAVE_OPENSSL_INIT_CRYPTO
296
297/* Define to 1 if you have the `OPENSSL_init_ssl' function. */
298#undef HAVE_OPENSSL_INIT_SSL
299
300/* Define to 1 if you have the `processor_bind' function. */
301#undef HAVE_PROCESSOR_BIND
302
303/* Define if you have POSIX threads libraries and header files. */
304#undef HAVE_PTHREAD
305
306/* Define to 1 if you have the `pthread_attr_getstacksize' function. */
307#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE
308
309/* Define to 1 if you have the `pthread_attr_setstacksize' function. */
310#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
311
312/* Support for PTHREAD_MUTEX_ADAPTIVE_NP */
313#undef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
314
315/* Define to 1 if you have the <pthread_np.h> header file. */
316#undef HAVE_PTHREAD_NP_H
317
318/* Have PTHREAD_PRIO_INHERIT. */
319#undef HAVE_PTHREAD_PRIO_INHERIT
320
321/* Define to 1 if you have the `pthread_rwlock_rdlock' function. */
322#undef HAVE_PTHREAD_RWLOCK_RDLOCK
323
324/* Define to 1 if you have the `pthread_setaffinity_np' function. */
325#undef HAVE_PTHREAD_SETAFFINITY_NP
326
327/* Define to 1 if you have the `pthread_setname_np' function. */
328#undef HAVE_PTHREAD_SETNAME_NP
329
330/* Define to 1 if you have the `pthread_set_name_np' function. */
331#undef HAVE_PTHREAD_SET_NAME_NP
332
333/* Define to 1 if you have the `pthread_yield' function. */
334#undef HAVE_PTHREAD_YIELD
335
336/* Define to 1 if you have the `pthread_yield_np' function. */
337#undef HAVE_PTHREAD_YIELD_NP
338
339/* Define to 1 if you have the `readline' function. */
340#undef HAVE_READLINE
341
342/* Define to 1 if you have the <readline/history.h> header file. */
343#undef HAVE_READLINE_HISTORY_H
344
345/* Define to 1 if you have the <readline/readline.h> header file. */
346#undef HAVE_READLINE_READLINE_H
347
348/* Define to 1 if you have the <regex.h> header file. */
349#undef HAVE_REGEX_H
350
351/* Define to 1 if you have the `RSA_set0_key' function. */
352#undef HAVE_RSA_SET0_KEY
353
354/* Define to 1 if you have the <sched.h> header file. */
355#undef HAVE_SCHED_H
356
357/* Define to 1 if you have the `sched_setaffinity' function. */
358#undef HAVE_SCHED_SETAFFINITY
359
360/* Define to 1 if you have the `sched_yield' function. */
361#undef HAVE_SCHED_YIELD
362
363/* Define to 1 if you have the `setegid' function. */
364#undef HAVE_SETEGID
365
366/* Define to 1 if you have the `seteuid' function. */
367#undef HAVE_SETEUID
368
369/* Define to 1 if you have the `setlocale' function. */
370#undef HAVE_SETLOCALE
371
372/* Define to 1 if you have the `setresgid' function. */
373#undef HAVE_SETRESGID
374
375/* Define to 1 if you have the `setresuid' function. */
376#undef HAVE_SETRESUID
377
378/* define if the SPARC pause instruction is available */
379#undef HAVE_SPARC_PAUSE
380
381/* Define to 1 if you have the `SSL_CTX_set_min_proto_version' function. */
382#undef HAVE_SSL_CTX_SET_MIN_PROTO_VERSION
383
384/* Define to 1 if you have the `SSL_CTX_up_ref' function. */
385#undef HAVE_SSL_CTX_UP_REF
386
387/* Define to 1 if you have the `SSL_peek_ex' function. */
388#undef HAVE_SSL_PEEK_EX
389
390/* Define to 1 if you have the `SSL_read_ex' function. */
391#undef HAVE_SSL_READ_EX
392
393/* Define to 1 if you have the `SSL_write_ex' function. */
394#undef HAVE_SSL_WRITE_EX
395
396/* define if struct stat has st_mtim.tv_nsec field */
397#undef HAVE_STAT_NSEC
398
399/* Define to 1 if you have the <stdalign.h> header file. */
400#undef HAVE_STDALIGN_H
401
402/* Define to 1 if you have the <stdatomic.h> header file. */
403#undef HAVE_STDATOMIC_H
404
405/* Define to 1 if you have the <stdint.h> header file. */
406#undef HAVE_STDINT_H
407
408/* Define to 1 if you have the <stdlib.h> header file. */
409#undef HAVE_STDLIB_H
410
411/* Define to 1 if you have the <strings.h> header file. */
412#undef HAVE_STRINGS_H
413
414/* Define to 1 if you have the <string.h> header file. */
415#undef HAVE_STRING_H
416
417/* Define to 1 if you have the `strlcat' function. */
418#undef HAVE_STRLCAT
419
420/* Define to 1 if you have the `strlcpy' function. */
421#undef HAVE_STRLCPY
422
423/* Define to 1 if you have the `sysconf' function. */
424#undef HAVE_SYSCONF
425
426/* Define to 1 if you have the `sysctlbyname' function. */
427#undef HAVE_SYSCTLBYNAME
428
429/* Define to 1 if you have the <sys/capability.h> header file. */
430#undef HAVE_SYS_CAPABILITY_H
431
432/* Define to 1 if you have the <sys/cpuset.h> header file. */
433#undef HAVE_SYS_CPUSET_H
434
435/* Define to 1 if you have the <sys/devpoll.h> header file. */
436#undef HAVE_SYS_DEVPOLL_H
437
438/* Define to 1 if you have the <sys/mman.h> header file. */
439#undef HAVE_SYS_MMAN_H
440
441/* Define to 1 if you have the <sys/param.h> header file. */
442#undef HAVE_SYS_PARAM_H
443
444/* Define to 1 if you have the <sys/procset.h> header file. */
445#undef HAVE_SYS_PROCSET_H
446
447/* Define to 1 if you have the <sys/select.h> header file. */
448#undef HAVE_SYS_SELECT_H
449
450/* Define to 1 if you have the <sys/socket.h> header file. */
451#undef HAVE_SYS_SOCKET_H
452
453/* Define to 1 if you have the <sys/sockio.h> header file. */
454#undef HAVE_SYS_SOCKIO_H
455
456/* Define to 1 if you have the <sys/stat.h> header file. */
457#undef HAVE_SYS_STAT_H
458
459/* Define to 1 if you have the <sys/sysctl.h> header file. */
460#undef HAVE_SYS_SYSCTL_H
461
462/* Define to 1 if you have the <sys/time.h> header file. */
463#undef HAVE_SYS_TIME_H
464
465/* Define to 1 if you have the <sys/types.h> header file. */
466#undef HAVE_SYS_TYPES_H
467
468/* Define to 1 if you have the <sys/un.h> header file. */
469#undef HAVE_SYS_UN_H
470
471/* Define to 1 if you have the <threads.h> header file. */
472#undef HAVE_THREADS_H
473
474/* Define if thread_local keyword is available */
475#undef HAVE_THREAD_LOCAL
476
477/* Define if Thread-Local Storage is available */
478#undef HAVE_TLS
479
480/* Define to 1 if you have the `TLS_client_method' function. */
481#undef HAVE_TLS_CLIENT_METHOD
482
483/* Define to 1 if you have the `TLS_server_method' function. */
484#undef HAVE_TLS_SERVER_METHOD
485
486/* Define to 1 if you have the `tzset' function. */
487#undef HAVE_TZSET
488
489/* Define to 1 if you have the <uchar.h> header file. */
490#undef HAVE_UCHAR_H
491
492/* Define to 1 if the system has the type `uintptr_t'. */
493#undef HAVE_UINTPTR_T
494
495/* define if uname is available */
496#undef HAVE_UNAME
497
498/* Define to 1 if you have the <unistd.h> header file. */
499#undef HAVE_UNISTD_H
500
501/* define if the compiler supports _Unwind_Backtrace() */
502#undef HAVE_UNWIND_BACKTRACE
503
504/* Define to 1 if you have the `usleep' function. */
505#undef HAVE_USLEEP
506
507/* Define to 1 if you have the `uv_handle_get_data' function. */
508#undef HAVE_UV_HANDLE_GET_DATA
509
510/* Define to 1 if you have the `uv_handle_set_data' function. */
511#undef HAVE_UV_HANDLE_SET_DATA
512
513/* Define to 1 if you have the `uv_import' function. */
514#undef HAVE_UV_IMPORT
515
516/* Define to 1 if you have the `uv_translate_sys_error' function. */
517#undef HAVE_UV_TRANSLATE_SYS_ERROR
518
519/* Define to 1 if you have the `uv_udp_connect' function. */
520#undef HAVE_UV_UDP_CONNECT
521
522/* Use zlib library */
523#undef HAVE_ZLIB
524
525/* define if __atomic builtins are not available */
526#undef HAVE___ATOMIC
527
528/* Define if __thread keyword is available */
529#undef HAVE___THREAD
530
531/* Define if you want to use inline buffers */
532#undef ISC_BUFFER_USEINLINE
533
534/* Define to allow building of objects for dlopen(). */
535#undef ISC_DLZ_DLOPEN
536
537/* Define to emulate atomic variables with mutexes. */
538#undef ISC_MUTEX_ATOMICS
539
540/* define if the linker supports --wrap option */
541#undef LD_WRAP
542
543/* have __attribute__s used in librpz.h */
544#undef LIBRPZ_HAVE_ATTR
545
546/* Define to the sub-directory where libtool stores uninstalled libraries. */
547#undef LT_OBJDIR
548
549/* Defined if extern char *optarg is not declared. */
550#undef NEED_OPTARG
551
552/* Define if connect does not honour the permission on the UNIX domain socket.
553   */
554#undef NEED_SECURE_DIRECTORY
555
556/* Define to the address where bug reports for this package should be sent. */
557#undef PACKAGE_BUGREPORT
558
559/* Define to the full name of this package. */
560#undef PACKAGE_NAME
561
562/* Define to the full name and version of this package. */
563#undef PACKAGE_STRING
564
565/* Define to the one symbol short name of this package. */
566#undef PACKAGE_TARNAME
567
568/* Define to the home page for this package. */
569#undef PACKAGE_URL
570
571/* Define to the version of this package. */
572#undef PACKAGE_VERSION
573
574/* define the default PKCS11 library path */
575#undef PK11_LIB_LOCATION
576
577/* Sets which flag to pass to open/fcntl to make non-blocking
578   (O_NDELAY/O_NONBLOCK). */
579#undef PORT_NONBLOCK
580
581/* Define to necessary symbol if this constant uses a non-standard name on
582   your system. */
583#undef PTHREAD_CREATE_JOINABLE
584
585/* Exit code for skipped tests */
586#undef SKIPPED_TEST_EXIT_CODE
587
588/* Define to 1 if you have the ANSI C header files. */
589#undef STDC_HEADERS
590
591/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
592#undef TIME_WITH_SYS_TIME
593
594/* Define to use default system tuning. */
595#undef TUNE_LARGE
596
597/* define if we can use backtrace */
598#undef USE_BACKTRACE
599
600/* Enable DNS Response Policy Service API */
601#undef USE_DNSRPS
602
603/* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make
604   non-blocking. */
605#undef USE_FIONBIO_IOCTL
606
607/* Define if libtool is used for compilation */
608#undef USE_LIBTOOL
609
610/* define if OpenSSL is used for Public-Key Cryptography */
611#undef USE_OPENSSL
612
613/* define if PKCS11 is used for Public-Key Cryptography */
614#undef USE_PKCS11
615
616/* Define if you want to use pthread rwlock implementation */
617#undef USE_PTHREAD_RWLOCK
618
619/* Enable extensions on AIX 3, Interix.  */
620#ifndef _ALL_SOURCE
621# undef _ALL_SOURCE
622#endif
623/* Enable GNU extensions on systems that have them.  */
624#ifndef _GNU_SOURCE
625# undef _GNU_SOURCE
626#endif
627/* Enable threading extensions on Solaris.  */
628#ifndef _POSIX_PTHREAD_SEMANTICS
629# undef _POSIX_PTHREAD_SEMANTICS
630#endif
631/* Enable extensions on HP NonStop.  */
632#ifndef _TANDEM_SOURCE
633# undef _TANDEM_SOURCE
634#endif
635/* Enable general extensions on Solaris.  */
636#ifndef __EXTENSIONS__
637# undef __EXTENSIONS__
638#endif
639
640
641/* the default value of dnssec-validation option */
642#undef VALIDATION_DEFAULT
643
644/* Define to enable very verbose query trace logging. */
645#undef WANT_QUERYTRACE
646
647/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
648   significant byte first (like Motorola and SPARC, unlike Intel). */
649#if defined AC_APPLE_UNIVERSAL_BUILD
650# if defined __BIG_ENDIAN__
651#  define WORDS_BIGENDIAN 1
652# endif
653#else
654# ifndef WORDS_BIGENDIAN
655#  undef WORDS_BIGENDIAN
656# endif
657#endif
658
659/* Enable large inode numbers on Mac OS X 10.5.  */
660#ifndef _DARWIN_USE_64_BIT_INODE
661# define _DARWIN_USE_64_BIT_INODE 1
662#endif
663
664/* Number of bits in a file offset, on hosts where this is settable. */
665#undef _FILE_OFFSET_BITS
666
667/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
668#undef _LARGEFILE_SOURCE
669
670/* Define for large files, on AIX-style hosts. */
671#undef _LARGE_FILES
672
673/* Define to 1 if on MINIX. */
674#undef _MINIX
675
676/* Define to 2 if the system does not provide POSIX.1 features except with
677   this defined. */
678#undef _POSIX_1_SOURCE
679
680/* Define to 1 if you need to in order for `stat' and other things to work. */
681#undef _POSIX_SOURCE
682
683/* Select RFC3542 IPv6 API on macOS */
684#undef __APPLE_USE_RFC_3542
685
686/* Define to empty if `const' does not conform to ANSI C. */
687#undef const
688
689/* Define to `__inline__' or `__inline' if that's what the C compiler
690   calls it, or to nothing if 'inline' is not supported under any name.  */
691#ifndef __cplusplus
692#undef inline
693#endif
694
695/* Define to `unsigned int' if <sys/types.h> does not define. */
696#undef size_t
697
698/* Define to `int' if <sys/types.h> does not define. */
699#undef ssize_t
700
701/* Define to the type of an unsigned integer type wide enough to hold a
702   pointer, if such a type exists, and if the system does not define it. */
703#undef uintptr_t
704
705/* Define to empty if the keyword `volatile' does not work. Warning: valid
706   code using `volatile' can become incorrect without. Disable with care. */
707#undef volatile
708