Mercurial > emacs
changeset 5966:cef67aeae92b
(BSD_PGRPS): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Feb 1994 03:07:50 +0000 |
parents | b14326f9debb |
children | ac268a6d91d6 |
files | src/s/bsd4-2.h src/s/dgux.h src/s/rtu.h src/s/umax.h |
diffstat | 4 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/bsd4-2.h Thu Feb 17 03:00:56 1994 +0000 +++ b/src/s/bsd4-2.h Thu Feb 17 03:07:50 1994 +0000 @@ -134,3 +134,7 @@ /* We do have vfork. */ #define HAVE_VFORK + +/* Process groups work in the traditional BSD manner. */ + +#define BSD_PGRPS
--- a/src/s/dgux.h Thu Feb 17 03:00:56 1994 +0000 +++ b/src/s/dgux.h Thu Feb 17 03:07:50 1994 +0000 @@ -398,3 +398,7 @@ of expediency. */ #define LIB_X11_LIB -lX11 + +/* Process groups work in the traditional BSD manner. */ + +#define BSD_PGRPS