Subject: Re: __unix__ macro
To: Julio Merino <jmmv@hispabsd.org>
From: Martin Husemann <martin@duskware.de>
List: netbsd-users
Date: 08/26/2002 15:09:14
> While trying to compile OpenCM, I saw that __unix__ was not defined during
> compilation...

This has been beaten to death, google the archives for tons of previous
discussion on this. In short: any program relying on any particular meaning
for __unix__ is broken - fix it.

Martin