Fix a serious bug in the NTPD loopfilter. Basically what happens is that
[dragonfly.git] / contrib / ntp / ntpd / refclock_ptbacts.c
1 /*
2  * crude hack to avoid hard links in distribution
3  * and keep only one ACTS type source for different
4  * ACTS refclocks
5  */
6
7 #ifdef HAVE_CONFIG_H
8 # include <config.h>
9 #endif
10
11 #if defined(REFCLOCK) && defined(CLOCK_PTBACTS)
12 # define KEEPPTBACTS
13 # include "refclock_acts.c"
14 #else /* not (REFCLOCK && CLOCK_PTBACTS) */
15 int refclock_ptbacts_bs;
16 #endif /* not (REFCLOCK && CLOCK_PTBACTS) */