aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/cygwin.h
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-09-20 14:38:50 +0300
committerDan Nicolaescu <[email protected]>2010-09-20 14:38:50 +0300
commit6553950651fdac87d3273885fc4ac2ecf00f8cfd (patch)
tree7022e2afde3468428e5e80d79293b29b5bae0f30 /src/s/cygwin.h
parent15f844ac1f1c8bb89b0ce1d4587ecfe85fa5d107 (diff)
Remove HAVE_TERMIOS definitions.
* src/s/usg5-4-common.h (HAVE_TERMIOS): * src/s/template.h (HAVE_TERMIOS): * src/s/gnu-linux.h (HAVE_TERMIOS): * src/s/darwin.h (HAVE_TERMIOS): * src/s/cygwin.h (HAVE_TERMIOS): * src/s/bsd-common.h (HAVE_TERMIOS): * src/s/aix4-2.h (HAVE_TERMIOS): * src/s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed defined on all non-MS platforms. (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
Diffstat (limited to 'src/s/cygwin.h')
-rw-r--r--src/s/cygwin.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 1b78ada53b..4d58542e66 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -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 */