From owner-freebsd-questions Mon Feb 4 9:47: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id D78C937B405 for ; Mon, 4 Feb 2002 09:46:56 -0800 (PST) Received: (qmail 4408 invoked by uid 100); 4 Feb 2002 17:46:52 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15454.51468.90987.770651@guru.mired.org> Date: Mon, 4 Feb 2002 11:46:52 -0600 To: srrao Cc: questions@freebsd.org Subject: Re: Option files In-Reply-To: <2946841@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.44 (Python 2.2; freebsd-4.5-STABLE-i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG srrao 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. 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