freebsd-dev/contrib/ntp/include/ntp_proto.h

11 lines
150 B
C
Raw Normal View History

1999-12-09 13:01:21 +00:00
#ifndef __ntp_proto_h
#define __ntp_proto_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
2001-08-29 14:35:15 +00:00
#define NTP_MAXFREQ 500e-6
1999-12-09 13:01:21 +00:00
#endif /* __ntp_proto_h */