diff options.h @ 43:942b22d7dd1c

Banner printing
author Matt Johnston <matt@ucc.asn.au>
date Mon, 02 Aug 2004 04:25:05 +0000
parents b4874d772210
children 45edf30ea0a6
line wrap: on
line diff
--- a/options.h	Sun Aug 01 11:02:44 2004 +0000
+++ b/options.h	Mon Aug 02 04:25:05 2004 +0000
@@ -195,6 +195,7 @@
 #endif
 
 #define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */
+#define MAX_BANNER_LINES 20 /* How many lines the client will display */
 
 #define DEV_URANDOM "/dev/urandom"