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

Add PROT_ definitions for transfer protocol 'settings' flags.

parent 9dc62e9c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment