xref: /netbsd-src/external/bsd/ntp/dist/include/ntp_proto.h (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1 /*	$NetBSD: ntp_proto.h,v 1.1.1.1 2009/12/13 16:54:52 kardel Exp $	*/
2 
3 #ifndef __ntp_proto_h
4 #define __ntp_proto_h
5 
6 #ifdef HAVE_CONFIG_H
7 #include <config.h>
8 #endif
9 
10 #define NTP_MAXFREQ	500e-6
11 
12 #endif /* __ntp_proto_h */
13