home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / GRAPHICS / ssaver.lzh / SRC / saver.h < prev    next >
Text File  |  1995-04-15  |  287b  |  20 lines

  1. /* some common defines for ssaver */
  2.  
  3. #ifndef TRUE
  4. #define TRUE        1
  5. #define FALSE        0
  6. #endif
  7.  
  8. #ifndef STDOUT
  9. #define STDIN        0
  10. #define STDOUT        1
  11. #define STDERR        2
  12. #endif
  13.  
  14. #define WAKE_SIG    4442
  15. #define SLEEP_SIG   4443
  16. #define QUIT_SIG    4444
  17.  
  18. /* event name */
  19. #define EV_NAME        "mm1_saver"
  20.