summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntp.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-07-04 22:24:21 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-07-04 22:24:21 +0000
commitf68f2fa2d4d669ed2568e73da8725b58355a8907 (patch)
tree40e76c6df9e192d94e1277e209e1547a3ad70ce4 /usr.sbin/ntpd/ntp.h
parent8c245f80c6368601dfb6f3c3e285555f6371be9a (diff)
put interval defines in ntpd.h and name them consistently
Diffstat (limited to 'usr.sbin/ntpd/ntp.h')
-rw-r--r--usr.sbin/ntpd/ntp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ntpd/ntp.h b/usr.sbin/ntpd/ntp.h
index 8a3c49ae5d0..61578f84c8b 100644
--- a/usr.sbin/ntpd/ntp.h
+++ b/usr.sbin/ntpd/ntp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntp.h,v 1.6 2004/07/04 11:01:49 alexander Exp $ */
+/* $OpenBSD: ntp.h,v 1.7 2004/07/04 22:24:20 henning Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -145,7 +145,5 @@ struct ntp_query {
#define JAN_1970 2208988800UL /* 1970 - 1900 in seconds */
#define NTP_VERSION 4
-#define MAX_QUERYTIME 30 /* max seconds a single query might take */
-#define QUERY_INTERVAL 60 /* sync with peers every n seconds */
#endif /* _NTP_H_ */