Subject: Re: What is _STANDALONE?
To: None <reed@reedmedia.net>
From: None <cgd@broadcom.com>
List: tech-userlevel
Date: 02/07/2003 19:22:09
_STANDALONE is used by boot blocks.  It's _KERNEL-like, in that for
userland stuff, you really really really don't want to use it.  8-)

> I see /usr/include/sys/cdefs.h has:

in order to build NetBSD bits with that compiler, you'll need to
figure out and set up appropriate stuff so that symbol renaming will
work.


> Notice that the above __RENAME line was used. Shouldn't that only be used
> if !defined(_STANDALONE) ??

No, because /usr/include/<random stuff> won't be used if _STANDALONE.


cgd