From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: gdb@sources.redhat.com Subject: Re: DOS/Windows-specific code: terminal.h Date: Tue, 08 May 2001 11:18:00 -0000 Message-id: <20010508141700.C25705@redhat.com> References: <20010503211502.21716.qmail@web6401.mail.yahoo.com> <3AF1DAA0.3060702@cygnus.com> <200105071609.TAA24129@is.elta.co.il> <200105081150.OAA06277@is.elta.co.il> X-SW-Source: 2001-05/msg00143.html On Tue, May 08, 2001 at 02:50:43PM +0300, Eli Zaretskii wrote: > > * terminal.h: > > #if !defined(_WIN32) && !defined (HAVE_TERMIOS) > > /* Define a common set of macros -- BSD based -- and redefine whatever > the system offers to make it look like that. FIXME: serial.h and > ser-*.c deal with this in a much cleaner fashion; as soon as stuff > is converted to use them, can get rid of this crap. */ > > #ifdef HAVE_TERMIO > >Do _WIN32 platforms define HAVE_TERMIO or HAVE_TERMIOS? If not, >testing for _WIN32 is redundant, I think. Yes. I agree. cgf