summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2007-12-23 18:39:51 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2007-12-23 18:39:51 +0000
commit679a73616277bf0c242a2e756ff8f8d0add821a3 (patch)
treee65b2375c4aae3b58cbc8fd6787dd66c6854b835 /usr.sbin/ntpd
parentfe6013908a1d752eb9c790f25e79494b86767fb2 (diff)
remove some unused #defines; ok henning@
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r--usr.sbin/ntpd/ntpd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h
index d408b0f5eb7..efbb286ea66 100644
--- a/usr.sbin/ntpd/ntpd.h
+++ b/usr.sbin/ntpd/ntpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.h,v 1.89 2007/12/22 18:26:21 stevesk Exp $ */
+/* $OpenBSD: ntpd.h,v 1.90 2007/12/23 18:39:50 stevesk Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -37,9 +37,6 @@
#define READ_BUF_SIZE 8192
-#define NTPD_OPT_VERBOSE 0x0001
-#define NTPD_OPT_VERBOSE2 0x0002
-
#define INTERVAL_QUERY_NORMAL 30 /* sync to peers every n secs */
#define INTERVAL_QUERY_PATHETIC 60
#define INTERVAL_QUERY_AGGRESSIVE 5