comparison sysoptions.h @ 971:763979a9c1f1 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 Aug 2014 23:36:46 +0800
parents 0bb16232e7c4
children cfac45421ba0
comparison
equal deleted inserted replaced
964:67ff2be856ff 971:763979a9c1f1
2 * You shouldn't edit this file unless you know you need to. 2 * You shouldn't edit this file unless you know you need to.
3 * This file is only included from options.h 3 * This file is only included from options.h
4 *******************************************************************/ 4 *******************************************************************/
5 5
6 #ifndef DROPBEAR_VERSION 6 #ifndef DROPBEAR_VERSION
7 #define DROPBEAR_VERSION "2014.64" 7 #define DROPBEAR_VERSION "2014.65"
8 #endif 8 #endif
9 9
10 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION 10 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
11 #define PROGNAME "dropbear" 11 #define PROGNAME "dropbear"
12 12
255 #define DROPBEAR_LISTEN_BACKLOG MAX_UNAUTH_CLIENTS 255 #define DROPBEAR_LISTEN_BACKLOG MAX_UNAUTH_CLIENTS
256 #else 256 #else
257 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS 257 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS
258 #endif 258 #endif
259 259
260 /* Use this string since some implementations might special-case it */
261 #define DROPBEAR_KEEPALIVE_STRING "[email protected]"
262
260 /* no include guard for this file */ 263 /* no include guard for this file */