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
- X-seq: zsh-workers 17112
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Compile errors for zsh 4.0.4 on Aix 4.3.3
- Date: 09 May 2002 19:31:43 +0400
- In-reply-to: <1020956741.26762.12.camel@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020509090819.A10978@xxxxxxxxxxxxx> <1020956741.26762.12.camel@xxxxxxxxxxxxxxxxxxxxx>
В Чтв, 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