aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/template.h
diff options
context:
space:
mode:
authorJoakim Verona2010-10-18 22:05:07 +0200
committerJoakim Verona2010-10-18 22:05:07 +0200
commit13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (patch)
tree723f254768f9e503504ab4c8b68801f80a56591a /src/s/template.h
parent35f4b80a934b299b3b18e62f5db44f64c240e65b (diff)
parente48eb34332dc91de823314090451459ba2ffacbf (diff)
downloademacs-13cfe8df462ab8da9f0028e16cc84dcaceaca3d1.tar.gz
emacs-13cfe8df462ab8da9f0028e16cc84dcaceaca3d1.zip
merge from upstream
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