changeset 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 689f1697d285
children fed9a9ee5156
files src/s/bsd4-2.h src/s/bsd4-3.h
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/bsd4-2.h	Mon Nov 16 00:27:51 1992 +0000
+++ b/src/s/bsd4-2.h	Mon Nov 16 00:30:10 1992 +0000
@@ -126,3 +126,7 @@
    is named _avenrun.  */
 
 #define LDAV_SYMBOL "_avenrun"
+
+/* Send signals to subprocesses by "typing" special chars at them.  */
+
+#define SIGNALS_VIA_CHARACTERS
--- a/src/s/bsd4-3.h	Mon Nov 16 00:27:51 1992 +0000
+++ b/src/s/bsd4-3.h	Mon Nov 16 00:30:10 1992 +0000
@@ -129,3 +129,7 @@
    is named _avenrun.  */
 
 #define LDAV_SYMBOL "_avenrun"
+
+/* Send signals to subprocesses by "typing" special chars at them.  */
+
+#define SIGNALS_VIA_CHARACTERS