Make the pfil.c code conditional on either option PFIL_HOOKS or IPFILTER.

The previous line was an AND.  This change means you can compile in the
pfil_hook stuff and make it available for other users besides ipfilter.
This commit is contained in:
peter 2000-08-03 02:03:30 +00:00
parent b7b1206010
commit 36bd627297

View File

@ -588,7 +588,8 @@ net/intrq.c standard
net/net_osdep.c standard
net/ppp_deflate.c optional ppp_deflate
net/ppp_tty.c optional ppp
net/pfil.c optional pfil_hooks ipfilter
net/pfil.c optional pfil_hooks
net/pfil.c optional ipfilter
net/radix.c standard
net/raw_cb.c standard
net/raw_usrreq.c standard