Lines Matching +full:builtin +full:- +full:dsa +full:- +full:port

1 #                                               -*- Autoconf -*-
16 …([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]),[unbound-bugs@nlnetlabs.nl or …
31 # 1.3.0 had 1:0:0 # ub_cancel and -export-symbols.
36 # 1.4.0-snapshots had 1:5:0
125 # Current -- the number of the binary API that we're implementing
126 # Revision -- which iteration of the implementation of the binary
128 # Age -- How many previous binary API versions do we also
148 cmdln="`echo $@ | sed -e 's/\\\\/\\\\\\\\/g' | sed -e 's/"/\\\\"/'g`"
172 if uname -s 2>&1 | grep MINGW >/dev/null; then on_mingw="yes"
193 AS_HELP_STRING([--with-conf-file=path],[Pathname to the Unbound configuration file]),
202 AC_ARG_WITH(run-dir,
203 …AS_HELP_STRING([--with-run-dir=path],[set default directory to chdir to (by default dir part of cf…
215 AC_ARG_WITH(chroot-dir,
216 …AS_HELP_STRING([--with-chroot-dir=path],[set default directory to chroot to (by default same as ru…
228 AC_ARG_WITH(share-dir,
229 …AS_HELP_STRING([--with-share-dir=path],[set default directory with shared data (by default same as…
236 …AS_HELP_STRING([--with-pidfile=filename],[set default pathname to unbound pidfile (default run-dir…
248 AC_ARG_WITH(rootkey-file,
249 …AS_HELP_STRING([--with-rootkey-file=filename],[set default pathname to root key file (default run-
261 AC_ARG_WITH(rootcert-file,
262--with-rootcert-file=filename],[set default pathname to root update certificate file (default run-
275 …AS_HELP_STRING([--with-username=user],[set default user that unbound changes to (default user is u…
285 # Check for 'grep -e' program, here, since ACX_CHECK_FLTO needs that.
291 # allow user to override the -g -O2 flags.
294 ACX_CHECK_COMPILER_FLAG(g, [CFLAGS="$CFLAGS -g"])
295 ACX_CHECK_COMPILER_FLAG(O2, [CFLAGS="$CFLAGS -O2"])
303 AC_ARG_ENABLE(checking, AS_HELP_STRING([--enable-checking],[Enable warnings, asserts, makefile-depe…
304 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug],[same as enable-checking]))
310 ACX_CHECK_COMPILER_FLAG(W, [CFLAGS="$CFLAGS -W"])
311 ACX_CHECK_COMPILER_FLAG(Wall, [CFLAGS="$CFLAGS -Wall"])
312 ACX_CHECK_COMPILER_FLAG(Wextra, [CFLAGS="$CFLAGS -Wextra"])
313 …ACX_CHECK_COMPILER_FLAG(Wdeclaration-after-statement, [CFLAGS="$CFLAGS -Wdeclaration-after-stateme…
335 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "weak" attribute)
358 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "noreturn" attribute)
381 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "fallthrough" attribute)
383 CFLAGS="$CFLAGS -Werror"
421 CPPFLAGS="$CPPFLAGS -I$srcdir"
426 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then
436 if cat <<EOF | $LEX -t 2>&1 | grep yy_delete_buffer >/dev/null 2>&1; then
447 if test "$LEX" != "" -a "$LEX" != ":"; then
450 if test "$LEX" != "" -a "$LEX" != ":"; then
453 if test "$LEX" = "" -o "$LEX" = ":"; then
454 if test ! -f util/configlexer.c; then
459 if test "$YACC" = "" -o "$YACC" = ":"; then
460 if test ! -f util/configparser.c; then
468 # pkg-config is only needed for these options, do not require it otherwise
469 if test "$enable_systemd" = "yes" -o "$enable_dnstap" = "yes" -o "$with_pyunbound" = "yes" -o "$wit…
476 # https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Header-Portability.html
533 # Using own tests for int64* because autoconf builtin only give 32bit.
586 res = strptime("2010-07-15T00:00:00+00:00", "%t%Y%t-%t%m%t-%t%d%tT%t%H%t:%t%M%t:%t%S%t", &tm);
615 if echo "$host" | $GREP -i -e linux >/dev/null; then reuseport_default=1; fi
616 if echo "$host" | $GREP -i -e dragonfly >/dev/null; then reuseport_default=1; fi
623 # Include systemd.m4 - begin
625 # Include systemd.m4 - end
628 AC_ARG_ENABLE(alloc-checks, AS_HELP_STRING([--enable-alloc-checks],[ enable to memory allocation st…
630 AC_ARG_ENABLE(alloc-lite, AS_HELP_STRING([--enable-alloc-lite],[ enable for lightweight alloc asser…
632 AC_ARG_ENABLE(alloc-nonregional, AS_HELP_STRING([--enable-alloc-nonregional],[ enable nonregional a…
675 # the non-threadsafe C libraries.
676 AC_ARG_WITH(pthreads, AS_HELP_STRING([--with-pthreads],[use pthreads library, or --without-pthreads…
682 if test -n "$PTHREAD_LIBS"; then
692 if echo "$CFLAGS" | $GREP -e "-pthread" >/dev/null; then
693 AC_MSG_CHECKING([if -pthread unused during linking])
701 echo "$CC $CFLAGS -c conftest.c -o conftest.o" >&AS_MESSAGE_LOG_FD
702 $CC $CFLAGS -c conftest.c -o conftest.o 2>&AS_MESSAGE_LOG_FD >&AS_MESSAGE_LOG_FD
705 echo "$CC $CFLAGS -Werror $LDFLAGS $LIBS -o conftest contest.o" >&AS_MESSAGE_LOG_FD
706 … $CC $CFLAGS -Werror $LDFLAGS $LIBS -o conftest conftest.o 2>&AS_MESSAGE_LOG_FD >&AS_MESSAGE_LOG_FD
707 if test $? -ne 0; then
709 CFLAGS=`echo "$CFLAGS" | sed -e 's/-pthread//'`
710 PTHREAD_CFLAGS_ONLY="-pthread"
718 rm -f conftest conftest.c conftest.o
719 fi # endif -pthread in CFLAGS
725 AC_ARG_WITH(solaris-threads, AS_HELP_STRING([--with-solaris-threads],[use solaris native thread lib…
729 AC_MSG_WARN([Have pthreads already, ignoring --with-solaris-threads])
735 ACX_CHECK_COMPILER_FLAG(mt, [CFLAGS="$CFLAGS -mt"],
736 [CFLAGS="$CFLAGS -D_REENTRANT"])
744 fi # end of non-mingw check of thread libraries
747 AC_ARG_WITH(syslog-facility, AS_HELP_STRING([--with-syslog-facility=LOCAL0 - LOCAL7],[ set SYSLOG_F…
751 LOCAL[[0-7]]) UNBOUND_SYSLOG_FACILITY="LOG_${UNBOUND_SYSLOG_FACILITY}" ;;
760 …AS_HELP_STRING([--with-dynlibmodule],[build dynamic library module, or --without-dynlibmodule to d…
772 # link with -ldl if not already there, for all executables because
776 DYNLIBMOD_EXTRALIBS="-export-dynamic"
778 DYNLIBMOD_EXTRALIBS="-Wl,--export-all-symbols,--out-implib,libunbound.dll.a"
785 …AS_HELP_STRING([--with-pyunbound],[build PyUnbound, or --without-pyunbound to skip it. (default=no…
797 …AS_HELP_STRING([--with-pythonmodule],[build Python module, or --without-pythonmodule to disable sc…
813 if test ! -z "$PYTHON_VERSION"; then
815 if test "$PYTHON_VERSION_MAJOR" -lt 2; then
818 if test "$PYTHON_VERSION_MAJOR" -eq 2 -a "$PYTHON_VERSION_MINOR" -lt 4; then
825 [PY_MAJOR_VERSION="`$PYTHON -c \"import sys; print(sys.version_info[0])\"`"]
830 if test -n "$LIBS"; then
838 if test -n "$CPPFLAGS"; then
843 …if test "$PYTHON_LIBDIR" != "/usr/lib" -a "$PYTHON_LIBDIR" != "" -a "$PYTHON_LIBDIR" != "/usr/lib6…
854 …AC_ARG_ENABLE(swig-version-check, AS_HELP_STRING([--disable-swig-version-check],[Disable swig vers…
861 if test ! -x "$SWIG"; then
878 PYTHONMOD_INSTALL=pythonmod-install
880 PYTHONMOD_UNINSTALL=pythonmod-uninstall
893 PYUNBOUND_INSTALL=pyunbound-install
895 PYUNBOUND_UNINSTALL=pyunbound-uninstall
907 NETBSD_LINTFLAGS='"-D__RENAME(x)=" -D_NETINET_IN_H_'
913 GCC_DOCKER_LINTFLAGS='-syntax'
924 AC_ARG_WITH([nss], AS_HELP_STRING([--with-nss=path],[use libnss instead of openssl, installed at pa…
928 if test "$withval" != "" -a "$withval" != "yes"; then
929 CPPFLAGS="$CPPFLAGS -I$withval/include/nss3"
930 LDFLAGS="$LDFLAGS -L$withval/lib"
932 CPPFLAGS="-I$withval/include/nspr4 $CPPFLAGS"
934 CPPFLAGS="$CPPFLAGS -I/usr/include/nss3"
935 CPPFLAGS="-I/usr/include/nspr4 $CPPFLAGS"
937 LIBS="$LIBS -lnss3 -lnspr4"
946 AC_ARG_WITH([nettle], AS_HELP_STRING([--with-nettle=path],[use libnettle as crypto library, install…
950 AC_CHECK_HEADERS([nettle/dsa-compat.h],,, [AC_INCLUDES_DEFAULT])
951 if test "$withval" != "" -a "$withval" != "yes"; then
952 CPPFLAGS="$CPPFLAGS -I$withval/include/nettle"
953 LDFLAGS="$LDFLAGS -L$withval/lib"
956 CPPFLAGS="$CPPFLAGS -I/usr/include/nettle"
958 LIBS="$LIBS -lhogweed -lnettle -lgmp"
966 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
969 SSLLIB="-lssl"
974 # check if -lcrypt32 is needed because CAPIENG needs that. (on windows)
976 LIBS="-lssl $LIBS"
977 AC_MSG_CHECKING([if libssl needs -lcrypt32])
987 LIBS="$LIBS -lcrypt32"
1000 AC_CHECK_HEADERS([openssl/conf.h openssl/engine.h openssl/bn.h openssl/dh.h openssl/dsa.h openssl/r…
1003 # these check_funcs need -lssl
1005 LIBS="-lssl $LIBS"
1069 AC_ARG_WITH([libbsd], AS_HELP_STRING([--with-libbsd],[Use portable libbsd functions]), [
1071 if test "x$ac_cv_header_bsd_string_h" = xyes -a "x$ac_cv_header_bsd_stdlib_h" = xyes; then
1082 AC_ARG_ENABLE(sha1, AS_HELP_STRING([--disable-sha1],[Disable SHA1 RRSIG support, does not disable n…
1092 AC_ARG_ENABLE(sha2, AS_HELP_STRING([--disable-sha2],[Disable SHA256 and SHA512 RRSIG support]))
1101 AC_ARG_ENABLE(subnet, AS_HELP_STRING([--enable-subnet],[Enable client subnet]))
1105 SUBNET_OBJ="edns-subnet.lo subnetmod.lo addrtree.lo subnet-whitelist.lo"
1107 …ADER='$(srcdir)/edns-subnet/subnetmod.h $(srcdir)/edns-subnet/edns-subnet.h $(srcdir)/edns-subnet/…
1120 if test -n "$ssldir"; then
1121 CFLAGS="$CFLAGS -Wl,-rpath,$ssldir_lib"
1139 meth = EVP_PKEY_asn1_find_str(NULL, "gost2001", -1);
1163 meth = EVP_PKEY_asn1_find_str(&e, "gost2001", -1);
1176 unsigned char digest[64]; /* its a 256-bit digest, so uses 32 bytes */
1213 AC_ARG_ENABLE(gost, AS_HELP_STRING([--disable-gost],[Disable GOST support]))
1215 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1231 AC_ARG_ENABLE(ecdsa, AS_HELP_STRING([--disable-ecdsa],[Disable ECDSA support]))
1237 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1240 …_EC], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rerun with --disable-ecdsa])
1246 …[], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rerun with --disable-ecdsa])])
1247 …], [AC_MSG_ERROR([OpenSSL does not support SHA384: please upgrade or rerun with --disable-ecdsa])])
1249 …penSSL does not support the ECDSA curves: please upgrade or rerun with --disable-ecdsa])], [AC_INC…
1272 AC_ARG_ENABLE(dsa, AS_HELP_STRING([--disable-dsa],[Disable DSA support])) optenable
1276 # detect if DSA is supported, and turn it off if not.
1277 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1280 AC_DEFINE_UNQUOTED([USE_DSA], [1], [Define this to enable DSA support.])
1281 …$enable_dsa" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support DSA and you used --enable-dsa.])
1300 …$enable_dsa" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support DSA and you used --enable-dsa.])
1303 AC_DEFINE_UNQUOTED([USE_DSA], [1], [Define this to enable DSA support.])
1307 # disable dsa by default, RFC 8624 section 3.1, validators MUST NOT
1308 # support DSA for DNSSEC Validation.
1312 AC_ARG_WITH(deprecate-rsa-1024, AS_HELP_STRING([--with-deprecate-rsa-1024],[Deprecate RSA 1024 bit …
1317 AC_ARG_ENABLE(ed25519, AS_HELP_STRING([--disable-ed25519],[Disable ED25519 support]))
1323 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1326 …519" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support ED25519 and you used --enable-ed25519.])
1340 AC_ARG_ENABLE(ed448, AS_HELP_STRING([--disable-ed448],[Disable ED448 support]))
1346 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1349 …e_ed448" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support ED448 and you used --enable-ed448.])
1360 …RG_ENABLE(event-api, AS_HELP_STRING([--enable-event-api],[Enable (experimental) pluggable event ba…
1363 AC_SUBST(UNBOUND_EVENT_INSTALL, [unbound-event-install])
1364 AC_SUBST(UNBOUND_EVENT_UNINSTALL, [unbound-event-uninstall])
1370 AC_ARG_ENABLE(tfo-client, AS_HELP_STRING([--enable-tfo-client],[Enable TCP Fast Open for client mod…
1375 …ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-client])],
1382 …ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-client])],
1394 AC_ARG_ENABLE(tfo-server, AS_HELP_STRING([--enable-tfo-server],[Enable TCP Fast Open for server mod…
1397 …[TCP Fast Open is not available for server mode: please rerun without --enable-tfo-server])], [AC_…
1407--with-libevent=pathname],[use libevent (will check /usr/local /opt/local /usr/lib /usr/pkg /usr/s…
1412 if test "x_$with_libevent" = x_ -o "x_$with_libevent" = x_yes; then
1417 if test -f "$dir/include/event.h" -o -f "$dir/include/event2/event.h"; then
1421 CPPFLAGS="$CPPFLAGS -I$thedir/include"
1427 if test -f "$dir/event.h" -a \( -f "$dir/libevent.la" -o -f "$dir/libev.la" \) ; then
1430 CPPFLAGS="$CPPFLAGS -I$thedir -I$thedir/include"
1437 ev_files_o=`ls $thedir/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
1438 ev_files_lo=`ls $thedir/*.lo | grep -v evdns\.lo | grep -v bufferevent_openssl\.lo`
1439 ev_files_libso=`ls $thedir/.libs/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
1443 LATE_LDFLAGS="build/libevent/*.lo -lm"
1444 LDFLAGS="build/libevent/*.o $LDFLAGS -lm"
1447 You can restart ./configure --with-libevent=no to use a builtin alternative.
1449 large outgoing port ranges. ])
1454 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th…
1455 LDFLAGS="$LDFLAGS -L$thedir/lib/event2"
1459 if test "$thedir" != "/usr" -a "$thedir" != ""; then
1460 LDFLAGS="$LDFLAGS -L$thedir/lib"
1483 AC_CHECK_FUNCS([event_assign]) # in libevent, for thread-safety
1493 if test -n "$BAK_LDFLAGS_SET"; then
1501 AC_ARG_WITH(libexpat, AS_HELP_STRING([--with-libexpat=path],[specify explicit path for libexpat.]),
1506 if test -f "$dir/include/expat.h"; then
1510 CPPFLAGS="$CPPFLAGS -I$dir/include"
1511 LDFLAGS="$LDFLAGS -L$dir/lib"
1526 AC_ARG_WITH(libhiredis, AS_HELP_STRING([--with-libhiredis=path],[specify explicit path for libhired…
1529 if test x_$withval = x_yes -o x_$withval != x_no; then
1531 if test x_$withval = x_ -o x_$withval = x_yes; then
1535 if test -f "$dir/include/hiredis/hiredis.h"; then
1539 CPPFLAGS="$CPPFLAGS -I$dir/include"
1540 LDFLAGS="$LDFLAGS -L$dir/lib"
1544 LIBS="$LIBS -lhiredis"
1558 AC_ARG_WITH(libnghttp2, AS_HELP_STRING([--with-libnghttp2=path],[specify explicit path for libnghtt…
1561 if test x_$withval = x_yes -o x_$withval != x_no; then
1563 if test x_$withval = x_ -o x_$withval = x_yes; then
1567 if test -f "$dir/include/nghttp2/nghttp2.h"; then
1571 CPPFLAGS="$CPPFLAGS -I$dir/include"
1572 LDFLAGS="$LDFLAGS -L$dir/lib"
1576 LIBS="$LIBS -lnghttp2"
1590 AC_ARG_WITH(libngtcp2, AS_HELP_STRING([--with-libngtcp2=path],[specify explicit path for libngtcp2,…
1593 if test x_$withval = x_yes -o x_$withval != x_no; then
1595 if test x_$withval = x_ -o x_$withval = x_yes; then
1599 if test -f "$dir/include/ngtcp2/ngtcp2.h"; then
1603 CPPFLAGS="$CPPFLAGS -I$dir/include"
1604 LDFLAGS="$LDFLAGS -L$dir/lib"
1608 LIBS="$LIBS -lngtcp2"
1623 LIBS="$LIBS -lngtcp2_crypto_ossl"
1626 …AC_CHECK_LIB([ngtcp2_crypto_openssl], [ngtcp2_crypto_encrypt_cb], [ LIBS="$LIBS -lngtcp2_crypto_op…
1627 …AC_CHECK_LIB([ngtcp2_crypto_quictls], [ngtcp2_crypto_encrypt_cb], [ LIBS="$LIBS -lngtcp2_crypto_qu…
1632 # these check_funcs need -lssl
1634 LIBS="-lssl $LIBS"
1662 AC_ARG_ENABLE(static-exe, AS_HELP_STRING([--enable-static-exe],[ enable to compile executables stat…
1665 staticexe="-static"
1667 staticexe="-all-static"
1672 LIBS="$LIBS -lgdi32"
1674 AC_CHECK_LIB([z], [compress], [ LIBS="$LIBS -lz" ])
1675 if echo "$LIBS" | grep -e "libssp.a" -e "lssp" >/dev/null; then
1678 LIBS="$LIBS -l:libssp.a"
1684 AC_ARG_ENABLE(fully-static, AS_HELP_STRING([--enable-fully-static],[ enable to compile fully static…
1687 staticexe="-all-static"
1693 LIBS="$LIBS -lgdi32"
1695 AC_CHECK_LIB([z], [compress], [ LIBS="$LIBS -lz" ])
1696 if echo "$LIBS" | grep -e "libssp.a" -e "lssp" >/dev/null; then
1699 LIBS="$LIBS -l:libssp.a"
1705 AC_ARG_ENABLE(lock_checks, AS_HELP_STRING([--enable-lock-checks],[ enable to check lock and unlock …
1721 LIBS="$LIBS -liphlpapi"
1723 LIBS="$LIBS -liphlpapi -lcrypt32"
1725 WINAPPS="unbound-service-install.exe unbound-service-remove.exe anchor-update.exe"
1744 AC_LIBOBJ([fake-rfc2553])
1834 …AC_DEFINE(DARWIN_BROKEN_SETREUID, 1, [Define this if on macOSX10.4-darwin8 and setreuid and setreg…
1901 dnl without CTIME, ARC4-functions and without reallocarray.
1945 LIBS="$LIBS -lmd"
1972 AC_ARG_ENABLE(allsymbols, AS_HELP_STRING([--enable-allsymbols],[export all symbols from libunbound …
1978 …AC_DEFINE(EXPORT_ALL_SYMBOLS, 1, [Define this if you enabled-allsymbols from libunbound to link bi…
1982 UBSYMS='-export-symbols $(srcdir)/libunbound/ubsyms.def'
1990 UBSYMS="-export-symbols clubsyms.def"
2017 AC_SUBST(DNSTAP_SOCKET_TESTBIN,['unbound-dnstap-socket$(EXEEXT)'])
2018 …AC_SUBST([DNSTAP_SRC], ["dnstap/dnstap.c dnstap/dnstap.pb-c.c dnstap/dnstap_fstrm.c dnstap/dtstrea…
2019 AC_SUBST([DNSTAP_OBJ], ["dnstap.lo dnstap.pb-c.lo dnstap_fstrm.lo dtstream.lo"])
2040 AC_ARG_ENABLE(cachedb, AS_HELP_STRING([--enable-cachedb],[enable cachedb module that can use extern…
2055 AC_ARG_ENABLE(ipsecmod, AS_HELP_STRING([--enable-ipsecmod],[Enable ipsecmod module that facilitates…
2059 IPSECMOD_OBJ="ipsecmod.lo ipsecmod-whitelist.lo"
2061 IPSECMOD_HEADER='$(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/ipsecmod/ipsecmod-whitelist.h'
2070 AC_ARG_ENABLE(ipset, AS_HELP_STRING([--enable-ipset],[enable ipset module]))
2082 AC_ARG_WITH(libmnl, AS_HELP_STRING([--with-libmnl=path],[specify explicit path for libmnl.]),
2086 if test x_$withval = x_ -o x_$withval = x_yes; then
2090 if test -f "$dir/include/libmnl/libmnl.h" -o -f "$dir/include/libmnl/libmnl/libmnl.h"; then
2094 if test -f "$dir/include/libmnl/libmnl/libmnl.h"; then
2097 if test "$dir" != "/usr" -o -n "$extralibmnl"; then
2098 CPPFLAGS="$CPPFLAGS -I$dir/include$extralibmnl"
2101 LDFLAGS="$LDFLAGS -L$dir/lib"
2104 LIBS="$LIBS -lmnl"
2120 AC_ARG_ENABLE(explicit-port-randomisation, AS_HELP_STRING([--disable-explicit-port-randomisation],[…
2123 …ICIT_PORT_RANDOMISATION], [1], [Define this to enable kernel based UDP source port randomization.])
2129 if echo "$host" | $GREP -i -e linux >/dev/null; then
2130-ip-local-port-range, AS_HELP_STRING([--enable-linux-ip-local-port-range], [Define this to enable …
2133port range. This is only for the libunbound on Linux and does not affect unbound resolving daemon …
2141 AC_MSG_CHECKING([if ${MAKE:-make} supports $< with implicit rule in scope])
2149 if test -f "\$<"; then touch \$@; fi
2153 if test -f "\$<"; then touch \$@; fi
2159 rm -f conftest.lo conftest.c
2160 ${MAKE:-make} -f conftest.make >/dev/null
2161 rm -f conftest.make conftest.c conftest.dir/conftest.c
2162 rm -rf conftest.dir
2163 if test ! -f conftest.lo; then
2165 SOURCEDETERMINE='echo "$^" | awk "-F " "{print \$$1;}" > .source'
2172 rm -f conftest.lo
2178 INSTALLTARGET="install-all"
2179 AC_ARG_WITH(libunbound-only, AS_HELP_STRING([--with-libunbound-only],[do not build daemon and tool …
2183 INSTALLTARGET="install-lib"
2188 AC_MSG_ERROR([--with-nss can only be used in combination with --with-libunbound-only.])
2191 AC_MSG_ERROR([--with-nettle can only be used in combination with --with-libunbound-only.])
2199 if test -n "$LATE_LDFLAGS"; then
2203 LDFLAGS=`echo "$LDFLAGS"|sed -e 's/^ *//'`
2204 LIBS=`echo "$LIBS"|sed -e 's/^ *//'`
2224 /** Use small-ldns codebase */
2424 #include "compat/fake-rfc2553.h"
2456 /** default port for DNS traffic. */
2458 /** default port for DNS over TLS traffic. */
2460 /** default port for DNS over HTTPS traffic. */
2462 /** default port for DNS over QUIC traffic. */
2464 /** default port for unbound control traffic, registered port with IANA,
2465 ub-dns-control 8953/tcp unbound dns nameserver control */
2467 /** the version of unbound-control that this software implements */
2478 …und.8 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound.conf.5 doc/unbound-control.8 doc/un…