source: trunk/third/xntp/xntpd/refclock_ptbacts.c @ 10832

Revision 10832, 371 bytes checked in by brlewis, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10831, which included commits to RCS files with non-trunk default branches.
Line 
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(PTBACTS)
12# define KEEPPTBACTS
13# include "refclock_acts.c"
14#else /* not (REFCLOCK && PTBACTS) */
15int refclock_ptbacts_bs;
16#endif /* not (REFCLOCK && PTBACTS) */
Note: See TracBrowser for help on using the repository browser.