mention localoptions.h being build directory, fix underscore in CHANGES

This commit is contained in:
Matt Johnston
2018-03-01 22:12:30 +08:00
parent a0ab5e86b5
commit 8062a4e8d6
4 changed files with 7 additions and 4 deletions

View File

@@ -6,8 +6,8 @@
default_options.h 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.
used if it exists in the build directory. Options defined there will override
any options in this file.
Options can also be defined with -DDROPBEAR_XXX=[0,1] in Makefile CFLAGS