update default_options.h

This commit is contained in:
Matt Johnston 2018-02-14 00:17:22 +08:00
parent ad9db51434
commit 84d415fb66

View File

@ -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_ #ifndef DROPBEAR_DEFAULT_OPTIONS_H_
#define DROPBEAR_DEFAULT_OPTIONS_H_ #define DROPBEAR_DEFAULT_OPTIONS_H_
/* /*
> > > Read This < < < > > > Read This < < <
default_options.h.in (this file) documents compile-time options, and provides default_options.h.in documents compile-time options, and provides default values.
default values.
Local customisation should be added to localoptions.h which is Local customisation should be added to localoptions.h which is
used if it exists. Options defined there will override any options in this 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 Options can also be defined with -DDROPBEAR_XXX in Makefile CFLAGS
@ -381,7 +387,7 @@ Homedir is prepended unless path begins with / */
#endif #endif
/* Default maximum number of failed authentication tries (server option) */ /* Default maximum number of failed authentication tries (server option) */
/* -T runtime option overrides */ /* -T server option overrides */
#ifndef MAX_AUTH_TRIES #ifndef MAX_AUTH_TRIES
#define MAX_AUTH_TRIES 10 #define MAX_AUTH_TRIES 10
#endif #endif