Added extra define for raw tty io
This commit is contained in:
parent
035d4c47af
commit
79bf75572a
@ -11,6 +11,7 @@ v0.71.1 28-Nov-2004
|
|||||||
The creation of the mailout semafore is now after the hangup
|
The creation of the mailout semafore is now after the hangup
|
||||||
so that mbfido won't start before the bbs is finished.
|
so that mbfido won't start before the bbs is finished.
|
||||||
Removed bbslist menus, this will become a door.
|
Removed bbslist menus, this will become a door.
|
||||||
|
Added #define NFGVMIN 1 in openport.
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
Removed bbs list items from the English menus and txtfiles and
|
Removed bbs list items from the English menus and txtfiles and
|
||||||
|
@ -39,7 +39,8 @@ static struct termios oldtty; /* Saved termios */
|
|||||||
static struct termios tty;
|
static struct termios tty;
|
||||||
unsigned Baudrate = 2400;
|
unsigned Baudrate = 2400;
|
||||||
|
|
||||||
|
/* Next is on compile commandline in lrzsz */
|
||||||
|
#define NFGVMIN 1
|
||||||
#define HOWMANY 255
|
#define HOWMANY 255
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user