Skip to content
Snippets Groups Projects
Commit 4aa28994 authored by rswindell's avatar rswindell
Browse files

Added an external program toggle to create lowercase drop-filenames.

parent 0229c7ef
No related branches found
No related tags found
No related merge requests found
......@@ -391,6 +391,7 @@ typedef enum { /* Values for xtrn_t.event */
#define XTRN_NATIVE (1L<<14) /* Native application (EX_NATIVE) */
#define STRIPKLUDGE (1L<<15) /* Strip FTN Kludge lines from msg */
#define XTRN_CHKTIME (1<<16) /* Check time online (EX_CHKTIME) */
#define XTRN_LWRCASE (1<<17) /* Use lowercase drop-file names */
/* Bits in cfg.xtrn_misc */
#define XTRN_NO_MUTEX (1<<0) /* Do not use exec_mutex for FOSSIL VXD */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment