This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

DOS/Windows-specific code: terminal.h



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]