diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:03:30 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:03:30 +0800 |
commit | 67f4cce42c59be9b580ea0229a7dfcb5187d575c (patch) | |
tree | 34f1e473dfbf16b0463b00ee1f5c8c528b067afb /options.h | |
parent | 3cc4c4b025d11efd06280497a8a4e6186e70139a (diff) | |
download | dropbear-67f4cce42c59be9b580ea0229a7dfcb5187d575c.tar.gz |
use oldstyle comments
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ much traffic. */ #endif /* Whether to do reverse DNS lookups. */ -//#define DO_HOST_LOOKUP +/*#define DO_HOST_LOOKUP */ /* Whether to print the message of the day (MOTD). This doesn't add much code * size */ |