diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 61 |
1 files changed, 56 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in index 9bd40c5..bce954e 100644 --- a/config.h.in +++ b/config.h.in @@ -6,6 +6,15 @@ /* Define to 1 if you have the `accept4' function. */ #undef HAVE_ACCEPT4 +/* 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 + /* Defined if the requested minimum BOOST version is satisfied */ #undef HAVE_BOOST @@ -15,6 +24,12 @@ /* Defined if the Boost unit_test_framework library is available */ #undef HAVE_BOOST_UNIT_TEST_FRAMEWORK +/* Define to 1 if you have the BPF library */ +#undef HAVE_BPF + +/* Define to 1 if you have the `bpf_xdp_query' function. */ +#undef HAVE_BPF_XDP_QUERY + /* Define to 1 if you have CDB */ #undef HAVE_CDB @@ -58,9 +73,15 @@ /* Define to 1 if you enable dnscrypt support */ #undef HAVE_DNSCRYPT +/* Define to 1 if you enable DNS over HTTP/3 support */ +#undef HAVE_DNS_OVER_HTTP3 + /* Define to 1 if you enable DNS over HTTPS support */ #undef HAVE_DNS_OVER_HTTPS +/* Define to 1 if you enable DNS over QUIC support */ +#undef HAVE_DNS_OVER_QUIC + /* Define to 1 if you enable DNS over TLS support */ #undef HAVE_DNS_OVER_TLS @@ -91,6 +112,9 @@ /* Define to 1 if you have the `fstrm_tcp_writer_init' function. */ #undef HAVE_FSTRM_TCP_WRITER_INIT +/* Define to 1 if you have the `getentropy' function. */ +#undef HAVE_GETENTROPY + /* Define to 1 if you have getifaddrs */ #undef HAVE_GETIFADDRS @@ -134,7 +158,7 @@ /* Define to 1 if you have libedit */ #undef HAVE_LIBEDIT -/* Define to 1 if you have libh2o-evloop */ +/* Define to 1 if you enable h2o-evloop support */ #undef HAVE_LIBH2OEVLOOP /* Define to 1 if you have libsodium */ @@ -161,8 +185,8 @@ /* Define to 1 if you have lua */ #undef HAVE_LUA -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H +/* Define to 1 if you have the `memset_s' function. */ +#undef HAVE_MEMSET_S /* Define if using Net SNMP. */ #undef HAVE_NET_SNMP @@ -170,6 +194,16 @@ /* Define to 1 if you have nghttp2 */ #undef HAVE_NGHTTP2 +/* Define to 1 if you have the `nghttp2_check_header_value_rfc9113' function. + */ +#undef HAVE_NGHTTP2_CHECK_HEADER_VALUE_RFC9113 + +/* Define to 1 if you have the `nghttp2_check_method' function. */ +#undef HAVE_NGHTTP2_CHECK_METHOD + +/* Define to 1 if you have the `nghttp2_check_path' function. */ +#undef HAVE_NGHTTP2_CHECK_PATH + /* Define to 1 if you have the `OCSP_basic_sign' function. */ #undef HAVE_OCSP_BASIC_SIGN @@ -206,6 +240,9 @@ /* 2-arg void pthread_set_name_np */ #undef HAVE_PTHREAD_SET_NAME_NP_2_VOID +/* Define to 1 if you have quiche */ +#undef HAVE_QUICHE + /* Define to 1 if you have the `randombytes_stir' function. */ #undef HAVE_RANDOMBYTES_STIR @@ -282,10 +319,13 @@ /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the <stdio.h> header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `strerror_r' function. */ +/* Define if you have `strerror_r'. */ #undef HAVE_STRERROR_R /* Define to 1 if you have the <strings.h> header file. */ @@ -297,6 +337,9 @@ /* Systemd available and enabled */ #undef HAVE_SYSTEMD +/* Define to 1 if you have the <sys/random.h> header file. */ +#undef HAVE_SYS_RANDOM_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H @@ -309,6 +352,12 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the XDP library */ +#undef HAVE_XDP + +/* Define to 1 if you have AF_XDP (XSK) support enabled */ +#undef HAVE_XSK + /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR @@ -342,7 +391,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Define to 1 if strerror_r returns char *. */ |