home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / sources / 2903 / rn100src.exe / RN.CH < prev    next >
Encoding:
Text File  |  1992-12-14  |  787 b   |  32 lines

  1. #define  CLR_HDR     "n/w"
  2. #define  CLR_ERR     "w+/r, n/w"
  3. #define  CLR_POP     "n/w,n/bg,,,w+/n"
  4. #define  K_MINUS  45
  5. #define  K_PLUS   43
  6. #define  CR_LF    chr(13) + chr(10)
  7. #define  MSG_NO      1
  8. #define  MSG_SUBJ    2
  9. #define  MSG_FROM    3
  10. #define  MSG_PATH    4
  11. #define  MSG_LINE    5
  12. #define  MSG_NWSG    6
  13. #define  MSG_MSGID   7
  14. #define  MSG_DATE    8
  15. #define  MSG_ORG     9
  16. #define  MSG_FUT     10
  17. #define  MSG_REF     11
  18. #define FileBottom(nHandle) (FSEEK(nHandle, 0, 2))
  19. #define K_SPACE 32
  20. #define READ_NEW    0
  21. #define READ_OLD    1
  22. #translate swpruncmd(<cmd>)  =>  swpruncmd(<cmd>,0,"","")
  23. #define VERSION "1.0"
  24. #define KILL_NONE -1
  25. #define KILL_NEW 0
  26. #define KILL_OLD 1
  27. #define KILL_HI 2
  28. #define READ_NG_NORMAL 0
  29. #define READ_NG_CATCHUP 1
  30.  
  31.  
  32.