home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / EXTRAS / UUCODE / UUCP / RSNU106A.ZIP / src / rusn-def.pas next >
Encoding:
Pascal/Delphi Source File  |  1994-04-12  |  1.1 KB  |  50 lines

  1. {
  2.  
  3. rusn-def.pas - defines for rusnews
  4.  
  5. }
  6.  
  7. {rnews.exe in 1.64 and 1.65 seems to ignore leading-space continuation in}
  8. {headers, despite rfc 1036, so need to define this}
  9.  
  10. {$define rnewscontbroken}
  11.  
  12. {$define nontiny} {do not delete this line - change to tiny to make rusnews0}
  13.  
  14. {use tiny for a default-to-fossil-port-0 version, with smaller limits}
  15. {this is usually called rusnews0.exe.  use with any __small__}
  16. {fossil-compatible editor, such as trived.exe from same author}
  17.  
  18. {trived is a trivial editor implementing a small subset of vi on the console}
  19. {_or_ out a fossil - no ANSI.SYS required on console; about 50k required}
  20.  
  21. { testing defines }
  22.  
  23. {$undef debug}
  24. {$undef testsort}
  25. {$undef testhash}
  26.  
  27. { compatability with old versions }
  28.  
  29. {$define ignoreoldoptions}
  30.  
  31. { old code needs to be removed }
  32.  
  33. {$ifdef uupc}
  34. {$define nooldmaildelivery}
  35. {$else}
  36. {$define oldmaildelivery}
  37. {$endif}
  38.  
  39. { rodent use }
  40.  
  41. {$define nomouse}
  42.  
  43. { does not require WAFFLE environment variable to be set }
  44.  
  45. {$define nowaffle}
  46.  
  47. {$ifdef tiny}
  48. {$undef mouse}
  49. {$endif}
  50.