diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/template.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/s/template.h b/src/s/template.h index b7abe09e449..6460deab05b 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -79,16 +79,16 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 79 | /* | 79 | /* |
| 80 | * Define HAVE_TERMIOS if the system provides POSIX-style | 80 | * Define HAVE_TERMIOS if the system provides POSIX-style |
| 81 | * functions and macros for terminal control. | 81 | * functions and macros for terminal control. |
| 82 | */ | 82 | * |
| 83 | |||
| 84 | #define HAVE_TERMIOS | ||
| 85 | |||
| 86 | /* | ||
| 87 | * Define HAVE_TERMIO if the system provides sysV-style ioctls | 83 | * Define HAVE_TERMIO if the system provides sysV-style ioctls |
| 88 | * for terminal control. | 84 | * for terminal control. |
| 85 | * | ||
| 86 | * Do not define both. HAVE_TERMIOS is prefered, if it is | ||
| 87 | * supported on your system. | ||
| 89 | */ | 88 | */ |
| 90 | 89 | ||
| 91 | #define HAVE_TERMIO | 90 | #define HAVE_TERMIOS |
| 91 | /* #define HAVE_TERMIO */ | ||
| 92 | 92 | ||
| 93 | /* | 93 | /* |
| 94 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | 94 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. |