Skip to content
Snippets Groups Projects
Commit 62c1a3f3 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add PROT_ definitions for transfer protocol 'settings' flags.

parent 283b3b4d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -395,7 +395,13 @@ var XTRN_TRIBBS = 11; /* TRIBBS.SYS */
var XTRN_DOOR32 = 12; /* DOOR32.SYS */
/********************************************/
/********************************************/
/* Transfer protocol 'settings' flags */
/********************************************/
var PROT_DSZLOG = (1<<0); /* Supports DSZ Log */
var PROT_NATIVE = (1<<1); /* Native (32-bit) executable */
var PROT_SOCKET = (1<<2); /* Use socket I/O, not stdio on *nix */
/********************************************/
/********************************************/
/* Bit values for file.settings */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment