From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25244 invoked from network); 12 Apr 2001 15:58:09 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Apr 2001 15:58:09 -0000 Received: (qmail 23315 invoked by alias); 12 Apr 2001 15:58:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13964 Received: (qmail 23303 invoked from network); 12 Apr 2001 15:58:08 -0000 From: "Bart Schaefer" Message-Id: <1010412155741.ZM31500@candle.brasslantern.com> Date: Thu, 12 Apr 2001 15:57:41 +0000 In-Reply-To: <1010412153947.ZM31455@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Re: PATCH: Re: Build Failures on SunOS-4.1 and 5.5" (Apr 12, 3:39pm) References: <545wv8qb31n.fsf@icd.teradyne.com> <20010412105441.A24525@dman.com> <1010412153947.ZM31455@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Clint Adams Subject: Re: PATCH: Re: Build Failures on SunOS-4.1 and 5.5 Cc: zsh-workers@sunsite.auc.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 12, 3:39pm, Bart Schaefer wrote: } } No, that's bad. Don't commit it. is not included by system.h It appears everything in the #ifndef HAVE_TERMCAP_H block in prototypes.h is declared in . So rather than #ifdef just that one line in prototypes.h, it's probably better to (1) change system.h to conditionally include (only when not HAVE_TERMCAP_H) and (2) make the entire block in prototypes.h be wrapped in #if !(defined(HAVE_TERMCAP_H) || defined(HAVE_TERM_H)) -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net