On Tue, Jun 26, 2001 at 11:43:02PM -0400, David Petrou ([EMAIL PROTECTED]) wrote:
> Hi.  On linux, I know that when compiling threaded code I need to
> #define _REENTRANT.  What's the right thing to do on FreeBSD?  I've
> searched around the FreeBSD pages and have come up empty.  I googled
> around and found a post from a Mozilla page recommending I #define
> _THREAD_SAFE.  I'd just like an authoratative answer so I don't get
> bit by some weirdness down the line.

-D_THREAD_SAFE is right.  FreeBSD uses it in the ports collection.

-- 
wca

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

Reply via email to