X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/884bcb375d8c4e785260bd1d398642fec1398fd1..a7effaacb5466dda6b608606b96a129ab852db82:/pty.c diff --git a/pty.c b/pty.c index c63c5a6d..bcd57fef 100644 --- a/pty.c +++ b/pty.c @@ -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.)