* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.h.in,v 1.153 2012/01/30 07:11:47 marka Exp $ */
+/* $Id: config.h.in,v 1.152.22.1 2012/01/30 10:09:37 marka Exp $ */
/*! \file */
#! /bin/sh
-# Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1996-2003 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
-# $Id: configure,v 1.517 2011/12/20 00:49:49 marka Exp $
+# $Id: configure,v 1.517.22.1 2012/01/30 10:09:37 marka Exp $
#
# Portions of this code release fall under one or more of the
# following Copyright notices. Please see individual source
# Linux kernels produce unusable core dumps from multithreaded
# programs, and because of limitations in setuid().
use_threads=false ;;
-*-darwin10.*)
+*-darwin[123456789].*)
+ use_threads=false ;;
+*-darwin*.*)
use_threads=true ;;
*)
use_threads=false ;;