changeset 559:65e7f842d017

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sat, 22 Feb 1992 20:39:30 +0000
parents e685e9189acd
children 68111c4a3885
files src/filelock.c src/s/template.h
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/filelock.c	Sat Feb 22 07:04:42 1992 +0000
+++ b/src/filelock.c	Sat Feb 22 20:39:30 1992 +0000
@@ -22,7 +22,7 @@
 #include "config.h"
 
 #ifdef VMS
-#include "pwd.h"
+#include "vms-pwd.h"
 #else
 #include <pwd.h>
 #endif
--- a/src/s/template.h	Sat Feb 22 07:04:42 1992 +0000
+++ b/src/s/template.h	Sat Feb 22 20:39:30 1992 +0000
@@ -73,6 +73,13 @@
 #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 <sys/time.h> for a timeval structure.
  */