DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used
authorderaadt <deraadt@openbsd.org>
Mon, 19 Jan 2015 23:52:02 +0000 (23:52 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 19 Jan 2015 23:52:02 +0000 (23:52 +0000)
sbin/pfctl/pfctl.h

index 39a45d3..38ea3f8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pfctl.h,v 1.52 2014/04/19 14:22:32 henning Exp $ */
+/*     $OpenBSD: pfctl.h,v 1.53 2015/01/19 23:52:02 deraadt Exp $ */
 
 /*
  * Copyright (c) 2001 Daniel Hartmeier
@@ -83,14 +83,6 @@ void  warn_namespace_collision(const char *);
 int     pfctl_show_ifaces(const char *, int);
 FILE   *pfctl_fopen(const char *, const char *);
 
-#ifndef DEFAULT_PRIORITY
-#define DEFAULT_PRIORITY       1
-#endif
-
-#ifndef DEFAULT_QLIMIT
-#define DEFAULT_QLIMIT         50
-#endif
-
 /*
  * generalized service curve used for admission control
  */