summaryrefslogtreecommitdiff
path: root/sys/altq/altq.h
diff options
context:
space:
mode:
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