Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 76943 invoked from network); 1 Aug 2006 18:18:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 18:18:43 -0000 Received: (qmail 78291 invoked by uid 500); 1 Aug 2006 18:18:42 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 78227 invoked by uid 500); 1 Aug 2006 18:18:41 -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 Received: (qmail 78216 invoked by uid 99); 1 Aug 2006 18:18:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 11:18:41 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.39.133] (HELO web51714.mail.yahoo.com) (206.190.39.133) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 01 Aug 2006 11:18:40 -0700 Received: (qmail 37750 invoked by uid 60001); 1 Aug 2006 18:18:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=yNLVwkxy7hn7Wz93Xin7JJd+8o1RN2gyMFizrjvBbNma5KOkO10CgKgU6vpfEfNLacYILVFLtXNqVoGhjs5+aLA9aeZSWCG1TEmIW1oI+cU+xLWVNfZMUhq1YpnFrAjj7AMMAkSsxlrbA4riSIIsZufo6dgq1MAfMeX/T53PMhs= ; Message-ID: <20060801181819.37748.qmail@web51714.mail.yahoo.com> Received: from [64.192.136.9] by web51714.mail.yahoo.com via HTTP; Tue, 01 Aug 2006 11:18:19 PDT Date: Tue, 1 Aug 2006 11:18:19 -0700 (PDT) From: E Holyat Subject: What is the default size of apr_size_t on a 64 bit platform, 64 or 32? To: dev@apr.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-2142323288-1154456299=:35611" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-2142323288-1154456299=:35611 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit It is unclear to me what the default sizeof apr_size_t is on a 64 bit platform. Is it 32 or 64? I do not see the check for AC_CHECK_TYPE(size_t,) in the configure. if test "$ac_cv_type_size_t" = "yes"; then size_t_value="size_t" else size_t_value="apr_int32_t" fi --------------------------------- Yahoo! Music Unlimited - Access over 1 million songs.Try it free. --0-2142323288-1154456299=:35611 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit
It is unclear to me what the default sizeof apr_size_t is on a 64 bit platform.  Is it 32 or 64?
 
 
I do not see the check for AC_CHECK_TYPE(size_t,) in the configure.
 
if test "$ac_cv_type_size_t" = "yes"; then
    size_t_value="size_t"
else
    size_t_value="apr_int32_t"
fi


Yahoo! Music Unlimited - Access over 1 million songs. Try it free. --0-2142323288-1154456299=:35611--