summaryrefslogtreecommitdiffhomepage
path: root/default_options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-03-01 22:12:30 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-03-01 22:12:30 +0800
commit8062a4e8d622162a2eda72e09f930d2475c29070 (patch)
tree5ede8dee4c15722059eca9574cf9272a392a15b5 /default_options.h
parenta0ab5e86b504bd9d21ecd402387b605969fe98a2 (diff)
mention localoptions.h being build directory, fix underscore in CHANGES
Diffstat (limited to 'default_options.h')
-rw-r--r--default_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/default_options.h b/default_options.h
index 3b75eb8..86fb25a 100644
--- a/default_options.h
+++ b/default_options.h
@@ -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