Mercurial > hg > xemacs-beta
diff src/event-unixoid.c @ 535:c69610198c35
[xemacs-hg @ 2001-05-14 04:52:02 by martinb]
Eliminate the need to define HAVE_PTYS in s&m files.
author | martinb |
---|---|
date | Mon, 14 May 2001 04:52:49 +0000 |
parents | abe6d1db359e |
children | fdefd0186b75 |
line wrap: on
line diff
--- a/src/event-unixoid.c Mon May 14 04:16:19 2001 +0000 +++ b/src/event-unixoid.c Mon May 14 04:52:49 2001 +0000 @@ -288,7 +288,7 @@ ? make_filedesc_output_stream (outfd, 0, -1, LSTR_BLOCKED_OK) : Qnil); -#if defined(HAVE_UNIX_PROCESSES) && defined(HAVE_PTYS) +#if defined(HAVE_UNIX_PROCESSES) /* FLAGS is process->pty_flag for UNIX_PROCESSES */ if ((flags & STREAM_PTY_FLUSHING) && outfd >= 0) {