]> code.delx.au - gnu-emacs/blobdiff - src/m/sequent-ptx.h
(remove-overlays): Fix last change.
[gnu-emacs] / src / m / sequent-ptx.h
index b48c804c7794599225996b6e9a953cc1a43f2963..dbb0944a330a1da7f7e743822d96f2dc38c6f35a 100644 (file)
@@ -1,5 +1,6 @@
 /* machine description file for SEQUENT machines running DYNIX/ptx
-   Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 2002, 2003, 2004,
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,10 +16,11 @@ 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.  */
 
 
-/* The following line tells the configuration script what sort of 
+/* The following line tells the configuration script what sort of
    operating system this machine is likely to run.
    USUAL-OPSYS="ptx"  */
 
@@ -58,11 +60,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Data type of load average, as read out of kmem.  */
 
+#undef LOAD_AVE_TYPE
 #define LOAD_AVE_TYPE unsigned long
 
 /* Convert that into an integer that is 100 for a load average of 1.0  */
 
+#undef FSCALE
 #define        FSCALE  1000.0
+#undef LOAD_AVE_CVT
 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
 
 /* Define CANNOT_DUMP on machines where unexec does not work.
@@ -80,18 +85,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* #define VIRT_ADDR_VARIES */
 
-/* Define C_ALLOCA if this machine does not support a true alloca
-   and the one written in C should be used instead.
-   Define HAVE_ALLOCA to say that the system provides a properly
-   working alloca function and it should be used.
-   Define neither one if an assembler-language alloca
-   in the file alloca.s should be used.  */
-
-#ifndef __GNUC__
-#define C_ALLOCA
-#undef HAVE_ALLOCA
-#endif
-
 /* Define NO_REMAP if memory segmentation makes it not work well
    to change the boundary between the text section and data section
    when Emacs is dumped.  If you define this, the preloaded Lisp
@@ -103,14 +96,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif
 /* #undef NO_REMAP */
 
-/* If a valid PTX executable could be dumped without NO_REMAP defined, 
+/* If a valid PTX executable could be dumped without NO_REMAP defined,
    here's a guess at some defines to make it work.  */
 #ifndef NO_REMAP
 
 /* PTX has getpagesize() but it returns 296. Using the default method of
    including getpagesize.h in unexec.c returns 4096 which seems more
    reasonable.  */
-/* #define HAVE_GETPAGESIZE */
+#undef HAVE_GETPAGESIZE
 
 /* Override magic number for a.out header.  */
 #define EXEC_MAGIC 0411                /* from a.out.h: separated I&D */
@@ -135,3 +128,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Use terminfo library.  */
 #define LIBS_TERMCAP -ltermlib
 
+/* arch-tag: 0494629b-7e11-4f6f-865f-62254ac46099
+   (do not change this comment) */