*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Sat, 22 Feb 1992 20:39:30 +0000 (20:39 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 22 Feb 1992 20:39:30 +0000 (20:39 +0000)
src/filelock.c
src/s/template.h

index f5557d0..a2c7941 100644 (file)
@@ -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 <pwd.h>
 #endif
index 6238ee7..8c35444 100644 (file)
@@ -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 <sys/time.h> for a timeval structure.