aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-02-22 20:39:30 +0000
committerJim Blandy1992-02-22 20:39:30 +0000
commitb350a838dd1f4f832f41689fc5919497b3e04ffb (patch)
tree56b9cc3b94597b2f299b95ebcb42e3747538b5f0 /src
parent8f9b28823b9d3496cdca383b2d50e173478665d5 (diff)
downloademacs-b350a838dd1f4f832f41689fc5919497b3e04ffb.tar.gz
emacs-b350a838dd1f4f832f41689fc5919497b3e04ffb.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/filelock.c2
-rw-r--r--src/s/template.h7
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. */
22#include "config.h" 22#include "config.h"
23 23
24#ifdef VMS 24#ifdef VMS
25#include "pwd.h" 25#include "vms-pwd.h"
26#else 26#else
27#include <pwd.h> 27#include <pwd.h>
28#endif 28#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. */
73#define FIRST_PTY_LETTER 'a' 73#define FIRST_PTY_LETTER 'a'
74 74
75/* 75/*
76 * Define HAVE_TERMIO if the system provides sysV-style ioctls
77 * for terminal control.
78 */
79
80#define HAVE_TERMIO
81
82/*
76 * Define HAVE_TIMEVAL if the system supports the BSD style clock values. 83 * Define HAVE_TIMEVAL if the system supports the BSD style clock values.
77 * Look in <sys/time.h> for a timeval structure. 84 * Look in <sys/time.h> for a timeval structure.
78 */ 85 */