aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/template.h
diff options
context:
space:
mode:
authorDan Nicolaescu2010-09-20 14:38:50 +0300
committerDan Nicolaescu2010-09-20 14:38:50 +0300
commit6553950651fdac87d3273885fc4ac2ecf00f8cfd (patch)
tree7022e2afde3468428e5e80d79293b29b5bae0f30 /src/s/template.h
parent15f844ac1f1c8bb89b0ce1d4587ecfe85fa5d107 (diff)
downloademacs-6553950651fdac87d3273885fc4ac2ecf00f8cfd.tar.gz
emacs-6553950651fdac87d3273885fc4ac2ecf00f8cfd.zip
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/template.h')
-rw-r--r--src/s/template.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/s/template.h b/src/s/template.h
index dd1e56f8553..eb7ca85c5e5 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -63,18 +63,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
63 if system supports pty's. 'a' means it is /dev/ptya0. */ 63 if system supports pty's. 'a' means it is /dev/ptya0. */
64#define FIRST_PTY_LETTER 'a' 64#define FIRST_PTY_LETTER 'a'
65 65
66/* Define HAVE_TERMIOS if the system provides POSIX-style
67 functions and macros for terminal control.
68
69 Define HAVE_TERMIO if the system provides sysV-style ioctls
70 for terminal control.
71
72 Do not define both. HAVE_TERMIOS is preferred, if it is
73 supported on your system. */
74
75#define HAVE_TERMIOS
76/* #define HAVE_TERMIO */
77
78/* Define HAVE_PTYS if the system supports pty devices. */ 66/* Define HAVE_PTYS if the system supports pty devices. */
79#define HAVE_PTYS 67#define HAVE_PTYS
80 68