+3171. [port] darwin 10.* and freebsd [89] are now built threaded by
+ default.
+
3171. [bug] Exclusively lock the task when adding a zone using
'rndc addzone'. [RT #25600]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.h.in,v 1.147 2011/07/28 13:33:09 tbox Exp $ */
+/* $Id: config.h.in,v 1.150 2011/12/16 00:10:04 marka Exp $ */
/*! \file */
# OpenBSD users have reported that named dumps core on
# startup when built with threads.
use_threads=false ;;
+*-freebsd[89].*)
+ use_threads=true ;;
*-freebsd*)
use_threads=false ;;
*-bsdi[234]*)
# Linux kernels produce unusable core dumps from multithreaded
# programs, and because of limitations in setuid().
use_threads=false ;;
+*-darwin10.*)
+ use_threads=true ;;
*)
use_threads=false ;;
esac
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
-# $Id: configure,v 1.510 2011/07/28 13:33:08 tbox Exp $
+# $Id: configure,v 1.511 2011/10/14 05:42:52 marka Exp $
#
# Portions of this code release fall under one or more of the
# following Copyright notices. Please see individual source
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# From configure.in Revision.
+# From configure.in Revision: 1.529 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67.
#
# OpenBSD users have reported that named dumps core on
# startup when built with threads.
use_threads=false ;;
+*-freebsd89.*)
+ use_threads=true ;;
*-freebsd*)
use_threads=false ;;
*-bsdi234*)
# Linux kernels produce unusable core dumps from multithreaded
# programs, and because of limitations in setuid().
use_threads=false ;;
+*-darwin10.*)
+ use_threads=true ;;
*)
use_threads=false ;;
esac