From owner-freebsd-stable@FreeBSD.ORG Wed Jan 2 16:33:54 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76E1916A419 for ; Wed, 2 Jan 2008 16:33:54 +0000 (UTC) (envelope-from gshapiro@freebsd.org) Received: from gir.gshapiro.net (gir.gshapiro.net [209.246.26.16]) by mx1.freebsd.org (Postfix) with ESMTP id 4849913C442 for ; Wed, 2 Jan 2008 16:33:53 +0000 (UTC) (envelope-from gshapiro@freebsd.org) Received: from monkeyboy.local (c-67-164-3-230.hsd1.ca.comcast.net [67.164.3.230]) (authenticated bits=128) by gir.gshapiro.net (8.14.2/8.14.2) with ESMTP id m02GYQD4026323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Jan 2008 08:34:29 -0800 (PST) (envelope-from gshapiro@freebsd.org) X-DomainKeys: Sendmail DomainKeys Filter v0.6.0 gir.gshapiro.net m02GYQD4026323 Date: Wed, 2 Jan 2008 08:33:46 -0800 From: Gregory Shapiro To: Vivek Khera Message-ID: <20080102163346.GC36128@monkeyboy.local> References: <10C55115-843B-4275-A876-AA9CB656A519@khera.org> <20080102160806.GB36128@monkeyboy.local> <8F6AC24D-4CBB-4161-B0E5-E5363AAB164B@khera.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8F6AC24D-4CBB-4161-B0E5-E5363AAB164B@khera.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: stable@freebsd.org Subject: Re: building system's libmilter with poll() support? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 16:33:54 -0000 >> SENDMAIL_CFLAGS+=-D_FFR_WORKERS_POOL > > Do I want this one or just -DSM_CONF_POLL ? It would probably be safest to just use -DSM_CONF_POLL as that has had more testing and will get by the select() limits on fd_set.