From 79bf75572a02f849330d17e1a0f3b79a090cdead Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 29 Nov 2004 21:43:17 +0000 Subject: [PATCH] Added extra define for raw tty io --- ChangeLog | 1 + mbsebbs/openport.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a4c867e..09287384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ v0.71.1 28-Nov-2004 The creation of the mailout semafore is now after the hangup so that mbfido won't start before the bbs is finished. Removed bbslist menus, this will become a door. + Added #define NFGVMIN 1 in openport. examples: Removed bbs list items from the English menus and txtfiles and diff --git a/mbsebbs/openport.c b/mbsebbs/openport.c index 23b9a008..d7849288 100644 --- a/mbsebbs/openport.c +++ b/mbsebbs/openport.c @@ -39,7 +39,8 @@ static struct termios oldtty; /* Saved termios */ static struct termios tty; unsigned Baudrate = 2400; - +/* Next is on compile commandline in lrzsz */ +#define NFGVMIN 1 #define HOWMANY 255