Date: Wed, 14 May 1997 08:16:51 -0700 From: Robert Clark <ROBERTC@PII.COM> To: root@cola47.scsn.net, questions@FreeBSD.ORG, dmaddox@scsn.net Subject: Re: FreeBSD 2.1.7 and COMPAT_43 -Reply -Reply Message-ID: <s3797635.038@pii.com>
next in thread | raw e-mail | index | archive | help
How about a #ifdef BEGINNER or NOVICE that causes all 'nonoptional' items to be included. [RC] >>> "Donald J. Maddox" <root@cola47.scsn.net> 05/13/97 08:08pm >>> On Tue, May 13, 1997 at 07:30:22PM -0700, Snob Art Genre wrote: > On Tue, 13 May 1997, Donald J. Maddox wrote: > > > On Tue, May 13, 1997 at 06:16:43PM -0700, Snob Art Genre wrote: > > > What if I am a programmer who for some reason wants an "INET"-less kernel? > > > The way the system is now, I can take out the INET option and then fix all > > > the holes left by its absence. Under your system, I would also have to > > > hack config(8). > > > > > > Perhaps the existing system should have more obvious documentation -- on > > > my 2.1.7 system neither INET nor COMPAT_43 are marked as mandatory in > > > GENERIC nor in LINT. > > > > Ok... But since an INET-less kernel is clearly the exception, wouldn't > > it make more sense to have an 'INETLESS' kernel option rather than > > an 'INET' option that is really not an option for most people? > > Why change working code when a trivial change to the documentation would > accomplish the same thing? Change what working code? I admit ignorance of config internals, but if seems to me that you would just need to change occurences of: #ifdef INET to #ifndef INETLESS No? -- Donald J. Maddox (dmaddox@scsn.net)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?s3797635.038>