comparison src/s/ptx.h @ 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 576fb035e263
children 023b83f4e54b
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
102 102
103 /* PTX has termios */ 103 /* PTX has termios */
104 #undef BROKEN_TIOCGWINSZ 104 #undef BROKEN_TIOCGWINSZ
105 #undef BROKEN_TIOCGETC 105 #undef BROKEN_TIOCGETC
106 106
107 /* PTX has pty's but not like System V */
108 #define HAVE_PTYS
109 #undef SYSV_PTYS
110
111 /* Provide pty support which is defined into process.c:allocate_pty. 107 /* Provide pty support which is defined into process.c:allocate_pty.
112 Basic ideas for handling getpseudotty were lifted from process.c in 108 Basic ideas for handling getpseudotty were lifted from process.c in
113 Emacs 18.57 included on the Sequent Public Software tape. However, this 109 Emacs 18.57 included on the Sequent Public Software tape. However, this
114 implementation bears almost no resemblance to the original and does not 110 implementation bears almost no resemblance to the original and does not
115 require that process.c be patched. */ 111 require that process.c be patched. */