Date: Wed, 19 Feb 1997 10:39:26 +0200 (IST) From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: Re: Curses macro clear vs ios function clear. In-Reply-To: <5ebpfo$81u@lion.cs.latrobe.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII It seems that if you need to use Curses in a C++ program, you need to include instead of . So far so good, but cursesw.h only includes curses.h if _G_HAVE_CURSES is non-zero, while our _g_config.h defines it to be zero. Is that a bug? If not, what's the reason for this definition?