]> git.eshelyaron.com Git - emacs.git/commitdiff
(BSD_PGRPS): Defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 03:07:50 +0000 (03:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 03:07:50 +0000 (03:07 +0000)
src/s/bsd4-2.h
src/s/dgux.h
src/s/rtu.h
src/s/umax.h

index 737cdf4e8c312b14814a99a8e291391687652b10..79f993ac2e004011ab7ad22ba75d607844e39284 100644 (file)
@@ -134,3 +134,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* We do have vfork.  */
 
 #define HAVE_VFORK
+
+/* Process groups work in the traditional BSD manner.  */
+
+#define BSD_PGRPS
index ee3625852cef45ff6891c2ab55293474f7e09474..58221cedce52d5f66ea07d094d4ae7ca77b42cc0 100644 (file)
@@ -398,3 +398,7 @@ CC=gcc
    of expediency. */
 
 #define LIB_X11_LIB -lX11
+
+/* Process groups work in the traditional BSD manner.  */
+
+#define BSD_PGRPS
index 590ce7e9a4fce29325eb2f6b9423f08b3c583423..855c79b6caa81d409872cc8f372e82f7fff64163 100644 (file)
@@ -174,3 +174,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* (Assume) we do have vfork.  */
 
 #define HAVE_VFORK
+
+/* Process groups work in the traditional BSD manner.  */
+
+#define BSD_PGRPS
index a367885f3ba0a9cfe86176a15820b70cd3f0a5a7..076488064ac5b26b949280dde67c1c80e958bffc 100644 (file)
@@ -180,3 +180,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* (Assume) we do have vfork.  */
 
 #define HAVE_VFORK
+
+/* Process groups work in the traditional BSD manner.  */
+
+#define BSD_PGRPS