1 1.1.4.2 nathanw /* $NetBSD: altqconf.h,v 1.1.4.3 2002/10/18 02:33:23 nathanw Exp $ */ 2 1.1 thorpej 3 1.1.4.3 nathanw #ifdef _KERNEL 4 1.1.4.3 nathanw 5 1.1.4.1 nathanw #if defined(_KERNEL_OPT) 6 1.1 thorpej #include "opt_altq_enabled.h" 7 1.1.4.3 nathanw #endif 8 1.1 thorpej 9 1.1 thorpej #include <sys/conf.h> 10 1.1 thorpej 11 1.1 thorpej #ifdef ALTQ 12 1.1 thorpej #define NALTQ 1 13 1.1 thorpej #else 14 1.1 thorpej #define NALTQ 0 15 1.1 thorpej #endif 16 1.1 thorpej 17 1.1.4.3 nathanw #endif /* _KERNEL */ 18