comparison options.h @ 90:c2ac796b130e DROPBEAR_0.44test2

merge of 00b67a11e33c3ed390556805ed6d1078528bee70 and 42c7bdf484b16e279a0f68604a4346d8fa5ed70c
author Matt Johnston <matt@ucc.asn.au>
date Sat, 04 Sep 2004 14:19:17 +0000
parents 29a5c7c62350
children 298098b2a61e
comparison
equal deleted inserted replaced
87:680a0bc9df0a 90:c2ac796b130e
1 /* 1 /* Dropbear SSH
2 * Dropbear - a SSH2 server
3 *
4 * Copyright (c) 2002,2003 Matt Johnston 2 * Copyright (c) 2002,2003 Matt Johnston
5 * All rights reserved. 3 * All rights reserved. See LICENSE for the license. */
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a copy
8 * of this software and associated documentation files (the "Software"), to deal
9 * in the Software without restriction, including without limitation the rights
10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 * copies of the Software, and to permit persons to whom the Software is
12 * furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice shall be included in
15 * all copies or substantial portions of the Software.
16 *
17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23 * SOFTWARE. */
24 4
25 #ifndef _OPTIONS_H_ 5 #ifndef _OPTIONS_H_
26 #define _OPTIONS_H_ 6 #define _OPTIONS_H_
27 7
28 /****************************************************************** 8 /******************************************************************
191 /******************************************************************* 171 /*******************************************************************
192 * You shouldn't edit below here unless you know you need to. 172 * You shouldn't edit below here unless you know you need to.
193 *******************************************************************/ 173 *******************************************************************/
194 174
195 #ifndef DROPBEAR_VERSION 175 #ifndef DROPBEAR_VERSION
196 #define DROPBEAR_VERSION "0.44test1" 176 #define DROPBEAR_VERSION "0.44test2"
197 #endif 177 #endif
198 178
199 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION 179 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
200 #define PROGNAME "dropbear" 180 #define PROGNAME "dropbear"
201 181