diff options
Diffstat (limited to 'src/s/template.h')
| -rw-r--r-- | src/s/template.h | 12 |
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 | ||