# HG changeset patch # User Jim Blandy # Date 738311107 0 # Node ID 75cf6b53fe6dd2d6594b93f36e25ad284b197127 # Parent c1dcd28d351b2ac0d52ba98bc9ed3067ef62f8fe * m/iris4d.h: Dyke out the section which specifies how to get the load average. diff -r c1dcd28d351b -r 75cf6b53fe6d src/m/iris4d.h --- a/src/m/iris4d.h Tue May 25 06:22:21 1993 +0000 +++ b/src/m/iris4d.h Tue May 25 06:25:07 1993 +0000 @@ -1,4 +1,4 @@ -/* machine description file for Iris-4D machines. Use with s-iris3-6.h +/* machine description file for Iris-4D machines. Use with s/iris[45]-*.h. Copyright (C) 1987 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -18,10 +18,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* The following line tells the configuration script what sort of - operating system this machine is likely to run. - USUAL-OPSYS="irix3-3" */ - /* The following three symbols give information on the size of various data types. */ @@ -72,6 +68,8 @@ #define EXPLICIT_SIGN_EXTEND +/* jg@genmagic.genmagic.com (John Giannandrea) says this is unnecessary. */ +#if 0 /* Data type of load average, as read out of kmem. */ #define LOAD_AVE_TYPE long /* This doesn't quite work on the 4D */ @@ -84,6 +82,7 @@ #undef KERNEL_FILE #define KERNEL_FILE "/unix" +#endif /* Define CANNOT_DUMP on machines where unexec does not work. Then the function dump-emacs will not be defined