Add No PLZ setup flag
This commit is contained in:
parent
592da631be
commit
f28946679c
@ -1645,7 +1645,7 @@ struct _nodes {
|
|||||||
unsigned TIC_To : 1; /* Add To line to ticfile */
|
unsigned TIC_To : 1; /* Add To line to ticfile */
|
||||||
unsigned NoZmodem : 1; /* Don't use Zmodem */
|
unsigned NoZmodem : 1; /* Don't use Zmodem */
|
||||||
unsigned NoZedzap : 1; /* Don't use Zedzap */
|
unsigned NoZedzap : 1; /* Don't use Zedzap */
|
||||||
unsigned xNoJanus : 1; /* Don't use Janus */
|
unsigned NoPLZ : 1; /* Disable PLZ compress */
|
||||||
unsigned NoHydra : 1; /* Don't use Hydra */
|
unsigned NoHydra : 1; /* Don't use Hydra */
|
||||||
|
|
||||||
unsigned xCRC32 : 1;
|
unsigned xCRC32 : 1;
|
||||||
|
Reference in New Issue
Block a user