emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TIOCGLTC and TIOCGETC on MSDOS and w32


From: Dan Nicolaescu
Subject: TIOCGLTC and TIOCGETC on MSDOS and w32
Date: Mon, 09 Aug 2010 15:57:25 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Are TIOCGLTC and TIOCGETC defined on MSDOS and w32?
[very likely, but it would be nice if someone with access to these platforms 
could check]

If they are not, we can completely remove the following code in systty.h:

#if defined (TIOCGLTC) && !defined (HAVE_TERMIOS)
#define HAVE_LTCHARS
#endif

#if defined (TIOCGETC) && !defined (HAVE_TERMIOS)
#define HAVE_TCHARS
#endif

which would enable remove of more code in other places...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]