Mercurial > hg > xemacs-beta
comparison src/getloadavg.c @ 151:59463afc5666 r20-3b2
Import from CVS: tag r20-3b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:37:19 +0200 |
parents | ac0620f6398e |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
150:8ebb1c0f0f6f | 151:59463afc5666 |
---|---|
156 #define SUNOS_5 | 156 #define SUNOS_5 |
157 #endif | 157 #endif |
158 | 158 |
159 #if defined (__osf__) && (defined (__alpha) || defined (__alpha__)) | 159 #if defined (__osf__) && (defined (__alpha) || defined (__alpha__)) |
160 #define OSF_ALPHA | 160 #define OSF_ALPHA |
161 #include <netdb.h> | |
162 #include <netinet/in.h> /* Needed for Digital UNIX V3 */ | |
163 #include <net/proto_net.h> | |
161 #include <sys/table.h> | 164 #include <sys/table.h> |
162 #endif | 165 #endif |
163 | 166 |
164 #if defined (__osf__) && (defined (mips) || defined (__mips__)) | 167 #if defined (__osf__) && (defined (mips) || defined (__mips__)) |
165 #define OSF_MIPS | 168 #define OSF_MIPS |