# HG changeset patch # User Matt Johnston # Date 1518538642 -28800 # Node ID 1ea92dd2ca5f594028e164a6e0d19bb2502d745d # Parent 9b87cbe931e38c08b4d96f22d0afbdd859624173 update default_options.h diff -r 9b87cbe931e3 -r 1ea92dd2ca5f default_options.h --- a/default_options.h Mon Jul 31 23:55:52 2017 +0000 +++ b/default_options.h Wed Feb 14 00:17:22 2018 +0800 @@ -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 @@ #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