bk: 53143079t0L2avC2AhQk0IjMfeVz9g
* CID 1165098: Remove logically dead code from refclock_true.c.
* In ntp_dir_sep.m4, we care about $host_os, not $target_os.
* [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups.
+* [Bug 2576] refclock_gpsdjson.c doesn't compile if CLOCK_GPSDJSON is
+ not enabled at configure time.
(4.2.7p428) 2014/03/03 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash
* [Bug 2562] Distribute the code in libjsmn/ .
#include <config.h>
#endif
+#include "ntp_types.h"
+
#if defined(REFCLOCK) && defined(CLOCK_GPSDJSON) && !defined(SYS_WINNT)
/* =====================================================================
# error need poll() or select()
#endif
-#include "ntp_types.h"
#include "ntpd.h"
#include "ntp_io.h"
#include "ntp_unixtime.h"