Added extra define for raw tty io

This commit is contained in:
Michiel Broek 2004-11-29 21:43:17 +00:00
parent 035d4c47af
commit 79bf75572a
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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