Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
1613:caa9bb54dfa0 | 1614:03df3b9f6048 |
---|---|
4 > > > Read This < < < | 4 > > > Read This < < < |
5 | 5 |
6 default_options.h documents compile-time options, and provides default values. | 6 default_options.h documents compile-time options, and provides default values. |
7 | 7 |
8 Local customisation should be added to localoptions.h which is | 8 Local customisation should be added to localoptions.h which is |
9 used if it exists. Options defined there will override any options in this | 9 used if it exists in the build directory. Options defined there will override |
10 file. | 10 any options in this file. |
11 | 11 |
12 Options can also be defined with -DDROPBEAR_XXX=[0,1] in Makefile CFLAGS | 12 Options can also be defined with -DDROPBEAR_XXX=[0,1] in Makefile CFLAGS |
13 | 13 |
14 IMPORTANT: Some options will require "make clean" after changes */ | 14 IMPORTANT: Some options will require "make clean" after changes */ |
15 | 15 |