bk: 4a00913dFN3GsBUSccH-5HbTO8v64A
+* [Bug 1176] refclock_parse.c does not compile without PPSAPI
(4.2.5p171) 2009/05/04 Released by Harlan Stenn <stenn@ntp.org>
* Autokey documentation cleanup from Dave Mills.
* [Bug 1171] line editing libs found without headers (Solaris 11)
refclock_process_offset(parse->generic, reftime, rectime, fudge);
+#ifdef HAVE_PPSAPI
/*
* pass PPS information on to PPS clock
*/
parse_hardpps(parse, PARSE_HARDPPS_ENABLE);
}
+#endif
} else {
parse_hardpps(parse, PARSE_HARDPPS_DISABLE);
parse->peer->flags &= ~FLAG_PPS;