On Tue, Feb 06, 2007 at 12:52:47PM +0100, Matthias Drochner wrote: > For now, I suggest something like > #if !defined(__NetBSD__) || defined(_GLIBCXX_USE_C99_MATH) > using std::isnormal; > #endif Please add !defined(isnormal) as well. Joerg