]> git.ipfire.org Git - thirdparty/chrony.git/commit
configure: make NTP and ASYNCDNS support nonoptional
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Mar 2025 15:11:39 +0000 (16:11 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 20 Mar 2025 15:34:35 +0000 (16:34 +0100)
commit75bbccf518c617150ffaee30c7f229172b28353f
tree13274f8cca059e32f36ebd10b31b16a4ac8b52a5
parent1b24a66b3caa3b38dbf410f238fc0b944e94457b
configure: make NTP and ASYNCDNS support nonoptional

Don't allow the NTP support and asynchronous name resolving to be
disabled. pthreads are now a hard requirement.

NTP is the primary task of chrony. This functionality doesn't seem to be
commonly disabled (allowing only refclocks and manual input).

This removes rarely (if ever) used code and simplifies testing.
13 files changed:
Makefile.in
configure
doc/installation.adoc
stubs.c
test/compilation/001-features
test/simulation/test.common
test/system/test.common
test/unit/clientlog.c
test/unit/keys.c
test/unit/ntp_auth.c
test/unit/ntp_core.c
test/unit/ntp_ext.c
test/unit/ntp_sources.c