*** empty log message ***
This commit is contained in:
parent
8f9b28823b
commit
b350a838dd
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue