comparison src/s/usg5-4.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 0132846995bd
children 6330739388db
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
104 104
105 #define HAVE_PTYS 105 #define HAVE_PTYS
106 #undef BROKEN_TIOCGWINSZ 106 #undef BROKEN_TIOCGWINSZ
107 #undef BROKEN_TIOCGETC 107 #undef BROKEN_TIOCGETC
108 108
109 /* TIOCGPGRP is broken in SysVr4, so we can't send signals to PTY
110 subprocesses the usual way. But TIOCSIGNAL does work for PTYs, and
111 this is all we need. */
112
113 #define TIOCSIGSEND TIOCSIGNAL
114
115 /* This change means that we don't loop through allocate_pty too many 109 /* This change means that we don't loop through allocate_pty too many
116 times in the (rare) event of a failure. */ 110 times in the (rare) event of a failure. */
117 111
118 #undef FIRST_PTY_LETTER 112 #undef FIRST_PTY_LETTER
119 #define FIRST_PTY_LETTER 'z' 113 #define FIRST_PTY_LETTER 'z'