From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28070 invoked from network); 26 Apr 2001 14:21:35 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Apr 2001 14:21:35 -0000 Received: (qmail 14190 invoked by alias); 26 Apr 2001 14:21:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14115 Received: (qmail 14156 invoked from network); 26 Apr 2001 14:21:25 -0000 Date: Thu, 26 Apr 2001 10:20:06 -0400 From: Clint Adams To: Andrej Borsenkow Cc: zsh-workers@sunsite.dk Subject: Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction) Message-ID: <20010426102006.A31680@dman.com> References: <20010426093012.A29857@dman.com> <000f01c0ce59$8db674d0$21c9ca95@mow.siemens.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000f01c0ce59$8db674d0$21c9ca95@mow.siemens.ru>; from Andrej.Borsenkow@mow.siemens.ru on Thu, Apr 26, 2001 at 06:02:39PM +0400 > Yes, but you have to test for them after including config.h, not before? What do you mean? config.h shouldn't be affecting system include files. > After moving > > #ifdef HAVE_TGETENT > # if defined(HAVE_CURSES_H) && defined(HAVE_TERM_H) > # define USES_TERM_H 1 > # else > # ifdef HAVE_TERMCAP_H > # define USES_TERMCAP_H 1 > # endif > # endif > #endif > > after #inlcude "termcap.mdh" I get different error: Well, putting the USES_TERM{,CAP}_H defines after termcap.mdh is not very useful.