Update years in copyright notice; nfc.
[bpt/emacs.git] / src / m / next.h
index 783ead9..b519e41 100644 (file)
@@ -1,11 +1,12 @@
 /* Configuration file for the NeXT machine.
-   Copyright (C) 1990 Free Software Foundation, Inc.
+   Copyright (C) 1990, 2002, 2003, 2004, 2005,
+                 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -15,7 +16,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.  */
 
 
 /* Say this machine is a next if not previously defined */
@@ -24,19 +26,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define NeXT
 #endif
 
-/* The following three symbols give information on
-   the size of various data types.  */
-
-#define SHORTBITS 16           /* Number of bits in a short */
-
-#define INTBITS 32             /* Number of bits in an int */
-
-#define LONGBITS 32            /* Number of bits in a long */
-
-/* Let the compiler tell us what byte order architecture we're compiling for */
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
 
+/* Let the compiler tell us.  */
 #ifdef __BIG_ENDIAN__
-#define BIG_ENDIAN
+#define WORDS_BIG_ENDIAN
 #endif
 
 /* Define how to take a char and sign-extend into an int.
@@ -66,23 +61,20 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define A_TEXT_OFFSET(HDR) sizeof (HDR)
 
-/* Use dk.h, not dkstat.h, in loadst.c.  */
-
-#define DK_HEADER_FILE
-
 /* Mask for address bits within a memory segment */
 
 #define SEGSIZ 0x20000
 #define SEGMENT_MASK (SEGSIZ - 1)
 
-#define HAVE_ALLOCA
-
 #define SYSTEM_MALLOC
 
 #define HAVE_UNIX_DOMAIN
 
 #define LIB_X11_LIB -L/usr/lib/X11 -lX11
 
+/* This avoids a problem in Xos.h when using co-Xist 3.01.  */
+#define X_NOT_POSIX
+
 /* Conflicts in process.c between ioctl.h & tty.h use of t_foo fields */
 
 #define NO_T_CHARS_DEFINES
@@ -99,9 +91,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LIB_GCC
 
+#if 0  /* ohl@chico.harvard.edu says to do this.  */
 /* Compile "strict bsd" to avoid warnings from include files */
 
 #define C_SWITCH_MACHINE       -bsd
+#endif
 
 /* Link this program just by running cc.  */
 #define ORDINARY_LINK
@@ -125,3 +119,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Where to find the kernel, for load average.  */
 #define KERNEL_FILE "/mach"
 #endif
+
+/* This should be true for recent NeXT systems.  At least since 3.2.  */
+#define HAVE_MACH_MACH_H
+
+/* arch-tag: 1155cdcb-1f6c-4208-a2da-22c7473060a1
+   (do not change this comment) */