Mercurial > dropbear
comparison options.h @ 172:3e49d8d18005
* respect DO_HOST_LOOKUP config option
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 28 Feb 2005 10:15:16 +0000 |
parents | b9d3f725e00b |
children | 257f09a63dab |
comparison
equal
deleted
inserted
replaced
171:8e68dbe8687b | 172:3e49d8d18005 |
---|---|
94 * rather than just from the random byte source. Undefining this will save you | 94 * rather than just from the random byte source. Undefining this will save you |
95 * ~4k in binary size with static uclibc, but your DSS hostkey could be exposed | 95 * ~4k in binary size with static uclibc, but your DSS hostkey could be exposed |
96 * if the random number source isn't good. In general this isn't required */ | 96 * if the random number source isn't good. In general this isn't required */ |
97 /* #define DSS_PROTOK */ | 97 /* #define DSS_PROTOK */ |
98 | 98 |
99 /* Whether to do reverse DNS lookups. This is advisable, though will add | 99 /* Whether to do reverse DNS lookups. */ |
100 * code size with gethostbyname() etc, so for very small environments where | |
101 * you are statically linking, you might want to undefine this */ | |
102 #define DO_HOST_LOOKUP | 100 #define DO_HOST_LOOKUP |
103 | 101 |
104 /* Whether to print the message of the day (MOTD). This doesn't add much code | 102 /* Whether to print the message of the day (MOTD). This doesn't add much code |
105 * size */ | 103 * size */ |
106 #define DO_MOTD | 104 #define DO_MOTD |