diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-17 03:07:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-17 03:07:50 +0000 |
commit | a9f7a967cce71e986cc50d50470211f6473e8011 (patch) | |
tree | f382131809a4b4ba6bed6434d5770256ee1fe87d /src/s/dgux.h | |
parent | 93e74a71b7b00bcbce0b2e4c0fe132ded3163d90 (diff) | |
download | emacs-a9f7a967cce71e986cc50d50470211f6473e8011.tar.gz |
(BSD_PGRPS): Defined.
Diffstat (limited to 'src/s/dgux.h')
-rw-r--r-- | src/s/dgux.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |