summaryrefslogtreecommitdiffhomepage
path: root/default_options.h
diff options
context:
space:
mode:
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