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
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