From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29404 invoked from network); 26 Apr 2001 15:59:02 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Apr 2001 15:59:02 -0000 Received: (qmail 7991 invoked by alias); 26 Apr 2001 15:58:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14126 Received: (qmail 7978 invoked from network); 26 Apr 2001 15:58:56 -0000 From: "Bart Schaefer" Message-Id: <1010426155831.ZM13586@candle.brasslantern.com> Date: Thu, 26 Apr 2001 15:58:30 +0000 In-Reply-To: <20010426114315.A4344@dman.com> Comments: In reply to Clint Adams "PATCH: avoid unnecessary curses.h include" (Apr 26, 11:43am) References: <20010426114315.A4344@dman.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Clint Adams , zsh-workers@sunsite.dk Subject: Re: PATCH: avoid unnecessary curses.h include MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 26, 11:43am, Clint Adams wrote: } Subject: PATCH: avoid unnecessary curses.h include } } This might help some situations. Hrm. If term.h does not need curses.h, but curses.h defines `boolcodes' et al., then after this change configure will #undef HAVE_BOOLCODES etc. even though they could be #defined if curses.h were included. Maybe that situation never arises ... -- 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