* [Bug 1751] Support for Atari FreeMiNT OS.
* [Bug 1754] --version output should be more verbose.
* [Bug 1758] setsockopt IPV6_MULTICAST_IF with wrong ifindex.
-* Upgrade to libopts 33.5.8 from AutoGen 5.11.6pre3.
+* [Bug 1760] ntpd Windows interpolation cannot be disabled.
+* Upgrade to libopts 34.0.9 from AutoGen 5.11.6pre5.
* Suppress ntp-keygen OpenSSL version display for --help, --version,
display both build and runtime OpenSSL versions when they differ.
* Clean up m4 quoting in configure.ac, *.m4 files, resolving
choose_interp_counter();
- if (os_clock_precision < 4 * 10000 && !getenv("NTPD_USE_INTERP_DANGEROUS")) {
+ if (getenv("NTPD_USE_SYSTEM_CLOCK") ||
+ (os_clock_precision < 4 * 10000 &&
+ !getenv("NTPD_USE_INTERP_DANGEROUS"))) {
msyslog(LOG_INFO, "using Windows clock directly");
} else {
winnt_use_interpolation = TRUE;