all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* TIOCGLTC and TIOCGETC on MSDOS and w32
@ 2010-08-09 19:57 Dan Nicolaescu
  2010-08-10 16:14 ` Óscar Fuentes
  2010-08-10 17:21 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Nicolaescu @ 2010-08-09 19:57 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-10 17:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-09 19:57 TIOCGLTC and TIOCGETC on MSDOS and w32 Dan Nicolaescu
2010-08-10 16:14 ` Óscar Fuentes
2010-08-10 17:21 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.