]> code.delx.au - gnu-emacs/blobdiff - src/s/cygwin.h
Remove HAVE_TERMIOS definitions.
[gnu-emacs] / src / s / cygwin.h
index 1b78ada53bdbbb2961fd60169169ca557adf9d58..4d58542e660888ff39d0a34e7660a443d7af9d23 100644 (file)
@@ -45,16 +45,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    through a pipe. */
 #undef INTERRUPT_INPUT
 
-/* Define HAVE_TERMIOS if the system provides POSIX-style
-   functions and macros for terminal control.
-
-   Define HAVE_TERMIO if the system provides sysV-style ioctls
-   for terminal control.
-
-   Do not define both.  HAVE_TERMIOS is preferred, if it is
-   supported on your system.  */
-#define HAVE_TERMIOS
-
 /* Define HAVE_PTYS if the system supports pty devices.  */
 #define HAVE_PTYS
 #define PTY_ITERATION          for (i = 0; i < 1; i++) /* ick */