Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: avoid unnecessary curses.h include
- X-seq: zsh-workers 14130
- From: Clint Adams <clint@xxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: avoid unnecessary curses.h include
- Date: Thu, 26 Apr 2001 17:12:17 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1010426155831.ZM13586@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Thu, Apr 26, 2001 at 03:58:30PM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010426114315.A4344@xxxxxxxx> <1010426155831.ZM13586@xxxxxxxxxxxxxxxxxxxxxxx>
> Hrm. If term.h does not need curses.h, but curses.h defines `boolcodes'
> et al., then after this change configure will #undef HAVE_BOOLCODES etc.
> even though they could be #defined if curses.h were included.
>
> Maybe that situation never arises ...
Well, no, if curses.h defines boolcodes, then configure will wrongly assume
that term.h defines boolcodes and term.h requires curses.h.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author