Create opt_sysctl.h which will hold sysctl related options. I suspect

most of these won't be used (well, the description related one will
be), but it's good to formalize things.
This commit is contained in:
atatat 2004-04-08 03:43:38 +00:00
parent a70c39ff35
commit 1e239fdec9

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.662 2004/03/28 22:43:56 matt Exp $
# $NetBSD: files,v 1.663 2004/04/08 03:43:38 atatat Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -158,6 +158,12 @@ defparam opt_bufcache.h BUFCACHE BUFPAGES
#
defflag USERCONF
# sysctl related
#
defflag opt_sysctl.h SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
SYSCTL_NO_DESCR
#
# Not entirely MI, but present on multiple arch's
#