Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 66830 invoked from network); 21 Sep 2007 15:29:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Sep 2007 15:29:07 -0000 Received: (qmail 64804 invoked by uid 500); 21 Sep 2007 15:28:54 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 64767 invoked by uid 500); 21 Sep 2007 15:28:54 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Delivered-To: moderator for dev@apr.apache.org Received: (qmail 137 invoked by uid 99); 21 Sep 2007 14:11:32 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gringocroco@gmail.com designates 209.85.146.177 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=GHY4y0T7KVvTA9h7P6xgKhkLzASLLiBXTdbJZB7+STg=; b=Hj1L3GxMhMq5rcyQ9dLSOIZ1b+f0rTDAVMLoYmQCIWTg5tO/AczCwLaw9OIaoXCoCW0BnjmV0FHX2Cw+KsvuzVzjZgsgFZ+CaQ/PMbc2HNAkY7LZn5YMDm6oIJHxiVUSTJjRs74rRqmY/5Rzm2XiKGP7fH8qkMM6NcLYdB1X01k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=rI9RbRq6POCd4lSHjnbUUkS6YwuyBr0EAVkvjzrfnZhw5ZdRXd1evsmgT5lBlKHWBlO54uYXqMFvW7T7IkxvE08Dy/nYcKMZFeeYBZJ+7NdC60BzzIB9jBbqupAFFV8R3/R7jMXL4nSLHrf4dKgSLwkhr334Gmvks1IAAg/PHdY= Message-ID: <4d45da050709210711v2ee64ad7x52a0f9dc1cb835a5@mail.gmail.com> Date: Fri, 21 Sep 2007 17:11:09 +0300 From: "Lucian Adrian Grijincu" Reply-To: lucian.grijincu@gmail.com Sender: gringocroco@gmail.com To: "Lucian Adrian Grijincu" , "APR Developer List" , "Bob Rossi" Subject: Re: APR_CHECK_SIZEOF_EXTENDED issue In-Reply-To: <20070921134708.GE29707@cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4d45da050709210612g7dcd1416x2cac256a63c2e1fa@mail.gmail.com> <20070921134708.GE29707@cox.net> X-Google-Sender-Auth: 836894ac2a1e5b9f X-Virus-Checked: Checked by ClamAV on apache.org Sorry, I didn't realize it was considered deprecated. I'll try and do the patch today/tomorrow. -- Lucian On 9/21/07, Bob Rossi wrote: > On Fri, Sep 21, 2007 at 04:12:03PM +0300, Lucian Adrian Grijincu wrote: > > The current APR_CHECK_SIZEOF_EXTENDED includes stdio.h before doing > > anything specified by the macro caller. > > I've talked about this before, > http://marc.info/?l=apr-dev&m=117473961018934&w=2 > I don't think we should use APR_CHECK_SIZEOF_EXTENDED at all anymore. > > If someone submitted a patch to convert these to > AC_CHECK_SIZEOF > would that be acceptable? > > Thanks, > Bob Rossi >