From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: gdb@sources.redhat.com Cc: ac131313@cygnus.com Subject: DOS/Windows-specific code: terminal.h Date: Tue, 08 May 2001 04:48:00 -0000 Message-id: <200105081150.OAA06277@is.elta.co.il> References: <20010503211502.21716.qmail@web6401.mail.yahoo.com> <3AF1DAA0.3060702@cygnus.com> <200105071609.TAA24129@is.elta.co.il> X-SW-Source: 2001-05/msg00108.html * 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.