aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJim Blandy1992-02-22 20:39:30 +0000
committerJim Blandy1992-02-22 20:39:30 +0000
commitb350a838dd1f4f832f41689fc5919497b3e04ffb (patch)
tree56b9cc3b94597b2f299b95ebcb42e3747538b5f0 /src/s
parent8f9b28823b9d3496cdca383b2d50e173478665d5 (diff)
downloademacs-b350a838dd1f4f832f41689fc5919497b3e04ffb.tar.gz
emacs-b350a838dd1f4f832f41689fc5919497b3e04ffb.zip
*** empty log message ***
Diffstat (limited to 'src/s')
-rw-r--r--src/s/template.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/template.h b/src/s/template.h
index 6238ee7ef95..8c354447f54 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -73,6 +73,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
73#define FIRST_PTY_LETTER 'a' 73#define FIRST_PTY_LETTER 'a'
74 74
75/* 75/*
76 * Define HAVE_TERMIO if the system provides sysV-style ioctls
77 * for terminal control.
78 */
79
80#define HAVE_TERMIO
81
82/*
76 * Define HAVE_TIMEVAL if the system supports the BSD style clock values. 83 * Define HAVE_TIMEVAL if the system supports the BSD style clock values.
77 * Look in <sys/time.h> for a timeval structure. 84 * Look in <sys/time.h> for a timeval structure.
78 */ 85 */