]> code.delx.au - gnu-emacs/blobdiff - src/s/dgux5-4-3.h
(text_read_only): Use xsignal0, xsignal1.
[gnu-emacs] / src / s / dgux5-4-3.h
index 6e8ce8268d6d5184372797d70716005aed74abf3..d0f6d4f43e8e1d75c7b4397e7bcadb1342511b89 100644 (file)
@@ -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 <ehud@unix.simonwiesel.co.il>
+   for m88k-dg-dgux5.4R3.10.  */
+#undef BSD_PGRPS
+
+/* arch-tag: c11938c9-0cb0-4652-88aa-7eb80bf1cda9
+   (do not change this comment) */