1 # $NetBSD: files.altq,v 1.8 2014/11/17 06:04:01 uebayasi Exp $ 2 3 defflag opt_altq_enabled.h ALTQ 4 defflag opt_altq.h ALTQ_AFMAP ALTQ_BLUE ALTQ_CBQ ALTQ_CDNR 5 ALTQ_DEBUG ALTQ_FIFOQ ALTQ_FLOWVALVE ALTQ_HFSC 6 ALTQ_IPSEC ALTQ_LOCALQ ALTQ_RED ALTQ_RIO 7 ALTQ_PRIQ ALTQ_JOBS 8 ALTQ_WFQ ADJUST_CUTOFF 9 BORROW_OFFTIME CBQ_TRACE 10 FIFOQ_STATS FV_STATS 11 RED_STATS RIO_STATS WFQ_DEBUG 12 13 # Always enabled if ALTQ_BLUE defined 14 # defflag opt_altq.h BLUE_STATS 15 16 define altq 17 file altq/altq_conf.c altq 18 file altq/altq_afmap.c altq 19 file altq/altq_blue.c altq 20 file altq/altq_cbq.c altq 21 file altq/altq_cdnr.c altq 22 file altq/altq_fifoq.c altq 23 file altq/altq_hfsc.c altq 24 file altq/altq_jobs.c altq 25 file altq/altq_localq.c altq 26 file altq/altq_priq.c altq 27 file altq/altq_red.c altq 28 file altq/altq_rio.c altq 29 file altq/altq_rmclass.c altq 30 file altq/altq_subr.c altq 31 file altq/altq_wfq.c altq 32