source: trunk/third/xntp/acconfig.h @ 10832

Revision 10832, 6.8 KB 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/* Package */
2#undef PACKAGE
3
4/* Version */
5#undef VERSION
6
7/* debugging code */
8#undef DEBUG
9
10/* MD5 authentication */
11#undef MD5
12
13/* DFS authentication (COCOM only) */
14#undef DES
15
16/* reference clock interface */
17#undef REFCLOCK
18
19/* ACTS modem service */
20#undef ACTS
21
22/* Arbiter 1088A/B GPS receiver */
23#undef ARBITER
24
25/* DHD19970505: ARCRON support. */
26#undef ARCRON_MSF
27
28/* Austron 2200A/2201A GPS receiver */
29#undef AS2201
30
31/* PPS interface */
32#undef ATOM
33
34/* Datum/Bancomm bc635/VME interface */
35#undef BANC
36
37/* ELV/DCF7000 clock */
38#undef CLOCK_DCF7000
39
40/* HOPF 6021 clock */
41#undef CLOCK_HOPF6021
42
43/* Meinberg clocks */
44#undef CLOCK_MEINBERG
45
46/* DCF77 raw time code */
47#undef CLOCK_RAWDCF
48
49/* RCC 8000 clock */
50#undef CLOCK_RCC8000
51
52/* Schmid DCF77 clock */
53#undef CLOCK_SCHMID
54
55/* Trimble GPS receiver/TAIP protocol */
56#undef CLOCK_TRIMTAIP
57
58/* Trimble GPS receiver/TSIP protocol */
59#undef CLOCK_TRIMTSIP
60
61/* Diems Computime Radio Clock */
62#undef CLOCK_COMPUTIME
63
64/* Datum Programmable Time System */
65#undef DATUM
66
67/* TrueTime GPS receiver/VME interface */
68#undef GPSVME
69
70/* Heath GC-1000 WWV/WWVH receiver */
71#undef HEATH
72
73/* HP 58503A GPS receiver */
74#undef HPGPS
75
76/* Sun IRIG audio decoder */
77#undef IRIG
78
79/* Leitch CSD 5300 Master Clock System Driver */
80#undef LEITCH
81
82/* local clock reference */
83#undef LOCAL_CLOCK
84
85/* EES M201 MSF receiver */
86#undef MSFEES
87
88/* Magnavox MX4200 GPS receiver */
89#undef MX4200
90
91/* NMEA GPS receiver */
92#undef NMEA
93
94/* PARSE driver interface */
95#undef PARSE
96
97/* PARSE kernel PLL PPS support */
98#undef PPS_SYNC
99
100/* PCL 720 clock support */
101#undef PPS720
102
103/* PST/Traconex 1020 WWV/WWVH receiver */
104#undef PST
105
106/* PTB modem service */
107#undef PTBACTS
108
109/* clock thru shared memory */
110#undef SHM_CLOCK
111
112/* KSI/Odetics TPRO/S GPS receiver/IRIG interface */
113#undef TPRO
114
115/* TRAK 8810 GPS receiver */
116#undef TRAK
117
118/* Kinemetrics/TrueTime receivers */
119#undef TRUETIME
120
121/* USNO modem service */
122#undef USNO
123
124/* Spectracom 8170/Netclock/2 WWVB receiver */
125#undef WWVB
126
127/* define if it's OK to declare char *sys_errlist[]; */
128#undef CHAR_SYS_ERRLIST
129
130/* define if it's OK to declare int syscall P((int, struct timeval *, struct timeval *)); */
131#undef DECL_SYSCALL
132
133/* define if we have syscall is buggy (Solaris 2.4) */
134#undef SYSCALL_BUG
135
136/* Do we need extra room for SO_RCVBUF? (HPUX <8) */
137#undef NEED_RCVBUF_SLOP
138
139/* Should we open the broadcast socket? */
140#undef OPEN_BCAST_SOCKET
141
142/* Do we want the HPUX FindConfig()? */
143#undef NEED_HPUX_FINDCONFIG
144
145/* canonical system (cpu-vendor-os) string */
146#undef STR_SYSTEM
147
148/* define if [gs]ettimeofday() only takes 1 argument */
149#undef SYSV_TIMEOFDAY
150
151/* define if struct sockaddr has sa_len */
152#undef HAVE_SA_LEN_IN_STRUCT_SOCKADDR
153
154/* define if struct clockinfo has hz */
155#undef HAVE_HZ_IN_STRUCT_CLOCKINFO
156
157/* define if struct clockinfo has tickadj */
158#undef  HAVE_TICKADJ_IN_STRUCT_CLOCKINFO
159
160/* define if function prototypes are OK */
161#undef HAVE_PROTOTYPES
162
163/* define if setpgrp takes 0 arguments */
164#undef HAVE_SETPGRP_0
165
166/* hardwire a value for tick? */
167#undef PRESET_TICK
168
169/* hardwire a value for tickadj? */
170#undef PRESET_TICKADJ
171
172/* is adjtime() accurate? */
173#undef ADJTIME_IS_ACCURATE
174
175/* should we NOT read /dev/kmem? */
176#undef NOKMEM
177
178/* use UDP Wildcard Delivery? */
179#undef UDP_WILDCARD_DELIVERY
180
181/* always slew the clock? */
182#undef SLEWALWAYS
183
184/* step, then slew the clock? */
185#undef STEP_SLEW
186
187/* force ntpdate to step the clock if !defined(STEP_SLEW) ? */
188#undef FORCE_NTPDATE_STEP
189
190/* synch TODR hourly? */
191#undef DOSYNCTODR
192
193/* do we set process groups with -pid? */
194#undef UDP_BACKWARDS_SETOWN
195
196/* must we have a CTTY for fsetown? */
197#undef USE_FSETOWNCTTY
198
199/* can we use SIGIO for tcp and udp IO? */
200#undef HAVE_SIGNALED_IO
201
202/* can we use SIGPOLL for UDP? */
203#undef USE_UDP_SIGPOLL
204
205/* can we use SIGPOLL for tty IO? */
206#undef USE_TTY_SIGPOLL
207
208/* should we use clock_settime()? */
209#undef USE_CLOCK_SETTIME
210
211/* do we have the chu_clk line discipline/streams module? */
212#undef CHUCLK
213
214/* do we have the ppsclock streams module? */
215#undef PPS
216
217/* do we have the tty_clk line discipline/streams module? */
218#undef TTYCLK
219
220/* does the kernel support precision time discipline? */
221#undef KERNEL_PLL
222
223/* does the kernel support multicasting IP? */
224#undef MCAST
225
226/* do we have ntp_{adj,get}time in libc? */
227#undef NTP_SYSCALLS_LIBC
228
229/* do we have ntp_{adj,get}time in the kernel? */
230#undef NTP_SYSCALLS_STD
231
232/* do we have STREAMS/TLI? (Can we replace this with HAVE_SYS_STROPTS_H? */
233#undef STREAMS_TLI
234
235/* do we need an s_char typedef? */
236#undef NEED_S_CHAR_TYPEDEF
237
238/* include the GDT Surveying code? */
239#undef GDT_SURVEYING
240
241/* does SIOCGIFCONF return size in the buffer? */
242#undef SIZE_RETURNED_IN_BUFFER
243
244/* what is the name of TICK in the kernel? */
245#undef K_TICK_NAME
246
247/* Is K_TICK_NAME (nsec_per_tick, for example) in nanoseconds? */
248#undef TICK_NANO
249
250/* what is the name of TICKADJ in the kernel? */
251#undef K_TICKADJ_NAME
252
253/* Is K_TICKADJ_NAME (hrestime_adj, for example) in nanoseconds? */
254#undef TICKADJ_NANO
255
256/* what is (probably) the name of DOSYNCTODR in the kernel? */
257#undef K_DOSYNCTODR_NAME
258
259/* what is (probably) the name of NOPRINTF in the kernel? */
260#undef K_NOPRINTF_NAME
261
262/* do we need HPUX adjtime() library support? */
263#undef NEED_HPUX_ADJTIME
264
265/* Might nlist() values require an extra level of indirection (AIX)? */
266#undef NLIST_EXTRA_INDIRECTION
267
268/* Should we recommend a minimum value for tickadj? */
269#undef MIN_REC_TICKADJ
270
271/* Is there a problem using PARENB and IGNPAR (IRIX)? */
272#undef NO_PARENB_IGNPAR
273
274/* Should we not IGNPAR (Linux)? */
275#undef RAWDCF_NO_IGNPAR
276
277/* Does DTR power the DCF77 (Linux)? */
278#undef RAWDCF_SETDTR
279
280/* Does the compiler like "volatile"? */
281#undef volatile
282
283/* Does qsort expect to work on "void *" stuff? */
284#undef QSORT_USES_VOID_P
285
286/* What is the fallback value for HZ? */
287#undef DEFAULT_HZ
288
289/* Do we need to override the system's idea of HZ? */
290#undef OVERRIDE_HZ
291
292/* Do we want the SCO3 tickadj hacks? */
293#undef SCO3_TICKADJ
294
295/* Do we want the SCO5 tickadj hacks? */
296#undef SCO5_TICKADJ
297
298/***/
299
300/* Which way should we declare... */
301
302/* adjtime()? */
303#undef DECL_ADJTIME_0
304
305/* bcopy()? */
306#undef DECL_BCOPY_0
307
308/* bzero()? */
309#undef DECL_BZERO_0
310
311/* ioctl()? */
312#undef DECL_IOCTL_0
313
314/* IPC? (bind, connect, recvfrom, sendto, setsockopt, socket) */
315#undef DECL_IPC_0
316
317/* memmove()? */
318#undef DECL_MEMMOVE_0
319
320/* memset()? */
321#undef DECL_MEMSET_0
322
323/* mkstemp()? */
324#undef DECL_MKSTEMP_0
325
326/* mktemp()? */
327#undef DECL_MKTEMP_0
328
329/* plock()? */
330#undef DECL_PLOCK_0
331
332/* rename()? */
333#undef DECL_RENAME_0
334
335/* select()? */
336#undef DECL_SELECT_0
337
338/* setitimer()? */
339#undef DECL_SETITIMER_0
340
341/* setpriority()? */
342#undef DECL_SETPRIORITY_0
343#undef DECL_SETPRIORITY_1
344
345/* sigvec()? */
346#undef DECL_SIGVEC_0
347
348/* stdio stuff? */
349#undef DECL_STDIO_0
350
351/* strtol()? */
352#undef DECL_STRTOL_0
353
354/* syslog() stuff? */
355#undef DECL_SYSLOG_0
356
357/* time()? */
358#undef DECL_TIME_0
359
360/* [gs]ettimeofday()? */
361#undef DECL_TIMEOFDAY_0
362
363/* tolower()? */
364#undef DECL_TOLOWER_0
365
Note: See TracBrowser for help on using the repository browser.