comparison default_options.h @ 1580:7f2be495dff6 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Sun, 04 Mar 2018 15:07:09 +0800
parents 0b991dec7ab9 2fd52c383163
children a2bbc22ea1e6
comparison
equal deleted inserted replaced
1545:0b991dec7ab9 1580:7f2be495dff6
4 > > > Read This < < < 4 > > > Read This < < <
5 5
6 default_options.h documents compile-time options, and provides default values. 6 default_options.h documents compile-time options, and provides default values.
7 7
8 Local customisation should be added to localoptions.h which is 8 Local customisation should be added to localoptions.h which is
9 used if it exists. Options defined there will override any options in this 9 used if it exists in the build directory. Options defined there will override
10 file. 10 any options in this file.
11 11
12 Options can also be defined with -DDROPBEAR_XXX=[0,1] in Makefile CFLAGS 12 Options can also be defined with -DDROPBEAR_XXX=[0,1] in Makefile CFLAGS
13 13
14 IMPORTANT: Some options will require "make clean" after changes */ 14 IMPORTANT: Some options will require "make clean" after changes */
15 15