From fe8103cccd58c2e5de40634e694e2d99afce67ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= Date: Tue, 22 Apr 2014 18:25:46 +0200 Subject: allow for defining term and login length if needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Amadeusz Sławiński --- src/os.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/os.h') diff --git a/src/os.h b/src/os.h index 5c17c83..55de249 100644 --- a/src/os.h +++ b/src/os.h @@ -521,3 +521,9 @@ typedef struct fd_set { int fds_bits[1]; } fd_set; */ #define IOSIZE 4096 +/* Changing those you won't be able to attach to your old sessions + * when changing those values in official tree don't forget to bump + * MSG_VERSION */ +#define MAXTERMLEN 32 +#define MAXLOGINLEN 256 + -- cgit v1.2.1