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

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 2d532a89d707
children 6330739388db
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
134 #define getpgrp(pid) getpgrp2 (pid) 134 #define getpgrp(pid) getpgrp2 (pid)
135 135
136 /* Use TERMINFO instead of termcap */ 136 /* Use TERMINFO instead of termcap */
137 137
138 #define TERMINFO 138 #define TERMINFO
139
140 /*
141 * Send signals to subprocesses using characters.
142 *
143 */
144
145 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
146
147 /*
148 * Prevent redundant inclusion of termio.h.
149 */
150
151 /* #define NO_TERMIO */ /* mrb */
152 139
153 /* 140 /*
154 * Use a Berkeley style sys/wait.h. 141 * Use a Berkeley style sys/wait.h.
155 * This makes WIF* macros operate on structures instead of ints. 142 * This makes WIF* macros operate on structures instead of ints.
156 */ 143 */