comparison 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
comparison
equal deleted inserted replaced
42:837f9172df09 43:942b22d7dd1c
193 #ifndef MIN_RSA_KEYLEN 193 #ifndef MIN_RSA_KEYLEN
194 #define MIN_RSA_KEYLEN 512 194 #define MIN_RSA_KEYLEN 512
195 #endif 195 #endif
196 196
197 #define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */ 197 #define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */
198 #define MAX_BANNER_LINES 20 /* How many lines the client will display */
198 199
199 #define DEV_URANDOM "/dev/urandom" 200 #define DEV_URANDOM "/dev/urandom"
200 201
201 /* the number of NAME=VALUE pairs to malloc for environ, if we don't have 202 /* the number of NAME=VALUE pairs to malloc for environ, if we don't have
202 * the clearenv() function */ 203 * the clearenv() function */