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

Re: Compile errors for zsh 4.0.4 on Aix 4.3.3



В Чтв, 09.05.2002, в 19:05, Borsenkow Andrej написал:
> 
> Proper way to fix it would be
> 
> - use something like _zsh_boolcodes internally
> - check for both declaration and availablility
> - on well-behaving systems simply do #define _zsh_boolcodes boolcodes
> - on bad systems leave _zsh_boolcodes as local definition.
> 
> Unfortunately (proper) test for declaration is missing in autoconf 2.13
> and honestly speaking I am reluctant to backport it from autoconf 2.5x.
> If anybody feels like doing it - he is welcome.
> 

Stupid me. There is no need to test for declaration. Just test for
availability and #define if available. Else simply use local name that
do not clash.

Whose baby termcap/terminfo is? I am afraid to touch it :-)

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author