Fix building default_options.h

This commit is contained in:
Matt Johnston
2018-02-11 10:53:59 +08:00
parent 3953018c2d
commit 22eb197d6c
2 changed files with 4 additions and 6 deletions

View File

@@ -3,12 +3,11 @@
/*
> > > Read This < < <
default_options.h.in (this file) documents compile-time options, and provides
default values.
default_options.h.in 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 (#ifndef guards added by ifndef_wrapper.sh).
file.
Options can also be defined with -DDROPBEAR_XXX in Makefile CFLAGS