comparison 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
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
286 286
287 *outstream = (outfd >= 0 287 *outstream = (outfd >= 0
288 ? make_filedesc_output_stream (outfd, 0, -1, LSTR_BLOCKED_OK) 288 ? make_filedesc_output_stream (outfd, 0, -1, LSTR_BLOCKED_OK)
289 : Qnil); 289 : Qnil);
290 290
291 #if defined(HAVE_UNIX_PROCESSES) && defined(HAVE_PTYS) 291 #if defined(HAVE_UNIX_PROCESSES)
292 /* FLAGS is process->pty_flag for UNIX_PROCESSES */ 292 /* FLAGS is process->pty_flag for UNIX_PROCESSES */
293 if ((flags & STREAM_PTY_FLUSHING) && outfd >= 0) 293 if ((flags & STREAM_PTY_FLUSHING) && outfd >= 0)
294 { 294 {
295 Bufbyte eof_char = get_eof_char (outfd); 295 Bufbyte eof_char = get_eof_char (outfd);
296 int pty_max_bytes = get_pty_max_bytes (outfd); 296 int pty_max_bytes = get_pty_max_bytes (outfd);