comparison src/s/bsd4-2.h @ 4485:6e6fd9ff650f

(HAVE_VFORK): Defined.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Aug 1993 06:55:45 +0000
parents 7be0f0a02725
children cef67aeae92b
comparison
equal deleted inserted replaced
4484:c589c71324dd 4485:6e6fd9ff650f
128 #define LDAV_SYMBOL "_avenrun" 128 #define LDAV_SYMBOL "_avenrun"
129 129
130 /* Send signals to subprocesses by "typing" special chars at them. */ 130 /* Send signals to subprocesses by "typing" special chars at them. */
131 131
132 #define SIGNALS_VIA_CHARACTERS 132 #define SIGNALS_VIA_CHARACTERS
133
134 /* We do have vfork. */
135
136 #define HAVE_VFORK