comparison src/getloadavg.c @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 376386a54a3c
children 56c54cf7c5b6
comparison
equal deleted inserted replaced
15:ad457d5f7d04 16:0293115a14e9
1 /* Get the system load averages. 1 /* Get the system load averages.
2 Copyright (C) 1985, 1986, 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995 2 Copyright (C) 1985, 86, 87, 88, 89, 91, 92, 93, 1994, 1995
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This file is part of XEmacs. 5 This file is part of XEmacs.
6 6
7 XEmacs is free software; you can redistribute it and/or modify it 7 XEmacs is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the 8 under the terms of the GNU General Public License as published by the
148 148
149 #if defined(ultrix) && defined(mips) 149 #if defined(ultrix) && defined(mips)
150 #define decstation 150 #define decstation
151 #endif 151 #endif
152 152
153 #if defined(sun) && defined(USG) 153 #if (defined(sun) && defined(USG)) || defined (SOLARIS2)
154 #define SUNOS_5 154 #define SUNOS_5
155 #endif 155 #endif
156 156
157 #if defined (__osf__) && (defined (__alpha) || defined (__alpha__)) 157 #if defined (__osf__) && (defined (__alpha) || defined (__alpha__))
158 #define OSF_ALPHA 158 #define OSF_ALPHA