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