From 4968c1026fd04662fc3e3eb25992e68c183cc0d0 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 16 Nov 1992 00:30:10 +0000 Subject: [PATCH] * 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. --- src/s/bsd4-2.h | 4 ++++ src/s/bsd4-3.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index ea9334c520c..ab8b7fbdd9a 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h @@ -126,3 +126,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ is named _avenrun. */ #define LDAV_SYMBOL "_avenrun" + +/* Send signals to subprocesses by "typing" special chars at them. */ + +#define SIGNALS_VIA_CHARACTERS diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index 22330ba85b0..4eb66dc4ffc 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h @@ -129,3 +129,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ is named _avenrun. */ #define LDAV_SYMBOL "_avenrun" + +/* Send signals to subprocesses by "typing" special chars at them. */ + +#define SIGNALS_VIA_CHARACTERS