X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8e6208c5d2c91d70f2338d1c3d788e194c6c9d52..d0a29e1de77e4c1c01c46d80b6ac2df06b1df2b3:/src/s/dgux5-4-3.h diff --git a/src/s/dgux5-4-3.h b/src/s/dgux5-4-3.h index 6e8ce8268d..d0f6d4f43e 100644 --- a/src/s/dgux5-4-3.h +++ b/src/s/dgux5-4-3.h @@ -1,6 +1,7 @@ /* Definitions file for GNU Emacs running on Data General's DG/UX version 5.4 Release 3.00 and above. - Copyright (C) 1994 Free Software Foundation, Inc. + Copyright (C) 1994, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -16,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ /* NOTE: DGUX5.4R3.00 will not build with the delivered gcc-2.4.5 compiler. You must upgraded to at least gcc-2.5.8. If you are @@ -57,3 +59,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef C_DEBUG_SWITCH #define C_DEBUG_SWITCH -g #endif + +/* This is needed according to Ehud Karni + for m88k-dg-dgux5.4R3.10. */ +#undef BSD_PGRPS + +/* arch-tag: c11938c9-0cb0-4652-88aa-7eb80bf1cda9 + (do not change this comment) */