$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-01-23 10:53:15
From: "Rene Rivera" <grafik666_at_[hidden]>
>
> Don't know about other *BSD-s but GCC on OpenBSD GCC defines
> _POSIX_THREADS=1 when the -pthread is used. Here are the details...
GCC 2.95.3/MinGW defines _MT=1 when -mthreads is used. GCC 2.96/Linux
defines _REENTRANT=1 when -pthread is used.