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

Re: PATCH: avoid unnecessary curses.h include



On Apr 26, 11:43am, Clint Adams wrote:
} Subject: PATCH: avoid unnecessary curses.h include
}
} This might help some situations.

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 ...

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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