summaryrefslogtreecommitdiff
path: root/sys/altq/altq.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-09 14:33:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-09 14:33:00 +0000
commit136873ca9383ddf28b4811726bedd929e974b157 (patch)
tree9b71eb8556de0fc1b6edc61d5947a007076fa222 /sys/altq/altq.h
parent91614215ff85e9165f2e201ca0a0b3bba8c47d40 (diff)
change a maze of altq options into just "altq" for the base+red+cbq, and
then altq_* for each of the other * experimental options. and.. enable it by default in GENERIC.
Diffstat (limited to 'sys/altq/altq.h')
-rw-r--r--sys/altq/altq.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/altq/altq.h b/sys/altq/altq.h
index 8f1295a7935..714a3af1fd6 100644
--- a/sys/altq/altq.h
+++ b/sys/altq/altq.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: altq.h,v 1.1 2001/06/27 05:28:34 kjc Exp $ */
+/* $OpenBSD: altq.h,v 1.2 2001/08/09 14:32:59 deraadt Exp $ */
/* $KAME: altq.h,v 1.6 2000/12/14 08:12:45 thorpej Exp $ */
/*
@@ -34,6 +34,9 @@
#include <sys/queue.h>
#include <netinet/in.h>
+#define ALTQ_RED /* Always included */
+#define ALTQ_CQB /* Always included */
+
#ifndef IFNAMSIZ
#define IFNAMSIZ 16
#endif