diff options
author | Jim Blandy <jimb@redhat.com> | 1992-02-22 20:39:30 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-02-22 20:39:30 +0000 |
commit | 9b0d6133cc8edcdab7e0f9b52f476fa3fb442c71 (patch) | |
tree | 20b0ff0dd9b2140664192c83c8c0a92936d35878 | |
parent | e0855baedf93b1dd70b4658accf478843f2ca0ac (diff) | |
download | emacs-9b0d6133cc8edcdab7e0f9b52f476fa3fb442c71.tar.gz |
*** empty log message ***
-rw-r--r-- | src/filelock.c | 2 | ||||
-rw-r--r-- | src/s/template.h | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c index f5557d0decb..a2c7941fced 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 <pwd.h> #endif 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. */ #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. */ |