Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)



> 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