diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-01-27 12:39:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-01-27 12:39:09 +0000 |
| commit | 0f171f5949fad222960afafe6ea6b332b26ef450 (patch) | |
| tree | a90e3fc0c78a7a8eb90c0a581690875e7875beed /sys | |
| parent | 488600a42286748e761bfeed6c89dd2906009cbc (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/options | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/conf/options b/sys/conf/options index 9f4add6be388..6845690d057c 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -73,12 +73,13 @@ SCSI_NCR_MAX_WIDE opt_ncr.h SCSI_NCR_MYADDR opt_ncr.h # Resource limits. -DFLDSIZ opt_rlimit.h -CHILD_MAX opt_rlimit.h -MAXDSIZ opt_rlimit.h -OPEN_MAX opt_rlimit.h +CHILD_MAX opt_defunct.h +DFLDSIZ opt_rlimit.h +MAXDSIZ opt_rlimit.h +OPEN_MAX opt_defunct.h # Net stuff. +GATEWAY opt_defunct.h MROUTING opt_mrouting.h IPFIREWALL opt_ipfw.h IPFIREWALL_VERBOSE opt_ipfw.h |
