Home | History | Annotate | Line # | Download | only in altq
altqconf.h revision 1.1.4.3
      1 /*	$NetBSD: altqconf.h,v 1.1.4.3 2002/10/18 02:33:23 nathanw 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 */
     18