d5e6f1b80b
(in this case, throw away all local modifications; I'll start patching from scratch)
13 lines
219 B
C
13 lines
219 B
C
/* $NetBSD: ntp_proto.h,v 1.2 2003/12/04 16:23:36 drochner Exp $ */
|
|
|
|
#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 */
|