repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
altq
/
altqconf.h
blob
cff229f4cf96b9d9fb0fe7caceefc56db94c9d36
1
/* $NetBSD: altqconf.h,v 1.3 2002/09/06 13:18:45 gehenna Exp $ */
2
3
#ifdef _KERNEL
4
5
#if defined(_KERNEL_OPT)
6
#include
"opt_altq_enabled.h"
7
#endif
8
9
#include <sys/conf.h>
10
11
#ifdef ALTQ
12
#define NALTQ 1
13
#else
14
#define NALTQ 0
15
#endif
16
17
#endif
/* _KERNEL */