Add No GZ/BZ2 setup flag
This commit is contained in:
parent
38f60a4166
commit
592da631be
@ -1633,7 +1633,7 @@ struct _nodes {
|
|||||||
unsigned UplAmgrBbbs : 1; /* Uplink AreaMgr BBBS */
|
unsigned UplAmgrBbbs : 1; /* Uplink AreaMgr BBBS */
|
||||||
unsigned Crash : 1; /* Netmail crash */
|
unsigned Crash : 1; /* Netmail crash */
|
||||||
unsigned Hold : 1; /* Netmail hold */
|
unsigned Hold : 1; /* Netmail hold */
|
||||||
unsigned xAddPlus : 1;
|
unsigned NoGZ : 1; /* Disable GZ/BZ2 */
|
||||||
unsigned MailPwdCheck : 1; /* Mail password check */
|
unsigned MailPwdCheck : 1; /* Mail password check */
|
||||||
unsigned Deleted : 1; /* Node is deleted */
|
unsigned Deleted : 1; /* Node is deleted */
|
||||||
unsigned NoEMSI : 1; /* No EMSI handshake */
|
unsigned NoEMSI : 1; /* No EMSI handshake */
|
||||||
|
Reference in New Issue
Block a user