diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-19 23:52:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-19 23:52:03 +0000 |
commit | c25b00b40751a9a65abc13db84e67cda01b7215a (patch) | |
tree | 90e691a0cb1cffc9c8bcfca7069a83a10c6221ca /sbin/pfctl/pfctl.h | |
parent | 6bf018d356a5046b69aaa8c985248f10c053cf9e (diff) |
DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used
Diffstat (limited to 'sbin/pfctl/pfctl.h')
-rw-r--r-- | sbin/pfctl/pfctl.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h index 39a45d3571d..38ea3f85843 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -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 */ |