summaryrefslogtreecommitdiff
path: root/src/s/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/template.h')
-rw-r--r--src/s/template.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/s/template.h b/src/s/template.h
index 8c354447f54..adc4bef2360 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -1,13 +1,13 @@
/* Template for system description header files.
This file describes the parameters that system description files
should define or not.
- Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+ Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU Emacs is distributed in the hope that it will be useful,
@@ -73,6 +73,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define FIRST_PTY_LETTER 'a'
/*
+ * Define HAVE_TERMIOS if the system provides POSIX-style
+ * functions and macros for terminal control.
+ */
+
+#define HAVE_TERMIOS
+
+/*
* Define HAVE_TERMIO if the system provides sysV-style ioctls
* for terminal control.
*/