comparison options.h @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents c1c1b43f78c2
children ff597bf2cfb0
comparison
equal deleted inserted replaced
856:f56c41030c15 857:c19acba28590
169 #ifndef DROPBEAR_ZLIB_WINDOW_BITS 169 #ifndef DROPBEAR_ZLIB_WINDOW_BITS
170 #define DROPBEAR_ZLIB_WINDOW_BITS 15 170 #define DROPBEAR_ZLIB_WINDOW_BITS 15
171 #endif 171 #endif
172 172
173 /* Whether to do reverse DNS lookups. */ 173 /* Whether to do reverse DNS lookups. */
174 //#define DO_HOST_LOOKUP 174 /*#define DO_HOST_LOOKUP */
175 175
176 /* Whether to print the message of the day (MOTD). This doesn't add much code 176 /* Whether to print the message of the day (MOTD). This doesn't add much code
177 * size */ 177 * size */
178 #define DO_MOTD 178 #define DO_MOTD
179 179