diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-08-10 09:42:32 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-08-10 09:42:32 +0000 |
| commit | 875f316170a2778f4e95f9f3763d2d97537b06d7 (patch) | |
| tree | cb5f4b1c7b7299a6318d94dbd7c1b22ebdc80459 | |
| parent | accc665bbef3a853c4c24d9879d9f0e17f037195 (diff) | |
Notes
| -rw-r--r-- | sys/conf/options | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/options b/sys/conf/options index c3a6978c9250..93fe7c1f9dc0 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.143 1999/06/27 19:28:26 mjacob Exp $ +# $Id: options,v 1.144 1999/07/05 20:19:34 mjacob Exp $ # # On the handling of kernel options # @@ -207,6 +207,8 @@ MROUTING opt_mrouting.h INET opt_inet.h IPDIVERT DUMMYNET opt_ipdn.h +IPFILTER opt_ipfilter.h +IPFILTER_LOG opt_ipfilter.h IPFIREWALL opt_ipfw.h IPFIREWALL_VERBOSE opt_ipfw.h IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h @@ -220,11 +222,9 @@ NETATALK opt_atalk.h PPP_BSDCOMP opt_ppp.h PPP_DEFLATE opt_ppp.h PPP_FILTER opt_ppp.h +SLIP_IFF_OPTS opt_slip.h TCP_COMPAT_42 opt_compat.h TCPDEBUG -IPFILTER opt_ipfilter.h -IPFILTER_LOG opt_ipfilter.h -SLIP_IFF_OPTS opt_slip.h # ATM (HARP version) ATM_CORE opt_atm.h |
