From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26626 invoked from network); 20 Jun 2001 17:56:20 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Jun 2001 17:56:20 -0000 Received: (qmail 21889 invoked by alias); 20 Jun 2001 17:55:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15003 Received: (qmail 21868 invoked from network); 20 Jun 2001 17:55:42 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) Date: Wed, 20 Jun 2001 21:56:12 +0400 (MSD) From: Andrej Borsenkow X-X-Sender: To: Bart Schaefer cc: Andrej Borsenkow , ZSH Workers Mailing List Subject: Re: AIX patch In-Reply-To: <1010620171243.ZM8591@candle.brasslantern.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 20 Jun 2001, Bart Schaefer wrote: > > That raises the question of what SOCKLEN_T gets defined to be when NONE > of the types that are attempted work. (It also raises the question of > whether we should be testing for HAVE_SOCKLEN_T and providing our own > typedef if not, rather than defining a SOCKLEN_T macro.) I think the > right way to default to `int' is to fall back on it when the test fails > entirely. > It does default to int currently. As for typedef - how are other types handled currently (e.g. 64-bit integer)? -andrej