comparison src/s/dgux.h @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 0132846995bd
children c5d627a313b1
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
140 /* 140 /*
141 * Send signals to subprocesses using characters. 141 * Send signals to subprocesses using characters.
142 * 142 *
143 */ 143 */
144 144
145 #define SIGNALS_VIA_CHARACTERS 145 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
146 146
147 /* 147 /*
148 * Prevent redundant inclusion of termio.h. 148 * Prevent redundant inclusion of termio.h.
149 */ 149 */
150 150
151 #define NO_TERMIO 151 /* #define NO_TERMIO */ /* mrb */
152 152
153 /* 153 /*
154 * Use a Berkeley style sys/wait.h. 154 * Use a Berkeley style sys/wait.h.
155 * This makes WIF* macros operate on structures instead of ints. 155 * This makes WIF* macros operate on structures instead of ints.
156 */ 156 */