[Bf-committers] ODE updates - submit them to the ODE list

Niels Provos bf-committers@blender.org
Thu, 31 Oct 2002 14:02:18 -0500


On Thu, Oct 31, 2002 at 12:40:41PM -0600, Kent Mein wrote:
> Maybe we should do a search for __sparc and replace them all with __sun?
Such architecture dependent #ifdefs get complicated very fast.  For
example, ieeefp.h also exists on NetBSD and OpenBSD.  Maybe also on
Mac OS X or on Linux.

The idea behind autoconf is that you just test for the existance of
that header file and then use a single

#ifdef HAVE_IEEEFP_H

Do not make things more complicated than they need to be ;)

Niels.