Mercurial > emacs
comparison src/getloadavg.c @ 15294:c814262c9263
[SOLARIS2]: Define SUNOS_5.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 28 May 1996 00:17:16 +0000 |
parents | dd275783c873 |
children | 481c5be39150 |
comparison
equal
deleted
inserted
replaced
15293:1343afeec307 | 15294:c814262c9263 |
---|---|
139 | 139 |
140 #if defined(ultrix) && defined(mips) | 140 #if defined(ultrix) && defined(mips) |
141 #define decstation | 141 #define decstation |
142 #endif | 142 #endif |
143 | 143 |
144 #if defined(sun) && defined(SVR4) | 144 #if (defined(sun) && defined(SVR4)) || defined (SOLARIS2) |
145 #define SUNOS_5 | 145 #define SUNOS_5 |
146 #endif | 146 #endif |
147 | 147 |
148 #if defined (__osf__) && (defined (__alpha) || defined (__alpha__)) | 148 #if defined (__osf__) && (defined (__alpha) || defined (__alpha__)) |
149 #define OSF_ALPHA | 149 #define OSF_ALPHA |