From b350a838dd1f4f832f41689fc5919497b3e04ffb Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 22 Feb 1992 20:39:30 +0000 Subject: [PATCH] *** empty log message *** --- src/filelock.c | 2 +- src/s/template.h | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/filelock.c b/src/filelock.c index f5557d0dec..a2c7941fce 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" #ifdef VMS -#include "pwd.h" +#include "vms-pwd.h" #else #include #endif diff --git a/src/s/template.h b/src/s/template.h index 6238ee7ef9..8c354447f5 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -72,6 +72,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 for a timeval structure. -- 2.20.1