xref: /netbsd-src/external/bsd/ntp/dist/include/ntp_proto.h (revision 3816d47b2c42fcd6e549e3407f842a5b1a1d23ad)
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