bk: 4d0f0ff0Q_v87GJqdCGKggs96I1Ogw
+* [Bug 1761] clockstuff/clktest-opts.h omitted from tarball.
* [Bug 1762] from 4.2.6p3-RC12: manycastclient responses interfere.
(4.2.7p97) 2010/12/19 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1458] from 4.2.6p3-RC12: Can not compile NTP on FreeBSD 4.7.
BUILT_SOURCES = clktest-opts.c clktest-opts.h
EXTRA_DIST = clktest-opts.def
-clktest_SOURCES = clktest.c clktest-opts.c
+clktest_SOURCES = clktest.c clktest-opts.c clktest-opts.h
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include
INCLUDES += -I$(top_srcdir)/lib/isc/nothreads/include
stats_config(STATS_FREQ_FILE, curr_var->value.s);
break;
+ case T_Ident:
+ DPRINTF(1, ("DLM: ident %s\n", curr_var->value.s));
+ break;
+
case T_WanderThreshold: /* FALLTHROUGH */
case T_Nonvolatile:
wander_threshold = curr_var->value.d;
;
misc_cmd_str_keyword
- : T_Leapfile
+ : T_Ident
+ | T_Leapfile
| T_Pidfile
| T_Qos
;