home *** CD-ROM | disk | FTP | other *** search
- {
-
- rusn-def.pas - defines for rusnews
-
- }
-
- {rnews.exe in 1.64 and 1.65 seems to ignore leading-space continuation in}
- {headers, despite rfc 1036, so need to define this}
-
- {$define rnewscontbroken}
-
- {$define nontiny} {do not delete this line - change to tiny to make rusnews0}
-
- {use tiny for a default-to-fossil-port-0 version, with smaller limits}
- {this is usually called rusnews0.exe. use with any __small__}
- {fossil-compatible editor, such as trived.exe from same author}
-
- {trived is a trivial editor implementing a small subset of vi on the console}
- {_or_ out a fossil - no ANSI.SYS required on console; about 50k required}
-
- { testing defines }
-
- {$undef debug}
- {$undef testsort}
- {$undef testhash}
-
- { compatability with old versions }
-
- {$define ignoreoldoptions}
-
- { old code needs to be removed }
-
- {$ifdef uupc}
- {$define nooldmaildelivery}
- {$else}
- {$define oldmaildelivery}
- {$endif}
-
- { rodent use }
-
- {$define nomouse}
-
- { does not require WAFFLE environment variable to be set }
-
- {$define nowaffle}
-
- {$ifdef tiny}
- {$undef mouse}
- {$endif}
-