comparison src/s/bsd4-3.h @ 1583:260271f9cd23

* s/bsd4-2.h, s/bsd4-3.h: #define SIGNALS_VIA_CHARACTERS. * process.c (process_send_signal): Put all the code for sending signals via characters in a #ifdef SIGNALS_VIA_CHARACTERS. Decide whether to use the Berkeley-style or SYSV-style ioctls by seeing which ioctl commands are #defined.
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Nov 1992 00:30:10 +0000
parents 0ffcf74fb8ad
children 7be0f0a02725
comparison
equal deleted inserted replaced
1582:689f1697d285 1583:260271f9cd23
127 127
128 /* The symbol in the kernel where the load average is found 128 /* The symbol in the kernel where the load average is found
129 is named _avenrun. */ 129 is named _avenrun. */
130 130
131 #define LDAV_SYMBOL "_avenrun" 131 #define LDAV_SYMBOL "_avenrun"
132
133 /* Send signals to subprocesses by "typing" special chars at them. */
134
135 #define SIGNALS_VIA_CHARACTERS