Home | History | Annotate | Line # | Download | only in altq
      1 /*	$NetBSD: altqconf.h,v 1.4 2002/09/22 20:09:15 jdolecek 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