diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 692 |
1 files changed, 692 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..7806015 --- /dev/null +++ b/config.h.in @@ -0,0 +1,692 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + +/* Define if you cannot bind() before connect() for TCP sockets. */ +#undef BROKEN_TCP_BIND_BEFORE_CONNECT + +/* dnsrps $librpz_name */ +#undef DNSRPS_LIBRPZ_PATH + +/* 0=no DNSRPS 1=static link 2=dlopen() */ +#undef DNSRPS_LIB_OPEN + +/* Define to enable "rrset-order fixed" syntax. */ +#undef DNS_RDATASET_FIXED + +/* Define to enable American Fuzzy Lop test harness */ +#undef ENABLE_AFL + +/* define if you want TCP_FASTOPEN enabled if available */ +#undef ENABLE_TCP_FASTOPEN + +/* Solaris hack to get select_large_fdset. */ +#undef FD_SETSIZE + +/* Define to nothing if C supports flexible array members, and to 1 if it does + not. That way, with a declaration like `struct s { int n; double + d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 + compilers. When computing the size of such an object, don't use 'sizeof + (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' + instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with + MSVC and with C++ compilers. */ +#undef FLEXIBLE_ARRAY_MEMBER + +/* Define to 1 if you have the `arc4random' function. */ +#undef HAVE_ARC4RANDOM + +/* Define to 1 if you have the `arc4random_buf' function. */ +#undef HAVE_ARC4RANDOM_BUF + +/* Define to 1 if you have the `arc4random_uniform' function. */ +#undef HAVE_ARC4RANDOM_UNIFORM + +/* define if the ARM yield instruction is available */ +#undef HAVE_ARM_YIELD + +/* Define to 1 if you have the `BIO_read_ex' function. */ +#undef HAVE_BIO_READ_EX + +/* Define to 1 if you have the `BIO_write_ex' function. */ +#undef HAVE_BIO_WRITE_EX + +/* Define to 1 if you have the `BN_GENCB_new' function. */ +#undef HAVE_BN_GENCB_NEW + +/* Define to 1 if the compiler supports __builtin_clz. */ +#undef HAVE_BUILTIN_CLZ + +/* Define to 1 if the compiler supports __builtin_expect. */ +#undef HAVE_BUILTIN_EXPECT + +/* define if the compiler supports __builtin_unreachable(). */ +#undef HAVE_BUILTIN_UNREACHABLE + +/* Define to 1 if you have the `chroot' function. */ +#undef HAVE_CHROOT + +/* Define if clock_gettime is available. */ +#undef HAVE_CLOCK_GETTIME + +/* Use CMocka */ +#undef HAVE_CMOCKA + +/* Define to 1 if you have the `CRYPTO_zalloc' function. */ +#undef HAVE_CRYPTO_ZALLOC + +/* Define to 1 if you have the declaration of `UV_UDP_MMSG_CHUNK', and to 0 if + you don't. */ +#undef HAVE_DECL_UV_UDP_MMSG_CHUNK + +/* Define to 1 if you have the declaration of `UV_UDP_MMSG_FREE', and to 0 if + you don't. */ +#undef HAVE_DECL_UV_UDP_MMSG_FREE + +/* Define to 1 if you have the declaration of `UV_UDP_RECVMMSG', and to 0 if + you don't. */ +#undef HAVE_DECL_UV_UDP_RECVMMSG + +/* Define to 1 if you have the <devpoll.h> header file. */ +#undef HAVE_DEVPOLL_H + +/* Define to 1 if you have the `DH_get0_key' function. */ +#undef HAVE_DH_GET0_KEY + +/* Define to 1 if you have the `dlclose' function. */ +#undef HAVE_DLCLOSE + +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the `dlopen' function. */ +#undef HAVE_DLOPEN + +/* Define to 1 if you have the `dlsym' function. */ +#undef HAVE_DLSYM + +/* Define to 1 to enable dnstap support */ +#undef HAVE_DNSTAP + +/* Define to 1 if you have the `ECDSA_sign' function. */ +#undef HAVE_ECDSA_SIGN + +/* Define to 1 if you have the `ECDSA_SIG_get0' function. */ +#undef HAVE_ECDSA_SIG_GET0 + +/* Define to 1 if you have the `ECDSA_verify' function. */ +#undef HAVE_ECDSA_VERIFY + +/* Define to 1 if you have the <editline/readline.h> header file. */ +#undef HAVE_EDITLINE_READLINE_H + +/* Define to 1 if you have the <edit/readline/history.h> header file. */ +#undef HAVE_EDIT_READLINE_HISTORY_H + +/* Define to 1 if you have the <edit/readline/readline.h> header file. */ +#undef HAVE_EDIT_READLINE_READLINE_H + +/* Define to 1 if you have the `epoll_create1' function. */ +#undef HAVE_EPOLL_CREATE1 + +/* Define to 1 if you have the `EVP_aes_128_ecb' function. */ +#undef HAVE_EVP_AES_128_ECB + +/* Define to 1 if you have the `EVP_aes_192_ecb' function. */ +#undef HAVE_EVP_AES_192_ECB + +/* Define to 1 if you have the `EVP_aes_256_ecb' function. */ +#undef HAVE_EVP_AES_256_ECB + +/* Define to 1 if you have the `EVP_CIPHER_CTX_free' function. */ +#undef HAVE_EVP_CIPHER_CTX_FREE + +/* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */ +#undef HAVE_EVP_CIPHER_CTX_NEW + +/* Define to 1 if you have the `EVP_MD_CTX_free' function. */ +#undef HAVE_EVP_MD_CTX_FREE + +/* Define to 1 if you have the `EVP_MD_CTX_new' function. */ +#undef HAVE_EVP_MD_CTX_NEW + +/* Define to 1 if you have the `EVP_MD_CTX_reset' function. */ +#undef HAVE_EVP_MD_CTX_RESET + +/* Define to 1 if you have the `EVP_sha1' function. */ +#undef HAVE_EVP_SHA1 + +/* Define to 1 if you have the `EVP_sha224' function. */ +#undef HAVE_EVP_SHA224 + +/* Define to 1 if you have the `EVP_sha256' function. */ +#undef HAVE_EVP_SHA256 + +/* Define to 1 if you have the `EVP_sha384' function. */ +#undef HAVE_EVP_SHA384 + +/* Define to 1 if you have the `EVP_sha512' function. */ +#undef HAVE_EVP_SHA512 + +/* Define to 1 if you have the <fcntl.h> header file. */ +#undef HAVE_FCNTL_H + +/* Define to 1 if you have the `FIPS_mode' function. */ +#undef HAVE_FIPS_MODE + +/* Define to 1 if you have the `flockfile' function. */ +#undef HAVE_FLOCKFILE + +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ +#undef HAVE_FSEEKO + +/* Define to 1 if the system has the `constructor' function attribute */ +#undef HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR + +/* Define to 1 if the system has the `destructor' function attribute */ +#undef HAVE_FUNC_ATTRIBUTE_DESTRUCTOR + +/* Define to 1 if the system has the `malloc' function attribute */ +#undef HAVE_FUNC_ATTRIBUTE_MALLOC + +/* Define to 1 if the system has the `returns_nonnull' function attribute */ +#undef HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL + +/* Build with GeoIP2 support */ +#undef HAVE_GEOIP2 + +/* Define to 1 if you have the `getc_unlocked' function. */ +#undef HAVE_GETC_UNLOCKED + +/* Define to 1 if you have the `getpassphrase' function. */ +#undef HAVE_GETPASSPHRASE + +/* Define to 1 if you have the `getrandom' function. */ +#undef HAVE_GETRANDOM + +/* Define to use gperftools CPU profiler. */ +#undef HAVE_GPERFTOOLS_PROFILER + +/* Define to 1 if you have the <gssapi/gssapi.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_H + +/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_KRB5_H + +/* Define to 1 if you have the <gssapi.h> header file. */ +#undef HAVE_GSSAPI_H + +/* Define to 1 if you have the <gssapi_krb5.h> header file. */ +#undef HAVE_GSSAPI_KRB5_H + +/* Define to 1 if you have the `HMAC_CTX_free' function. */ +#undef HAVE_HMAC_CTX_FREE + +/* Define to 1 if you have the `HMAC_CTX_get_md' function. */ +#undef HAVE_HMAC_CTX_GET_MD + +/* Define to 1 if you have the `HMAC_CTX_new' function. */ +#undef HAVE_HMAC_CTX_NEW + +/* Define to 1 if you have the `HMAC_CTX_reset' function. */ +#undef HAVE_HMAC_CTX_RESET + +/* Define to 1 if you have the <idn2.h> header file. */ +#undef HAVE_IDN2_H + +/* Define to 1 if you have the `if_nametoindex' function. */ +#undef HAVE_IF_NAMETOINDEX + +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H + +/* Use json-c library */ +#undef HAVE_JSON_C + +/* Define to 1 if you have the <kerberosv5/krb5.h> header file. */ +#undef HAVE_KERBEROSV5_KRB5_H + +/* Define to 1 if you have the `kqueue' function. */ +#undef HAVE_KQUEUE + +/* Define to 1 if you have the <krb5.h> header file. */ +#undef HAVE_KRB5_H + +/* Define to 1 if you have the <krb5/krb5.h> header file. */ +#undef HAVE_KRB5_KRB5_H + +/* define if system have backtrace function */ +#undef HAVE_LIBCTRACE + +/* Define if libidn2 was found */ +#undef HAVE_LIBIDN2 + +/* Define to 1 if you have the `nsl' library (-lnsl). */ +#undef HAVE_LIBNSL + +/* Define to 1 if you have the `scf' library (-lscf). */ +#undef HAVE_LIBSCF + +/* Define to 1 if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET + +/* Use libxml2 library */ +#undef HAVE_LIBXML2 + +/* Define to 1 if you have the <linux/netlink.h> header file. */ +#undef HAVE_LINUX_NETLINK_H + +/* Define to 1 if you have the <linux/rtnetlink.h> header file. */ +#undef HAVE_LINUX_RTNETLINK_H + +/* Define if lmdb was found */ +#undef HAVE_LMDB + +/* Define to 1 if you have the <locale.h> header file. */ +#undef HAVE_LOCALE_H + +/* define if extended attributes for malloc are available */ +#undef HAVE_MALLOC_EXT_ATTR + +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `mmap' function. */ +#undef HAVE_MMAP + +/* Define to 1 if you have the <net/if6.h> header file. */ +#undef HAVE_NET_IF6_H + +/* Define to 1 if you have the <net/route.h> header file. */ +#undef HAVE_NET_ROUTE_H + +/* Define to 1 if you have the `OPENSSL_cleanup' function. */ +#undef HAVE_OPENSSL_CLEANUP + +/* define if OpenSSL supports Ed25519 */ +#undef HAVE_OPENSSL_ED25519 + +/* define if OpenSSL supports Ed448 */ +#undef HAVE_OPENSSL_ED448 + +/* Define to 1 if you have the `OPENSSL_init_crypto' function. */ +#undef HAVE_OPENSSL_INIT_CRYPTO + +/* Define to 1 if you have the `OPENSSL_init_ssl' function. */ +#undef HAVE_OPENSSL_INIT_SSL + +/* Define if you have POSIX threads libraries and header files. */ +#undef HAVE_PTHREAD + +/* Define to 1 if you have the `pthread_attr_getstacksize' function. */ +#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE + +/* Define to 1 if you have the `pthread_attr_setstacksize' function. */ +#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE + +/* Support for PTHREAD_MUTEX_ADAPTIVE_NP */ +#undef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP + +/* Define to 1 if you have the <pthread_np.h> header file. */ +#undef HAVE_PTHREAD_NP_H + +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT + +/* Define to 1 if you have the `pthread_rwlock_rdlock' function. */ +#undef HAVE_PTHREAD_RWLOCK_RDLOCK + +/* Define to 1 if you have the `pthread_setname_np' function. */ +#undef HAVE_PTHREAD_SETNAME_NP + +/* Define to 1 if you have the `pthread_set_name_np' function. */ +#undef HAVE_PTHREAD_SET_NAME_NP + +/* Define to 1 if you have the `pthread_yield' function. */ +#undef HAVE_PTHREAD_YIELD + +/* Define to 1 if you have the `pthread_yield_np' function. */ +#undef HAVE_PTHREAD_YIELD_NP + +/* Define to 1 if you have the `readline' function. */ +#undef HAVE_READLINE + +/* Define to 1 if you have the <readline/history.h> header file. */ +#undef HAVE_READLINE_HISTORY_H + +/* Define to 1 if you have the <readline/readline.h> header file. */ +#undef HAVE_READLINE_READLINE_H + +/* Define to 1 if you have the <regex.h> header file. */ +#undef HAVE_REGEX_H + +/* Define to 1 if you have the `RSA_set0_key' function. */ +#undef HAVE_RSA_SET0_KEY + +/* Define to 1 if you have the <sched.h> header file. */ +#undef HAVE_SCHED_H + +/* Define to 1 if you have the `sched_yield' function. */ +#undef HAVE_SCHED_YIELD + +/* Define to 1 if you have the `setegid' function. */ +#undef HAVE_SETEGID + +/* Define to 1 if you have the `seteuid' function. */ +#undef HAVE_SETEUID + +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + +/* Define to 1 if you have the `setresgid' function. */ +#undef HAVE_SETRESGID + +/* Define to 1 if you have the `setresuid' function. */ +#undef HAVE_SETRESUID + +/* define if the SPARC pause instruction is available */ +#undef HAVE_SPARC_PAUSE + +/* Define to 1 if you have the `SSL_CTX_set_min_proto_version' function. */ +#undef HAVE_SSL_CTX_SET_MIN_PROTO_VERSION + +/* Define to 1 if you have the `SSL_CTX_up_ref' function. */ +#undef HAVE_SSL_CTX_UP_REF + +/* Define to 1 if you have the `SSL_peek_ex' function. */ +#undef HAVE_SSL_PEEK_EX + +/* Define to 1 if you have the `SSL_read_ex' function. */ +#undef HAVE_SSL_READ_EX + +/* Define to 1 if you have the `SSL_write_ex' function. */ +#undef HAVE_SSL_WRITE_EX + +/* define if struct stat has st_mtim.tv_nsec field */ +#undef HAVE_STAT_NSEC + +/* Define to 1 if you have the <stdalign.h> header file. */ +#undef HAVE_STDALIGN_H + +/* Define to 1 if you have the <stdatomic.h> header file. */ +#undef HAVE_STDATOMIC_H + +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strlcat' function. */ +#undef HAVE_STRLCAT + +/* Define to 1 if you have the `strlcpy' function. */ +#undef HAVE_STRLCPY + +/* Define to 1 if you have the `strnstr' function. */ +#undef HAVE_STRNSTR + +/* Define to 1 if you have the `sysconf' function. */ +#undef HAVE_SYSCONF + +/* Define to 1 if you have the `sysctlbyname' function. */ +#undef HAVE_SYSCTLBYNAME + +/* Define to 1 if you have the <sys/capability.h> header file. */ +#undef HAVE_SYS_CAPABILITY_H + +/* Define to 1 if you have the <sys/devpoll.h> header file. */ +#undef HAVE_SYS_DEVPOLL_H + +/* Define to 1 if you have the <sys/mman.h> header file. */ +#undef HAVE_SYS_MMAN_H + +/* Define to 1 if you have the <sys/param.h> header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define to 1 if you have the <sys/select.h> header file. */ +#undef HAVE_SYS_SELECT_H + +/* Define to 1 if you have the <sys/socket.h> header file. */ +#undef HAVE_SYS_SOCKET_H + +/* Define to 1 if you have the <sys/sockio.h> header file. */ +#undef HAVE_SYS_SOCKIO_H + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/sysctl.h> header file. */ +#undef HAVE_SYS_SYSCTL_H + +/* Define to 1 if you have the <sys/time.h> header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the <sys/un.h> header file. */ +#undef HAVE_SYS_UN_H + +/* Define to 1 if you have the <threads.h> header file. */ +#undef HAVE_THREADS_H + +/* Define if thread_local keyword is available */ +#undef HAVE_THREAD_LOCAL + +/* Define if Thread-Local Storage is available */ +#undef HAVE_TLS + +/* Define to 1 if you have the `TLS_client_method' function. */ +#undef HAVE_TLS_CLIENT_METHOD + +/* Define to 1 if you have the `TLS_server_method' function. */ +#undef HAVE_TLS_SERVER_METHOD + +/* Define to 1 if you have the `tzset' function. */ +#undef HAVE_TZSET + +/* Define to 1 if you have the <uchar.h> header file. */ +#undef HAVE_UCHAR_H + +/* Define to 1 if the system has the type `uintptr_t'. */ +#undef HAVE_UINTPTR_T + +/* define if uname is available */ +#undef HAVE_UNAME + +/* Define to 1 if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + +/* define if the compiler supports _Unwind_Backtrace() */ +#undef HAVE_UNWIND_BACKTRACE + +/* Use zlib library */ +#undef HAVE_ZLIB + +/* define if __atomic builtins are not available */ +#undef HAVE___ATOMIC + +/* Define if __thread keyword is available */ +#undef HAVE___THREAD + +/* Define if you want to use inline buffers */ +#undef ISC_BUFFER_USEINLINE + +/* Define to allow building of objects for dlopen(). */ +#undef ISC_DLZ_DLOPEN + +/* define if the linker supports --wrap option */ +#undef LD_WRAP + +/* have __attribute__s used in librpz.h */ +#undef LIBRPZ_HAVE_ATTR + +/* Define to the sub-directory where libtool stores uninstalled libraries. */ +#undef LT_OBJDIR + +/* Defined if extern char *optarg is not declared. */ +#undef NEED_OPTARG + +/* Define if connect does not honour the permission on the UNIX domain socket. + */ +#undef NEED_SECURE_DIRECTORY + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* define the default PKCS11 library path */ +#undef PK11_LIB_LOCATION + +/* Sets which flag to pass to open/fcntl to make non-blocking + (O_NDELAY/O_NONBLOCK). */ +#undef PORT_NONBLOCK + +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + +/* Exit code for skipped tests */ +#undef SKIPPED_TEST_EXIT_CODE + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ +#undef TIME_WITH_SYS_TIME + +/* Define to use default system tuning. */ +#undef TUNE_LARGE + +/* define if we can use backtrace */ +#undef USE_BACKTRACE + +/* Enable DNS Response Policy Service API */ +#undef USE_DNSRPS + +/* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make + non-blocking. */ +#undef USE_FIONBIO_IOCTL + +/* Define if libtool is used for compilation */ +#undef USE_LIBTOOL + +/* define if OpenSSL is used for Public-Key Cryptography */ +#undef USE_OPENSSL + +/* define if PKCS11 is used for Public-Key Cryptography */ +#undef USE_PKCS11 + +/* Define if you want to use pthread rwlock implementation */ +#undef USE_PTHREAD_RWLOCK + +/* Enable extensions on AIX 3, Interix. */ +#ifndef _ALL_SOURCE +# undef _ALL_SOURCE +#endif +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif +/* Enable threading extensions on Solaris. */ +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +/* Enable extensions on HP NonStop. */ +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif + + +/* the default value of dnssec-validation option */ +#undef VALIDATION_DEFAULT + +/* Define to enable very verbose query trace logging. */ +#undef WANT_QUERYTRACE + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif + +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ +#undef _LARGEFILE_SOURCE + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + +/* Define to 1 if on MINIX. */ +#undef _MINIX + +/* Define to 2 if the system does not provide POSIX.1 features except with + this defined. */ +#undef _POSIX_1_SOURCE + +/* Define to 1 if you need to in order for `stat' and other things to work. */ +#undef _POSIX_SOURCE + +/* Select RFC3542 IPv6 API on macOS */ +#undef __APPLE_USE_RFC_3542 + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + +/* Define to `unsigned int' if <sys/types.h> does not define. */ +#undef size_t + +/* Define to `int' if <sys/types.h> does not define. */ +#undef ssize_t + +/* Define to the type of an unsigned integer type wide enough to hold a + pointer, if such a type exists, and if the system does not define it. */ +#undef uintptr_t + +/* Define to empty if the keyword `volatile' does not work. Warning: valid + code using `volatile' can become incorrect without. Disable with care. */ +#undef volatile |