Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/options.h Wed Jan 19 11:41:04 2005 +0000 +++ b/options.h Mon Feb 28 10:15:16 2005 +0000 @@ -96,9 +96,7 @@ * if the random number source isn't good. In general this isn't required */ /* #define DSS_PROTOK */ -/* Whether to do reverse DNS lookups. This is advisable, though will add - * code size with gethostbyname() etc, so for very small environments where - * you are statically linking, you might want to undefine this */ +/* Whether to do reverse DNS lookups. */ #define DO_HOST_LOOKUP /* Whether to print the message of the day (MOTD). This doesn't add much code