home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3296 / confloadavglong.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-07  |  203 b   |  15 lines

  1. #ifndef CONF_LOADAVGLONG_H
  2. #define CONF_LOADAVGLONG_H
  3.  
  4. #ifdef sun
  5. #define LOADAVGISLONG 256.0
  6. #endif
  7. #ifdef mips
  8. #define LOADAVGISLONG 256.0
  9. #endif
  10. #ifdef ZS
  11. #define LOADAVGISLONG 65536.0
  12. #endif
  13.  
  14. #endif
  15.