freetds AT lists.ibiblio.org
Subject: FreeTDS Development Group
List archive
- From: Frediano Ziglio <freddyz77 AT tin.it>
- To: TDS Development Group <freetds AT franklin.oit.unc.edu>
- Subject: Re: About patch #582424 (thread safety)
- Date: 16 Aug 2002 08:24:51 +0200
Il gio, 2002-08-15 alle 16:22, Brian Bruns ha scritto:
>
> I think thread safety should default to off for the near term. There are
> several broken implementations of gethostbyname_r() and other on some
> platforms. They're old and you generally know if you have one. The
> bigger reason is that I'd like to get some testing in on this on a larger
> variety of platforms before turning it loose on the users at large.
>
> Brian
>
Changed to
dnl Enable or disable thread safety
AC_ARG_ENABLE(threadsafe,
[ --enable-threadsafe compile for thread safetiness
[default=no]])
if test "$enable_threadsafe" != "yes" ; then
CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE"
fi
seem right ?
freddy77
-
About patch #582424 (thread safety),
Frediano Ziglio, 08/15/2002
- <Possible follow-up(s)>
- Re: About patch #582424 (thread safety), Brian Bruns, 08/15/2002
- Re: About patch #582424 (thread safety), Frediano Ziglio, 08/16/2002
- Re: About patch #582424 (thread safety), Brian Bruns, 08/16/2002
- Re: About patch #582424 (thread safety), Frediano Ziglio, 08/16/2002
Archive powered by MHonArc 2.6.24.