summaryrefslogtreecommitdiff
path: root/default_options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-14 00:17:22 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-14 00:17:22 +0800
commit830fc1f7b7b80aa53328bc9e65112cc4441351e2 (patch)
tree6dd2e4a9d461d49ce20c28f1c59560e993dc12e2 /default_options.h
parent723108c510877a2d39176b78cc00ad1ae9ddd9b4 (diff)
downloaddropbear-830fc1f7b7b80aa53328bc9e65112cc4441351e2.tar.gz
update default_options.h
Diffstat (limited to 'default_options.h')
-rw-r--r--default_options.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/default_options.h b/default_options.h
index 039d785..cc82605 100644
--- a/default_options.h
+++ b/default_options.h
@@ -1,14 +1,20 @@
+/*
+ > > > Do not edit this file (default_options.h) < < <
+Generated from ../default_options.h.in
+Local customisation goes in localoptions.h
+*/
+
+
#ifndef DROPBEAR_DEFAULT_OPTIONS_H_
#define DROPBEAR_DEFAULT_OPTIONS_H_
/*
> > > Read This < < <
-default_options.h.in (this file) documents compile-time options, and provides
-default values.
+default_options.h.in documents compile-time options, and provides default values.
Local customisation should be added to localoptions.h which is
used if it exists. Options defined there will override any options in this
-file (#ifndef guards added by ifndef_wrapper.sh).
+file.
Options can also be defined with -DDROPBEAR_XXX in Makefile CFLAGS
@@ -381,7 +387,7 @@ Homedir is prepended unless path begins with / */
#endif
/* Default maximum number of failed authentication tries (server option) */
-/* -T runtime option overrides */
+/* -T server option overrides */
#ifndef MAX_AUTH_TRIES
#define MAX_AUTH_TRIES 10
#endif