Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2002 11:46:52 -0600
From:      "Mike Meyer" <mwm-dated-1013276812.988600@mired.org>
To:        srrao <srrao@india.hp.com>
Cc:        questions@freebsd.org
Subject:   Re: Option files
Message-ID:  <15454.51468.90987.770651@guru.mired.org>
In-Reply-To: <2946841@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
srrao <srrao@india.hp.com> types:
> Hi,
> 
> I could not find out following files in bsd code.
> 
> #include "opt_ip6fw.h"
> #include "opt_inet.h"
> #include "opt_inet6.h"
> #include "opt_ipsec.h"
> #include "loop.h"

They are generated by the config program that has to be run before you
can build a kernel. Look in the kernel's compilation directory.

> Also how to interpret options defined in /freebsd4/sys/conf/*, with
> respect to above files. I mean changes required to configuration files
> to include above files.

The options in the sys/conf/* control the contents of those files, not
whether or not they are included. Code that depends on the options
that generate the content of those files has to include those files to
know what the options are set to.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15454.51468.90987.770651>