comparison src/event-msw.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 a0266879cecf
children 666d73d6ac56
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
3552 #elif defined (HAVE_UNIX_PROCESSES) 3552 #elif defined (HAVE_UNIX_PROCESSES)
3553 *outstream = (fdo >= 0 3553 *outstream = (fdo >= 0
3554 ? make_filedesc_output_stream (fdo, 0, -1, LSTR_BLOCKED_OK) 3554 ? make_filedesc_output_stream (fdo, 0, -1, LSTR_BLOCKED_OK)
3555 : Qnil); 3555 : Qnil);
3556 3556
3557 #if defined(HAVE_UNIX_PROCESSES) && defined(HAVE_PTYS) 3557 #if defined(HAVE_UNIX_PROCESSES)
3558 /* FLAGS is process->pty_flag for UNIX_PROCESSES */ 3558 /* FLAGS is process->pty_flag for UNIX_PROCESSES */
3559 if ((flags & STREAM_PTY_FLUSHING) && fdo >= 0) 3559 if ((flags & STREAM_PTY_FLUSHING) && fdo >= 0)
3560 { 3560 {
3561 Bufbyte eof_char = get_eof_char (fdo); 3561 Bufbyte eof_char = get_eof_char (fdo);
3562 int pty_max_bytes = get_pty_max_bytes (fdo); 3562 int pty_max_bytes = get_pty_max_bytes (fdo);