comparison default_options.h.in @ 1488:abbdeca6f1bd

Fix building default_options.h
author Matt Johnston <matt@ucc.asn.au>
date Sun, 11 Feb 2018 10:53:59 +0800
parents a3a96dbf9a58
children da095983a60b
comparison
equal deleted inserted replaced
1487:b0c3b46372dc 1488:abbdeca6f1bd
1 #ifndef DROPBEAR_DEFAULT_OPTIONS_H_ 1 #ifndef DROPBEAR_DEFAULT_OPTIONS_H_
2 #define DROPBEAR_DEFAULT_OPTIONS_H_ 2 #define DROPBEAR_DEFAULT_OPTIONS_H_
3 /* 3 /*
4 > > > Read This < < < 4 > > > Read This < < <
5 5
6 default_options.h.in (this file) documents compile-time options, and provides 6 default_options.h.in documents compile-time options, and provides default values.
7 default values.
8 7
9 Local customisation should be added to localoptions.h which is 8 Local customisation should be added to localoptions.h which is
10 used if it exists. Options defined there will override any options in this 9 used if it exists. Options defined there will override any options in this
11 file (#ifndef guards added by ifndef_wrapper.sh). 10 file.
12 11
13 Options can also be defined with -DDROPBEAR_XXX in Makefile CFLAGS 12 Options can also be defined with -DDROPBEAR_XXX in Makefile CFLAGS
14 13
15 IMPORTANT: Many options will require "make clean" after changes */ 14 IMPORTANT: Many options will require "make clean" after changes */
16 15