003 File Manager
Current Path:
/usr/src/contrib/unbound
usr
/
src
/
contrib
/
unbound
/
📁
..
📄
.gitattributes
(40 B)
📁
.github
📄
.travis.yml
(9.43 KB)
📄
LICENSE
(1.46 KB)
📄
Makefile.in
(115.51 KB)
📄
README
(467 B)
📄
README-Travis.md
(14.54 KB)
📄
README.md
(1.77 KB)
📄
ac_pkg_swig.m4
(6.46 KB)
📄
aclocal.m4
(337.25 KB)
📄
acx_nlnetlabs.m4
(42.35 KB)
📄
acx_python.m4
(4.1 KB)
📄
ax_pthread.m4
(13.44 KB)
📁
cachedb
📁
compat
📄
config.guess
(48.12 KB)
📄
config.h.in
(35.46 KB)
📄
config.sub
(33.41 KB)
📄
configure
(659.67 KB)
📄
configure.ac
(66.71 KB)
📁
contrib
📁
daemon
📁
dns64
📁
dnscrypt
📁
dnstap
📁
doc
📁
dynlibmod
📁
edns-subnet
📄
freebsd-configure.sh
(1.06 KB)
📄
freebsd-sources.pl
(2.29 KB)
📄
install-sh
(14.33 KB)
📁
ipsecmod
📁
ipset
📁
iterator
📁
libunbound
📄
ltmain.sh
(316.55 KB)
📁
respip
📁
services
📁
sldns
📁
smallapp
📄
systemd.m4
(1.05 KB)
📁
util
📁
validator
Editing: systemd.m4
# macros for configuring systemd # Copyright 2015, Sami Kerola, CloudFlare. # BSD licensed. AC_ARG_ENABLE([systemd], [AS_HELP_STRING([--enable-systemd], [compile with systemd support])], [], [enable_systemd=no]) have_systemd=no AS_IF([test "x$enable_systemd" != xno], [ ifdef([PKG_CHECK_MODULES], [ dnl systemd v209 or newer PKG_CHECK_MODULES([SYSTEMD], [libsystemd], [have_systemd=yes], [have_systemd=no]) dnl old systemd library AS_IF([test "x$have_systemd" != "xyes"], [ PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon], [have_systemd_daemon=yes], [have_systemd_daemon=no]) AS_IF([test "x$have_systemd_daemon" = "xyes"], [have_systemd=yes]) ]) AS_CASE([$enable_systemd:$have_systemd], [yes:no], [AC_MSG_ERROR([systemd enabled but libsystemd not found])], [*:yes], [AC_DEFINE([HAVE_SYSTEMD], [1], [Define to 1 if systemd should be used]) LIBS="$LIBS $SYSTEMD_LIBS" ] ) ], [ AC_MSG_ERROR([systemd enabled but need pkg-config to configure for it]) ]) ]) AM_CONDITIONAL([USE_SYSTEMD], [test "x$have_systemd" = xyes])
Upload File
Create Folder