diff options
| author | Jim Blandy | 1992-02-22 20:39:30 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-02-22 20:39:30 +0000 |
| commit | b350a838dd1f4f832f41689fc5919497b3e04ffb (patch) | |
| tree | 56b9cc3b94597b2f299b95ebcb42e3747538b5f0 /src/s | |
| parent | 8f9b28823b9d3496cdca383b2d50e173478665d5 (diff) | |
| download | emacs-b350a838dd1f4f832f41689fc5919497b3e04ffb.tar.gz emacs-b350a838dd1f4f832f41689fc5919497b3e04ffb.zip | |
*** empty log message ***
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/template.h | 7 |
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 | */ |