freebsd-dev/contrib/ntp/include/ntp_proto.h
2001-08-29 14:35:15 +00:00

11 lines
150 B
C

#ifndef __ntp_proto_h
#define __ntp_proto_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define NTP_MAXFREQ 500e-6
#endif /* __ntp_proto_h */