Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- X-seq: zsh-workers 14115
 
- From: Clint Adams <schizo@xxxxxxxxxx>
 
- To: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
 
- Subject: Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
 
- Date: Thu, 26 Apr 2001 10:20:06 -0400
 
- Cc: zsh-workers@xxxxxxxxxx
 
- In-reply-to: <000f01c0ce59$8db674d0$21c9ca95@xxxxxxxxxxxxxx>; from Andrej.Borsenkow@xxxxxxxxxxxxxx on Thu, Apr 26, 2001 at 06:02:39PM +0400
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
 
- References: <20010426093012.A29857@xxxxxxxx> <000f01c0ce59$8db674d0$21c9ca95@xxxxxxxxxxxxxx>
 
> 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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author