Lines Matching defs:unbound
15 AC_INIT([unbound],m4_defn([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]),[unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues],[unbound])
182 ub_conf_file=`eval echo "${sysconfdir}/unbound/unbound.conf"`
223 AS_HELP_STRING([--with-share-dir=path],[set default directory with shared data (by default same as share/unbound)]),
230 AS_HELP_STRING([--with-pidfile=filename],[set default pathname to unbound pidfile (default run-dir/unbound.pid)]),
233 UNBOUND_PIDFILE="$UNBOUND_RUN_DIR/unbound.pid"
269 AS_HELP_STRING([--with-username=user],[set default user that unbound changes to (default user is unbound)]),
271 UNBOUND_USERNAME="unbound")
640 ACX_FUNC_MALLOC([unbound])
766 # dlopen call is in the dynlib module. For unbound executable, also
1352 AC_ARG_ENABLE(event-api, AS_HELP_STRING([--enable-event-api],[Enable (experimental) pluggable event base libunbound API installed to unbound-event.h]))
1355 AC_SUBST(UNBOUND_EVENT_INSTALL, [unbound-event-install])
1356 AC_SUBST(UNBOUND_EVENT_UNINSTALL, [unbound-event-uninstall])
1647 WINAPPS="unbound-service-install.exe unbound-service-remove.exe anchor-update.exe"
1918 AC_SUBST(DNSTAP_SOCKET_TESTBIN,['unbound-dnstap-socket$(EXEEXT)'])
2031 AC_ARG_ENABLE(linux-ip-local-port-range, AS_HELP_STRING([--enable-linux-ip-local-port-range], [Define this to enable use of /proc/sys/net/ipv4/ip_local_port_range as a default outgoing port range. This is only for the libunbound on Linux and does not affect unbound resolving daemon itself. This may severely limit the number of available outgoing ports and thus decrease randomness. Define this only when the target system restricts (e.g. some of SELinux enabled distributions) the use of non-ephemeral ports.]))
2034 AC_DEFINE([USE_LINUX_IP_LOCAL_PORT_RANGE], [1], [Define this to enable use of /proc/sys/net/ipv4/ip_local_port_range as a default outgoing port range. This is only for the libunbound on Linux and does not affect unbound resolving daemon itself. This may severely limit the number of available outgoing ports and thus decrease randomness. Define this only when the target system restricts (e.g. some of SELinux enabled distributions) the use of non-ephemeral ports.])
2205 AHX_CONFIG_INET_PTON(unbound)
2206 AHX_CONFIG_INET_NTOP(unbound)
2207 AHX_CONFIG_INET_ATON(unbound)
2208 AHX_CONFIG_MEMMOVE(unbound)
2209 AHX_CONFIG_STRLCAT(unbound)
2210 AHX_CONFIG_STRLCPY(unbound)
2211 AHX_CONFIG_GMTIME_R(unbound)
2212 AHX_CONFIG_REALLOCARRAY(unbound)
2219 AHX_MEMCMP_BROKEN(unbound)
2358 /** default port for unbound control traffic, registered port with IANA,
2359 ub-dns-control 8953/tcp unbound dns nameserver control */
2361 /** the version of unbound-control that this software implements */
2371 AC_CONFIG_FILES([Makefile doc/example.conf doc/libunbound.3 doc/unbound.8 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound.conf.5 doc/unbound-control.8 doc/unbound-host.1 smallapp/unbound-control-setup.sh dnstap/dnstap_config.h dnscrypt/dnscrypt_config.h])