diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsd4-2.h | 4 | ||||
| -rw-r--r-- | src/s/bsd4-3.h | 4 |
2 files changed, 8 insertions, 0 deletions
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. */ | |||
| 126 | is named _avenrun. */ | 126 | is named _avenrun. */ |
| 127 | 127 | ||
| 128 | #define LDAV_SYMBOL "_avenrun" | 128 | #define LDAV_SYMBOL "_avenrun" |
| 129 | |||
| 130 | /* Send signals to subprocesses by "typing" special chars at them. */ | ||
| 131 | |||
| 132 | #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. */ | |||
| 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 | ||