]> code.delx.au - gnu-emacs/blobdiff - src/m/next.h
fileio.c (Fread_file_name): Call x_file_dialog on carbon on
[gnu-emacs] / src / m / next.h
index dbbb4cf785c4d5a73dd83cdf8aadcd97b99838e8..1e8a3d3a31c6658cc624ffc34b2eec5ac2c32d77 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration file for the NeXT machine.
-   Copyright (C) 1990 Free Software Foundation, Inc.
+   Copyright (C) 1990, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,7 +15,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., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* Say this machine is a next if not previously defined */
@@ -24,19 +25,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,17 +60,11 @@ 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
@@ -133,3 +121,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* 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) */