<<On Mon, 6 Jan 2003 17:22:58 +0200, Andy Fawcett <[EMAIL PROTECTED]> said:

> #if defined(QT_THREAD_SUPPORT) && defined(_POSIX_THREAD_SAFE_FUNCTIONS)

This conditional is erroneous, so you should definitely bug Troll Tech.

It should instead read:

#if defined(QT_THREAD_SUPPORT) && _POSIX_THREAD_SAFE_FUNCTIONS - 0 > 0

(We really should figure out how to implement the _r functions,
because a POSIX.1-2001 system with threads is supposed to have them.)

-GAWollman


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to