diff 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
line wrap: on
line diff
--- 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