summaryrefslogtreecommitdiff
path: root/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'os.h')
-rw-r--r--os.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/os.h b/os.h
index 5c17c83..55de249 100644
--- a/os.h
+++ b/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
+