aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-17 03:07:50 +0000
committerRichard M. Stallman1994-02-17 03:07:50 +0000
commita9f7a967cce71e986cc50d50470211f6473e8011 (patch)
treef382131809a4b4ba6bed6434d5770256ee1fe87d /src
parent93e74a71b7b00bcbce0b2e4c0fe132ded3163d90 (diff)
downloademacs-a9f7a967cce71e986cc50d50470211f6473e8011.tar.gz
emacs-a9f7a967cce71e986cc50d50470211f6473e8011.zip
(BSD_PGRPS): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/bsd4-2.h4
-rw-r--r--src/s/dgux.h4
-rw-r--r--src/s/rtu.h4
-rw-r--r--src/s/umax.h4
4 files changed, 16 insertions, 0 deletions
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h
index 737cdf4e8c3..79f993ac2e0 100644
--- a/src/s/bsd4-2.h
+++ b/src/s/bsd4-2.h
@@ -134,3 +134,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
134/* We do have vfork. */ 134/* We do have vfork. */
135 135
136#define HAVE_VFORK 136#define HAVE_VFORK
137
138/* Process groups work in the traditional BSD manner. */
139
140#define BSD_PGRPS
diff --git a/src/s/dgux.h b/src/s/dgux.h
index ee3625852ce..58221cedce5 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -398,3 +398,7 @@ CC=gcc
398 of expediency. */ 398 of expediency. */
399 399
400#define LIB_X11_LIB -lX11 400#define LIB_X11_LIB -lX11
401
402/* Process groups work in the traditional BSD manner. */
403
404#define BSD_PGRPS
diff --git a/src/s/rtu.h b/src/s/rtu.h
index 590ce7e9a4f..855c79b6caa 100644
--- a/src/s/rtu.h
+++ b/src/s/rtu.h
@@ -174,3 +174,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
174/* (Assume) we do have vfork. */ 174/* (Assume) we do have vfork. */
175 175
176#define HAVE_VFORK 176#define HAVE_VFORK
177
178/* Process groups work in the traditional BSD manner. */
179
180#define BSD_PGRPS
diff --git a/src/s/umax.h b/src/s/umax.h
index a367885f3ba..076488064ac 100644
--- a/src/s/umax.h
+++ b/src/s/umax.h
@@ -180,3 +180,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
180/* (Assume) we do have vfork. */ 180/* (Assume) we do have vfork. */
181 181
182#define HAVE_VFORK 182#define HAVE_VFORK
183
184/* Process groups work in the traditional BSD manner. */
185
186#define BSD_PGRPS