diff default_options.h @ 1614:03df3b9f6048

mention localoptions.h being build directory, fix underscore in CHANGES
author Matt Johnston <matt@ucc.asn.au>
date Thu, 01 Mar 2018 22:12:30 +0800
parents d1a8a05216ff
children 1fbe598a14fb
line wrap: on
line diff
--- a/default_options.h	Wed Feb 28 15:10:14 2018 +0100
+++ b/default_options.h	Thu Mar 01 22:12:30 2018 +0800
@@ -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