Subject: how is the platform determined
To: None <port-macppc@netbsd.org>
From: Andy <andy@softbook.com>
List: port-macppc
Date: 12/06/1999 10:09:21
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 ?

thx Andy