Subject: Re: FYI: more options defop'ted: DDB, network protocols, COMPAT_*
To: Greg A. Woods <woods@weird.com>
From: Bill Studenmund <skippy@macro.stanford.edu>
List: current-users
Date: 07/06/1998 11:10:15
On Sun, 5 Jul 1998, Greg A. Woods wrote:

> (In fact I'd like to consider it a design bug if the above were not
> true.  Such a mistake should only happen if someone has #ifdef'ed a
> #include somewhere, and that should not be done for the kernel.)

We actually do that (#ifdef #includes) a fair bit in the kernel. The
networking code does this a lot, and that's how protocols get built in or
out of a kernel.

Take care,

Bill