Subject: Re: how is the platform determined
To: Andy <andy@softbook.com>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-macppc
Date: 12/06/1999 18:02:52
On Mon, 6 Dec 1999, Andy wrote:

> Browsing thru the kernel source  I see a lot of conditionals in the code, like
> #ifdef _FreeBSD_
> foo
> #elif _NetBSD_
> bar
> #endif
> I wonder where ( and by whom)  is _NetBSD_ defined globally ?

#include <sys/param.h>

Take care,

Bill