*** empty log message ***

This commit is contained in:
Jim Blandy 1992-02-22 20:39:30 +00:00
parent 8f9b28823b
commit b350a838dd
2 changed files with 8 additions and 1 deletions

View 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

View 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.