Manuel Bouyer wrote:
> I used "defined(__MACH__) && defined(__APPLE__)" and it works on OS X 10.4,
> but maybe there's something better ...
I have used __APPLE__ for this purpose, without __MACH__. See
http://developer.apple.com/technotes/tn2002/tn2071.html
ciao
Klaus