Lines Matching +full:libbsd +full:- +full:dev
1 # -*- Autoconf -*-
15 …([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]),[unbound-bugs@nlnetlabs.nl or …
30 # 1.3.0 had 1:0:0 # ub_cancel and -export-symbols.
35 # 1.4.0-snapshots had 1:5:0
120 # Current -- the number of the binary API that we're implementing
121 # Revision -- which iteration of the implementation of the binary
123 # Age -- How many previous binary API versions do we also
143 cmdln="`echo $@ | sed -e 's/\\\\/\\\\\\\\/g' | sed -e 's/"/\\\\"/'g`"
167 if uname -s 2>&1 | grep MINGW >/dev/null; then on_mingw="yes"
169 if echo $host | grep mingw >/dev/null; then on_mingw="yes"
188 AS_HELP_STRING([--with-conf-file=path],[Pathname to the Unbound configuration file]),
197 AC_ARG_WITH(run-dir,
198 …AS_HELP_STRING([--with-run-dir=path],[set default directory to chdir to (by default dir part of cf…
210 AC_ARG_WITH(chroot-dir,
211 …AS_HELP_STRING([--with-chroot-dir=path],[set default directory to chroot to (by default same as ru…
223 AC_ARG_WITH(share-dir,
224 …AS_HELP_STRING([--with-share-dir=path],[set default directory with shared data (by default same as…
231 …AS_HELP_STRING([--with-pidfile=filename],[set default pathname to unbound pidfile (default run-dir…
243 AC_ARG_WITH(rootkey-file,
244 …AS_HELP_STRING([--with-rootkey-file=filename],[set default pathname to root key file (default run-…
256 AC_ARG_WITH(rootcert-file,
257 …AS_HELP_STRING([--with-rootcert-file=filename],[set default pathname to root update certificate fi…
270 …AS_HELP_STRING([--with-username=user],[set default user that unbound changes to (default user is u…
280 # Check for 'grep -e' program, here, since ACX_CHECK_FLTO needs that.
286 # allow user to override the -g -O2 flags.
289 ACX_CHECK_COMPILER_FLAG(g, [CFLAGS="$CFLAGS -g"])
290 ACX_CHECK_COMPILER_FLAG(O2, [CFLAGS="$CFLAGS -O2"])
298 AC_ARG_ENABLE(checking, AS_HELP_STRING([--enable-checking],[Enable warnings, asserts, makefile-depe…
299 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug],[same as enable-checking]))
305 ACX_CHECK_COMPILER_FLAG(W, [CFLAGS="$CFLAGS -W"])
306 ACX_CHECK_COMPILER_FLAG(Wall, [CFLAGS="$CFLAGS -Wall"])
307 ACX_CHECK_COMPILER_FLAG(Wextra, [CFLAGS="$CFLAGS -Wextra"])
308 …ACX_CHECK_COMPILER_FLAG(Wdeclaration-after-statement, [CFLAGS="$CFLAGS -Wdeclaration-after-stateme…
330 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "weak" attribute)
353 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "noreturn" attribute)
376 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "fallthrough" attribute)
378 CFLAGS="$CFLAGS -Werror"
416 CPPFLAGS="$CPPFLAGS -I$srcdir"
421 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then
431 if cat <<EOF | $LEX -t 2>&1 | grep yy_delete_buffer >/dev/null 2>&1; then
442 if test "$LEX" != "" -a "$LEX" != ":"; then
445 if test "$LEX" != "" -a "$LEX" != ":"; then
448 if test "$LEX" = "" -o "$LEX" = ":"; then
449 if test ! -f util/configlexer.c; then
454 if test "$YACC" = "" -o "$YACC" = ":"; then
455 if test ! -f util/configparser.c; then
463 # pkg-config is only needed for these options, do not require it otherwise
464 if test "$enable_systemd" = "yes" -o "$enable_dnstap" = "yes" -o "$with_pyunbound" = "yes" -o "$wit…
471 # https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Header-Portability.html
580 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);
609 if echo "$host" | $GREP -i -e linux >/dev/null; then reuseport_default=1; fi
610 if echo "$host" | $GREP -i -e dragonfly >/dev/null; then reuseport_default=1; fi
617 # Include systemd.m4 - begin
619 # Include systemd.m4 - end
622 AC_ARG_ENABLE(alloc-checks, AS_HELP_STRING([--enable-alloc-checks],[ enable to memory allocation st…
624 AC_ARG_ENABLE(alloc-lite, AS_HELP_STRING([--enable-alloc-lite],[ enable for lightweight alloc asser…
626 AC_ARG_ENABLE(alloc-nonregional, AS_HELP_STRING([--enable-alloc-nonregional],[ enable nonregional a…
669 # the non-threadsafe C libraries.
670 AC_ARG_WITH(pthreads, AS_HELP_STRING([--with-pthreads],[use pthreads library, or --without-pthreads…
676 if test -n "$PTHREAD_LIBS"; then
686 if echo "$CFLAGS" | $GREP -e "-pthread" >/dev/null; then
687 AC_MSG_CHECKING([if -pthread unused during linking])
695 echo "$CC $CFLAGS -c conftest.c -o conftest.o" >&AS_MESSAGE_LOG_FD
696 $CC $CFLAGS -c conftest.c -o conftest.o 2>&AS_MESSAGE_LOG_FD >&AS_MESSAGE_LOG_FD
699 echo "$CC $CFLAGS -Werror $LDFLAGS $LIBS -o conftest contest.o" >&AS_MESSAGE_LOG_FD
700 … $CC $CFLAGS -Werror $LDFLAGS $LIBS -o conftest conftest.o 2>&AS_MESSAGE_LOG_FD >&AS_MESSAGE_LOG_FD
701 if test $? -ne 0; then
703 CFLAGS=`echo "$CFLAGS" | sed -e 's/-pthread//'`
704 PTHREAD_CFLAGS_ONLY="-pthread"
712 rm -f conftest conftest.c conftest.o
713 fi # endif -pthread in CFLAGS
719 AC_ARG_WITH(solaris-threads, AS_HELP_STRING([--with-solaris-threads],[use solaris native thread lib…
723 AC_MSG_WARN([Have pthreads already, ignoring --with-solaris-threads])
729 ACX_CHECK_COMPILER_FLAG(mt, [CFLAGS="$CFLAGS -mt"],
730 [CFLAGS="$CFLAGS -D_REENTRANT"])
738 fi # end of non-mingw check of thread libraries
741 AC_ARG_WITH(syslog-facility, AS_HELP_STRING([--with-syslog-facility=LOCAL0 - LOCAL7],[ set SYSLOG_F…
745 LOCAL[[0-7]]) UNBOUND_SYSLOG_FACILITY="LOG_${UNBOUND_SYSLOG_FACILITY}" ;;
754 …AS_HELP_STRING([--with-dynlibmodule],[build dynamic library module, or --without-dynlibmodule to d…
766 # link with -ldl if not already there, for all executables because
770 DYNLIBMOD_EXTRALIBS="-export-dynamic"
772 DYNLIBMOD_EXTRALIBS="-Wl,--export-all-symbols,--out-implib,libunbound.dll.a"
779 …AS_HELP_STRING([--with-pyunbound],[build PyUnbound, or --without-pyunbound to skip it. (default=no…
791 …AS_HELP_STRING([--with-pythonmodule],[build Python module, or --without-pythonmodule to disable sc…
807 if test ! -z "$PYTHON_VERSION"; then
809 if test "$PYTHON_VERSION_MAJOR" -lt 2; then
812 if test "$PYTHON_VERSION_MAJOR" -eq 2 -a "$PYTHON_VERSION_MINOR" -lt 4; then
819 [PY_MAJOR_VERSION="`$PYTHON -c \"import sys; print(sys.version_info[0])\"`"]
824 if test -n "$LIBS"; then
832 if test -n "$CPPFLAGS"; then
837 …if test "$PYTHON_LIBDIR" != "/usr/lib" -a "$PYTHON_LIBDIR" != "" -a "$PYTHON_LIBDIR" != "/usr/lib6…
848 …AC_ARG_ENABLE(swig-version-check, AS_HELP_STRING([--disable-swig-version-check],[Disable swig vers…
855 if test ! -x "$SWIG"; then
872 PYTHONMOD_INSTALL=pythonmod-install
874 PYTHONMOD_UNINSTALL=pythonmod-uninstall
887 PYUNBOUND_INSTALL=pyunbound-install
889 PYUNBOUND_UNINSTALL=pyunbound-uninstall
901 NETBSD_LINTFLAGS='"-D__RENAME(x)=" -D_NETINET_IN_H_'
907 GCC_DOCKER_LINTFLAGS='-syntax'
917 AC_ARG_WITH([nss], AS_HELP_STRING([--with-nss=path],[use libnss instead of openssl, installed at pa…
921 if test "$withval" != "" -a "$withval" != "yes"; then
922 CPPFLAGS="$CPPFLAGS -I$withval/include/nss3"
923 LDFLAGS="$LDFLAGS -L$withval/lib"
925 CPPFLAGS="-I$withval/include/nspr4 $CPPFLAGS"
927 CPPFLAGS="$CPPFLAGS -I/usr/include/nss3"
928 CPPFLAGS="-I/usr/include/nspr4 $CPPFLAGS"
930 LIBS="$LIBS -lnss3 -lnspr4"
939 AC_ARG_WITH([nettle], AS_HELP_STRING([--with-nettle=path],[use libnettle as crypto library, install…
943 AC_CHECK_HEADERS([nettle/dsa-compat.h],,, [AC_INCLUDES_DEFAULT])
944 if test "$withval" != "" -a "$withval" != "yes"; then
945 CPPFLAGS="$CPPFLAGS -I$withval/include/nettle"
946 LDFLAGS="$LDFLAGS -L$withval/lib"
949 CPPFLAGS="$CPPFLAGS -I/usr/include/nettle"
951 LIBS="$LIBS -lhogweed -lnettle -lgmp"
959 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
962 SSLLIB="-lssl"
967 # check if -lcrypt32 is needed because CAPIENG needs that. (on windows)
969 LIBS="-lssl $LIBS"
970 AC_MSG_CHECKING([if libssl needs -lcrypt32])
980 LIBS="$LIBS -lcrypt32"
984 if grep VERSION_TEXT $ssldir_include/openssl/opensslv.h | grep "LibreSSL" >/dev/null; then
996 # these check_funcs need -lssl
998 LIBS="-lssl $LIBS"
1061 # libbsd
1062 AC_ARG_WITH([libbsd], AS_HELP_STRING([--with-libbsd],[Use portable libbsd functions]), [ optwith
1064 if test "x$ac_cv_header_bsd_string_h" = xyes -a "x$ac_cv_header_bsd_stdlib_h" = xyes; then
1067 AC_DEFINE(HAVE_LIBBSD, 1, [Use portable libbsd functions])
1068 PC_LIBBSD_DEPENDENCY=libbsd
1075 AC_ARG_ENABLE(sha1, AS_HELP_STRING([--disable-sha1],[Disable SHA1 RRSIG support, does not disable n…
1085 AC_ARG_ENABLE(sha2, AS_HELP_STRING([--disable-sha2],[Disable SHA256 and SHA512 RRSIG support]))
1094 AC_ARG_ENABLE(subnet, AS_HELP_STRING([--enable-subnet],[Enable client subnet]))
1098 SUBNET_OBJ="edns-subnet.lo subnetmod.lo addrtree.lo subnet-whitelist.lo"
1100 …ADER='$(srcdir)/edns-subnet/subnetmod.h $(srcdir)/edns-subnet/edns-subnet.h $(srcdir)/edns-subnet/…
1113 if test -n "$ssldir"; then
1114 CFLAGS="$CFLAGS -Wl,-rpath,$ssldir_lib"
1132 meth = EVP_PKEY_asn1_find_str(NULL, "gost2001", -1);
1156 meth = EVP_PKEY_asn1_find_str(&e, "gost2001", -1);
1169 unsigned char digest[64]; /* its a 256-bit digest, so uses 32 bytes */
1206 AC_ARG_ENABLE(gost, AS_HELP_STRING([--disable-gost],[Disable GOST support]))
1208 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1224 AC_ARG_ENABLE(ecdsa, AS_HELP_STRING([--disable-ecdsa],[Disable ECDSA support]))
1230 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1233 …_EC], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rerun with --disable-ecdsa])
1239 …[], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rerun with --disable-ecdsa])])
1240 …], [AC_MSG_ERROR([OpenSSL does not support SHA384: please upgrade or rerun with --disable-ecdsa])])
1242 …penSSL does not support the ECDSA curves: please upgrade or rerun with --disable-ecdsa])], [AC_INC…
1247 … if grep OPENSSL_VERSION_TEXT $ssldir_include/openssl/opensslv.h | grep "OpenSSL" >/dev/null; then
1248 if grep OPENSSL_VERSION_NUMBER $ssldir_include/openssl/opensslv.h | grep 0x0 >/dev/null; then
1265 AC_ARG_ENABLE(dsa, AS_HELP_STRING([--disable-dsa],[Disable DSA support]))
1270 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1274 …$enable_dsa" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support DSA and you used --enable-dsa.])
1293 …$enable_dsa" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support DSA and you used --enable-dsa.])
1305 AC_ARG_WITH(deprecate-rsa-1024, AS_HELP_STRING([--with-deprecate-rsa-1024],[Deprecate RSA 1024 bit …
1310 AC_ARG_ENABLE(ed25519, AS_HELP_STRING([--disable-ed25519],[Disable ED25519 support]))
1316 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1319 …519" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support ED25519 and you used --enable-ed25519.])
1333 AC_ARG_ENABLE(ed448, AS_HELP_STRING([--disable-ed448],[Disable ED448 support]))
1339 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
1342 …e_ed448" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support ED448 and you used --enable-ed448.])
1353 …RG_ENABLE(event-api, AS_HELP_STRING([--enable-event-api],[Enable (experimental) pluggable event ba…
1356 AC_SUBST(UNBOUND_EVENT_INSTALL, [unbound-event-install])
1357 AC_SUBST(UNBOUND_EVENT_UNINSTALL, [unbound-event-uninstall])
1363 AC_ARG_ENABLE(tfo-client, AS_HELP_STRING([--enable-tfo-client],[Enable TCP Fast Open for client mod…
1368 …ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-client])],
1375 …ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-client])],
1387 AC_ARG_ENABLE(tfo-server, AS_HELP_STRING([--enable-tfo-server],[Enable TCP Fast Open for server mod…
1390 …[TCP Fast Open is not available for server mode: please rerun without --enable-tfo-server])], [AC_…
1400 AC_ARG_WITH(libevent, AS_HELP_STRING([--with-libevent=pathname],[use libevent (will check /usr/loca…
1405 if test "x_$with_libevent" = x_ -o "x_$with_libevent" = x_yes; then
1410 if test -f "$dir/include/event.h" -o -f "$dir/include/event2/event.h"; then
1414 CPPFLAGS="$CPPFLAGS -I$thedir/include"
1420 if test -f "$dir/event.h" -a \( -f "$dir/libevent.la" -o -f "$dir/libev.la" \) ; then
1423 CPPFLAGS="$CPPFLAGS -I$thedir -I$thedir/include"
1427 mkdir build >/dev/null 2>&1
1428 mkdir build/libevent >/dev/null 2>&1
1429 mkdir build/libevent/.libs >/dev/null 2>&1
1430 ev_files_o=`ls $thedir/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
1431 ev_files_lo=`ls $thedir/*.lo | grep -v evdns\.lo | grep -v bufferevent_openssl\.lo`
1432 ev_files_libso=`ls $thedir/.libs/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
1436 LATE_LDFLAGS="build/libevent/*.lo -lm"
1437 LDFLAGS="build/libevent/*.o $LDFLAGS -lm"
1440 You can restart ./configure --with-libevent=no to use a builtin alternative.
1447 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th…
1448 LDFLAGS="$LDFLAGS -L$thedir/lib/event2"
1452 if test "$thedir" != "/usr" -a "$thedir" != ""; then
1453 LDFLAGS="$LDFLAGS -L$thedir/lib"
1476 AC_CHECK_FUNCS([event_assign]) # in libevent, for thread-safety
1486 if test -n "$BAK_LDFLAGS_SET"; then
1494 AC_ARG_WITH(libexpat, AS_HELP_STRING([--with-libexpat=path],[specify explicit path for libexpat.]),
1499 if test -f "$dir/include/expat.h"; then
1503 CPPFLAGS="$CPPFLAGS -I$dir/include"
1504 LDFLAGS="$LDFLAGS -L$dir/lib"
1519 AC_ARG_WITH(libhiredis, AS_HELP_STRING([--with-libhiredis=path],[specify explicit path for libhired…
1522 if test x_$withval = x_yes -o x_$withval != x_no; then
1524 if test x_$withval = x_ -o x_$withval = x_yes; then
1528 if test -f "$dir/include/hiredis/hiredis.h"; then
1532 CPPFLAGS="$CPPFLAGS -I$dir/include"
1533 LDFLAGS="$LDFLAGS -L$dir/lib"
1537 LIBS="$LIBS -lhiredis"
1551 AC_ARG_WITH(libnghttp2, AS_HELP_STRING([--with-libnghttp2=path],[specify explicit path for libnghtt…
1554 if test x_$withval = x_yes -o x_$withval != x_no; then
1556 if test x_$withval = x_ -o x_$withval = x_yes; then
1560 if test -f "$dir/include/nghttp2/nghttp2.h"; then
1564 CPPFLAGS="$CPPFLAGS -I$dir/include"
1565 LDFLAGS="$LDFLAGS -L$dir/lib"
1569 LIBS="$LIBS -lnghttp2"
1583 AC_ARG_WITH(libngtcp2, AS_HELP_STRING([--with-libngtcp2=path],[specify explicit path for libngtcp2,…
1586 if test x_$withval = x_yes -o x_$withval != x_no; then
1588 if test x_$withval = x_ -o x_$withval = x_yes; then
1592 if test -f "$dir/include/ngtcp2/ngtcp2.h"; then
1596 CPPFLAGS="$CPPFLAGS -I$dir/include"
1597 LDFLAGS="$LDFLAGS -L$dir/lib"
1601 LIBS="$LIBS -lngtcp2"
1615 …AC_CHECK_LIB([ngtcp2_crypto_openssl], [ngtcp2_crypto_encrypt_cb], [ LIBS="$LIBS -lngtcp2_crypto_op…
1616 …AC_CHECK_LIB([ngtcp2_crypto_quictls], [ngtcp2_crypto_encrypt_cb], [ LIBS="$LIBS -lngtcp2_crypto_qu…
1643 AC_ARG_ENABLE(static-exe, AS_HELP_STRING([--enable-static-exe],[ enable to compile executables stat…
1646 staticexe="-static"
1648 staticexe="-all-static"
1650 if echo "$LIBS" | grep 'lgdi32' >/dev/null; then
1653 LIBS="$LIBS -lgdi32"
1655 AC_CHECK_LIB([z], [compress], [ LIBS="$LIBS -lz" ])
1656 if echo "$LIBS" | grep -e "libssp.a" -e "lssp" >/dev/null; then
1659 LIBS="$LIBS -l:libssp.a"
1665 AC_ARG_ENABLE(fully-static, AS_HELP_STRING([--enable-fully-static],[ enable to compile fully static…
1668 staticexe="-all-static"
1671 if echo $LIBS | grep 'lgdi32' >/dev/null; then
1674 LIBS="$LIBS -lgdi32"
1676 AC_CHECK_LIB([z], [compress], [ LIBS="$LIBS -lz" ])
1677 if echo "$LIBS" | grep -e "libssp.a" -e "lssp" >/dev/null; then
1680 LIBS="$LIBS -l:libssp.a"
1686 AC_ARG_ENABLE(lock_checks, AS_HELP_STRING([--enable-lock-checks],[ enable to check lock and unlock …
1701 if echo "$LIBS" | grep crypt32 >/dev/null; then
1702 LIBS="$LIBS -liphlpapi"
1704 LIBS="$LIBS -liphlpapi -lcrypt32"
1706 WINAPPS="unbound-service-install.exe unbound-service-remove.exe anchor-update.exe"
1725 AC_LIBOBJ([fake-rfc2553])
1814 if echo $host_os | grep darwin8 > /dev/null; then
1815 …AC_DEFINE(DARWIN_BROKEN_SETREUID, 1, [Define this if on macOSX10.4-darwin8 and setreuid and setreg…
1863 dnl without CTIME, ARC4-functions and without reallocarray.
1907 LIBS="$LIBS -lmd"
1934 AC_ARG_ENABLE(allsymbols, AS_HELP_STRING([--enable-allsymbols],[export all symbols from libunbound …
1940 …AC_DEFINE(EXPORT_ALL_SYMBOLS, 1, [Define this if you enabled-allsymbols from libunbound to link bi…
1944 UBSYMS='-export-symbols $(srcdir)/libunbound/ubsyms.def'
1952 UBSYMS="-export-symbols clubsyms.def"
1979 AC_SUBST(DNSTAP_SOCKET_TESTBIN,['unbound-dnstap-socket$(EXEEXT)'])
1980 …AC_SUBST([DNSTAP_SRC], ["dnstap/dnstap.c dnstap/dnstap.pb-c.c dnstap/dnstap_fstrm.c dnstap/dtstrea…
1981 AC_SUBST([DNSTAP_OBJ], ["dnstap.lo dnstap.pb-c.lo dnstap_fstrm.lo dtstream.lo"])
2002 AC_ARG_ENABLE(cachedb, AS_HELP_STRING([--enable-cachedb],[enable cachedb module that can use extern…
2017 AC_ARG_ENABLE(ipsecmod, AS_HELP_STRING([--enable-ipsecmod],[Enable ipsecmod module that facilitates…
2021 IPSECMOD_OBJ="ipsecmod.lo ipsecmod-whitelist.lo"
2023 IPSECMOD_HEADER='$(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/ipsecmod/ipsecmod-whitelist.h'
2032 AC_ARG_ENABLE(ipset, AS_HELP_STRING([--enable-ipset],[enable ipset module]))
2044 AC_ARG_WITH(libmnl, AS_HELP_STRING([--with-libmnl=path],[specify explicit path for libmnl.]),
2048 if test x_$withval = x_ -o x_$withval = x_yes; then
2052 if test -f "$dir/include/libmnl/libmnl.h" -o -f "$dir/include/libmnl/libmnl/libmnl.h"; then
2056 if test -f "$dir/include/libmnl/libmnl/libmnl.h"; then
2059 if test "$dir" != "/usr" -o -n "$extralibmnl"; then
2060 CPPFLAGS="$CPPFLAGS -I$dir/include$extralibmnl"
2063 LDFLAGS="$LDFLAGS -L$dir/lib"
2066 LIBS="$LIBS -lmnl"
2082 AC_ARG_ENABLE(explicit-port-randomisation, AS_HELP_STRING([--disable-explicit-port-randomisation],[…
2091 if echo "$host" | $GREP -i -e linux >/dev/null; then
2092 …-ip-local-port-range, AS_HELP_STRING([--enable-linux-ip-local-port-range], [Define this to enable …
2095 …get system restricts (e.g. some of SELinux enabled distributions) the use of non-ephemeral ports.])
2103 AC_MSG_CHECKING([if ${MAKE:-make} supports $< with implicit rule in scope])
2111 if test -f "\$<"; then touch \$@; fi
2115 if test -f "\$<"; then touch \$@; fi
2121 rm -f conftest.lo conftest.c
2122 ${MAKE:-make} -f conftest.make >/dev/null
2123 rm -f conftest.make conftest.c conftest.dir/conftest.c
2124 rm -rf conftest.dir
2125 if test ! -f conftest.lo; then
2127 SOURCEDETERMINE='echo "$^" | awk "-F " "{print \$$1;}" > .source'
2134 rm -f conftest.lo
2140 INSTALLTARGET="install-all"
2141 AC_ARG_WITH(libunbound-only, AS_HELP_STRING([--with-libunbound-only],[do not build daemon and tool …
2145 INSTALLTARGET="install-lib"
2150 AC_MSG_ERROR([--with-nss can only be used in combination with --with-libunbound-only.])
2153 AC_MSG_ERROR([--with-nettle can only be used in combination with --with-libunbound-only.])
2161 if test -n "$LATE_LDFLAGS"; then
2165 LDFLAGS=`echo "$LDFLAGS"|sed -e 's/^ *//'`
2166 LIBS=`echo "$LIBS"|sed -e 's/^ *//'`
2186 /** Use small-ldns codebase */
2386 #include "compat/fake-rfc2553.h"
2427 ub-dns-control 8953/tcp unbound dns nameserver control */
2429 /** the version of unbound-control that this software implements */
2439 …und.8 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound.conf.5 doc/unbound-control.8 doc/un…