summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntpd/refclock_ptbacts.c
blob: 09d7bf4c2203103f9135eeaf75fdc2945aa5b627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * crude hack to avoid hard links in distribution
 * and keep only one ACTS type source for different
 * ACTS refclocks
 */

#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

#if defined(REFCLOCK) && defined(CLOCK_PTBACTS)
# define KEEPPTBACTS
# include "refclock_acts.c"
#else /* not (REFCLOCK && CLOCK_PTBACTS) */
int refclock_ptbacts_bs;
#endif /* not (REFCLOCK && CLOCK_PTBACTS) */
OpenPOWER on IntegriCloud