From a9f7a967cce71e986cc50d50470211f6473e8011 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Feb 1994 03:07:50 +0000 Subject: (BSD_PGRPS): Defined. --- src/s/dgux.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/s/dgux.h') 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 of expediency. */ #define LIB_X11_LIB -lX11 + +/* Process groups work in the traditional BSD manner. */ + +#define BSD_PGRPS -- cgit v1.2.1