From 76112de73437ac3db04b45d4b7a9d1f1b74f83fd Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 21 Dec 1999 11:18:08 +1100 Subject: - Integration of large HPUX patch from Andre Lucas . Integrating it had a few other benefits: - Ability to disable shadow passwords at configure time - Ability to disable lastlog support at configure time - Support for IP address in $DISPLAY --- pty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pty.c') diff --git a/pty.c b/pty.c index 06b43bb84..b3a0535ee 100644 --- a/pty.c +++ b/pty.c @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: pty.c,v 1.10 1999/12/13 23:54:47 damien Exp $"); +RCSID("$Id: pty.c,v 1.11 1999/12/21 00:18:08 damien Exp $"); #ifdef HAVE_UTIL_H # include @@ -84,7 +84,7 @@ pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) } return 1; #else /* HAVE__GETPTY */ -#ifdef HAVE_DEV_PTMX +#if defined(HAVE_DEV_PTMX) /* * This code is used e.g. on Solaris 2.x. (Note that Solaris 2.3 * also has bsd-style ptys, but they simply do not work.) -- cgit v1.2.3