summaryrefslogtreecommitdiff
path: root/src/s/template.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-02-22 20:39:30 +0000
committerJim Blandy <jimb@redhat.com>1992-02-22 20:39:30 +0000
commit9b0d6133cc8edcdab7e0f9b52f476fa3fb442c71 (patch)
tree20b0ff0dd9b2140664192c83c8c0a92936d35878 /src/s/template.h
parente0855baedf93b1dd70b4658accf478843f2ca0ac (diff)
downloademacs-9b0d6133cc8edcdab7e0f9b52f476fa3fb442c71.tar.gz
*** empty log message ***
Diffstat (limited to 'src/s/template.h')
-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. */
#define FIRST_PTY_LETTER 'a'
/*
+ * Define HAVE_TERMIO if the system provides sysV-style ioctls
+ * for terminal control.
+ */
+
+#define HAVE_TERMIO
+
+/*
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
* Look in <sys/time.h> for a timeval structure.
*/