diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-11-11 18:58:45 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-11-11 18:58:45 +0000 |
commit | 6d9fac3ecda6ca9a587a02e7d3932e686bfc32ec (patch) | |
tree | 6ccd00b0ec8ee1bd10e7eb0b3be1f6c5438f42d3 /src/s/dgux5-4-3.h | |
parent | b12576db3308d2c9f08e6bd84657e82a5af9d834 (diff) | |
download | emacs-6d9fac3ecda6ca9a587a02e7d3932e686bfc32ec.tar.gz |
(BSD_PGRPS): Add #undef.
Diffstat (limited to 'src/s/dgux5-4-3.h')
-rw-r--r-- | src/s/dgux5-4-3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/dgux5-4-3.h b/src/s/dgux5-4-3.h index cd6932ec856..8091b9f88cc 100644 --- a/src/s/dgux5-4-3.h +++ b/src/s/dgux5-4-3.h @@ -58,3 +58,7 @@ Boston, MA 02111-1307, USA. */ #undef C_DEBUG_SWITCH #define C_DEBUG_SWITCH -g #endif + +/* This is needed according to Ehud Karni <ehud@unix.simonwiesel.co.il> + for m88k-dg-dgux5.4R3.10. */ +#undef BSD_PGRPS |